Spring
-
Scala
Synchronizing transactions with asynchronous events in Spring
Today as an example we will take a very simple scenario: placing an order stores it and sends an e-mail…
Read More » -
Enterprise Java
Spring MVC Form Validation (With Annotations)
This post provides a simple example of a HTML form validation. It is based on the Spring MVC With Annotations example. The…
Read More » -
Enterprise Java
Testing Spring Data Neo4j Applications with NoSQLUnit
Spring Data Neo4j is the project within Spring Data project which provides an extension to the Spring programming model for…
Read More » -
Enterprise Java
Exception Handling with the Spring 3.2 @ControllerAdvice Annotation
A short time ago, I wrote a blog outlining how I upgraded my Spring sample code to version 3.2 and…
Read More » -
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 » -
Enterprise Java
Migrating from Hibernate 3 to 4 with Spring integration
This week it was time to upgrade our code base to the latest Hibernate 4.x. We postponed our migration (still…
Read More » -
Desktop Java
JavaFX 2 with Spring
I’m going to start this one with a bold statement: I always liked Java Swing, or applets for that matter.…
Read More » -
Enterprise Java
DeferredResult – asynchronous processing in Spring MVC
DeferredResult is a container for possibly not-yet-finished computation that will be available in future. Spring MVC uses it to represent…
Read More »