Spring
-
Enterprise Java
Spring & JSF integration: Dynamic Navigation
Often your JSF application will need to move beyond basic static navigation and start to make dynamic navigation decisions. For…
Read More » -
Enterprise Java
Spring 3 and Java EE 6 – An unfair and incomplete comparison
The first draft of this small article had the title ‘Spring & Java EE – Comparing Apples and Oranges’. During…
Read More » -
Enterprise Java
Spring MVC 3 Controller for MyBatis CRUD operation
Till now we have created CRUD database service for the domain class “User” and alsointegratedMyBatis configuration with Spring Configuration file.…
Read More » -
Enterprise Java
Spring 3: Type safe dependency injection
Before jumping to Type Safe Dependency Injection from Spring, I would like to to discuss the way we have been…
Read More » -
Enterprise Java
DBUnit, Spring and Annotations for Database testing
If you have ever tried writing database tests in Java you might have come across DBUnit. DBUnit allows you to…
Read More » -
Enterprise Java
Integrating Spring & JavaServer Faces : Improved Templating
With the release of version 2.0 Facelet templating became a core part of the JSF specification. Using <ui:composition> and <ui:decorate>…
Read More » -
Enterprise Java
AOP made easy with AspectJ and Spring
I recently started looking at Aspect Oriented Programming (AOP) and I’m finding it exciting to say the least. Of course…
Read More » -
Enterprise Java
What is Spring Integration?
As the Spring Integration project slowly gains more adoption and interest, developers in the enterprise integration or enterprise development space…
Read More » -
Enterprise Java
What additional features does Java EE 6 have to move from Spring?
I am a senior java developer who has to work on the technologies chosen by the application architect. At the…
Read More »