Enterprise Java
-
Using Google GSON : Extra Goodies : Part II
We continue with Using GSON from last article, also in case you missed the first article in series here is…
Read More » -
How to configure an SSL Certificate with Play Framework for https
I spent hours trying to get this to work, and in the end, then problem was that I did not…
Read More » -
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 »