Enterprise Java
-
Google Appengine Staging Server Howto
Out of the box, Google’s App Engine supports versioned deployments. You can switch back and forth between revisions very easily,…
Read More » -
Spring MVC – Flash Attributes
Latest Spring Framework incarnation (3.1) brought interesting feature called Flash Attributes. It is remedy for the problem mentioned a long…
Read More » -
Set up a Java EE 6 development environment
This tutorial explains in short how to set-up a typical environment to develop Java EE 6 based applications. There is…
Read More » -
Implementing Active Record Pattern with Spring AOP
During class design we should take decisions about the assignment of responsibilities that will have every class. If we have…
Read More » -
JBoss Drools – Getting started
This post will be about me getting to grips with JBoss Drools. The reasoning behind it is: SAP bought out…
Read More » -
Concurrency Pattern: Producer and Consumer
In my career spanning 15 years, the problem of Producer and Consumer is one that I have come across only…
Read More » -
Set up a Spring 3 development environment
This tutorial explains in short how to set-up a typical environment to develop Spring based applications. There is no prerequesite…
Read More » -
JBoss AS 7.1.0.Final “Thunder” released – Java EE 6 Full Profile certified!
After just about more than a year of development on JBoss AS7, we have now released 7.1.0.Final “Thunder”! The download…
Read More » -
Covering your tests with Cobertura, JUnit, HSQLDB, JPA
Hello, how are you? Let us talk today about a very useful tool named “Cobertura”. This framework has the same…
Read More »