Enterprise Java
-

Spring XD 1.0.0.M5 is here!
Spring XD announces the Spring XD 1.0.0.Milestone 5 release. You can download it from here. According to Spring XD 1.0.0.M5…
Read More » -

Identifying Gradle Conventions
Configuration by convention has many advantages, especially in terms of conciseness because developers do not need to explicitly configure things…
Read More » -

Check your REST parameters!
I was doing research related to my ongoing “project student” series and realized that I had made one of the…
Read More » -

Upgrading to Java 7 on Google’s AppEngine
If you are still running a Java 6 application on Google AppEngine, you’re about to get into serious trouble. Any…
Read More » -

Making HTTP content compression work in netty 4
Netty is really a great framework providing all the things needed to build a high performance HTTP server. The nice…
Read More » -

Hibernate: DDL Schema generation
Not so long time ago I have to work with in-memory database. This activity was related to integration testing. As…
Read More » -

Master/Slave Failover for Camel Routes
One way to implement a master/slave failover pattern is to have a cluster of instances of an application where one…
Read More » -

JSF: Passing parameters to JSF action methods from page directly, a nice feature of JavaEE 6+
One of the JSF 2+ nice features presented in Java enterprise edition JavaEE 6+, is that you can pass parameters…
Read More » -

Securing a JSF application with Java EE security and JBoss AS 7.x
A common requirement for enterprise applications is to have all JSF pages protected behind a login page. Sometimes you even…
Read More »







