Enterprise Java
-
How to implement a Session Timeout in Play Framework 2
If you follow the Play Framework 2 guide for implementing authentication: http://www.playframework.com/documentation/2.2.2/JavaGuide4 — you will notice that there is no…
Read More » -
JAX-RS 2.0 : Custom Content Handling
I tried to think of a better title, but failed to come up with one ! Please bear with me……. The…
Read More » -
Careful With Native SQL in Hibernate
I really like Hibernate, but I also don’t know a tool that would be nearly as powerful and deceptive at…
Read More » -
Integration Testing for Spring Applications with JNDI Connection Pools
We all know we need to use connection pools where ever we connect to a database. All of the modern…
Read More » -
Spring Framework 4.0.3 and Spring Data Redis 1.2.1 with Java 8 support
Spring Framework 4.0.3 Spring Framework 4.0.3 is now avalaible, as announced by the Spring community. It is the first release…
Read More » -
The Builder pattern and the Spring framework
Introduction I like to make use of the builder pattern whenever an object has both mandatory and optional properties. But…
Read More » -
Java EE: The Basics
Wanted to go through some of the basic tenets, the technical terminology related to Java EE. For many people, Java EE/J2EE…
Read More » -
Java 8 Friday: Java 8 Will Revolutionize Database Access
At Data Geekery, we love Java. And as we’re really into jOOQ’s fluent API and query DSL, we’re absolutely thrilled…
Read More » -
How to use NodeManager to control WebLogic Servers
In my previous post, you have seen how we can start a WebLogic admin and multiple managed servers. One downside…
Read More »