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 » -
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 » -
Deploy Play Framework 2 apps to Openshift with Java AND Scala
A couple of weeks, Mark Atwood, Jorge Aliss, and me, Sebastián Scarano participated in Red Hat’s webinar LET’S PLAY! IN…
Read More » -
Writing modules for Play 2, part 2: Interceptors
In the first part of this tutorial, we looked at the bare basics for creating, publishing and calling a module.…
Read More » -
Word Count MapReduce with Akka
In my ongoing workings with Akka, i recently wrote an Word count map reduce example. This example implements the Map…
Read More » -
TeamCity Build Dependencies
Introduction The subject of build dependencies is neither a trivial nor a minor one. Various build tools approach this subject…
Read More » -
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 » -
Aleri – Complex Event Processing
Sybase’s Aleri streaming platform is one of the more popular products in the CEP market segment. It’s is used in…
Read More » -
Maven Does Not Suck . . . but the Maven Docs Do
I’m not going to go into the whole Maven debate, but suffice it to say that I’m a strong proponent…
Read More »