Enterprise Java
-
Spring MVC: Creation of a simple Controller with Java based config
This is the first article on my blog related to Spring MVC. The beginning is always exciting, so I will…
Read More » -
Bidirectional @OneToMany / @ManyToOne association
One of goals in programming is representing of models from real world. Very often an application need to model some…
Read More » -
Bidirectional @OneToOne primary key association
It’s time to continue articles about Hibernate. The last one was dedicated to unidirectional @OneToOne association. So today I will…
Read More » -
Apache Camel meets Redis
The Lamborghini of Key-Value stores Camel is the best of bread Integration framework and in this post I’m going to…
Read More » -
Using Maven Jetty plugin
Although I am using Maven since a long time I never used the Jetty plugin until recently. To be able…
Read More » -
Bulk fetching with Hibernate
If you need to process large database result sets from Java you can opt for JDBC to give you the…
Read More » -
Build GlassFish 4.0 Snapshots Yourself
This post is about building GlassFish 4.0 snapshots release yourself and includes hacks. I found the official Instruction for FullBuild…
Read More » -
Binding to JSON & XML – Handling Collections
One of EclipseLink JAXB (MOXy)‘s strengths is the ability to map an object model to both JSON and XML with…
Read More » -
Passing complex objects in URL parameters
Imagine you would like to pass primitive data types, complex Java objects like java.util.Data, java.lang.List, generic classes, arrays and everything…
Read More »