Enterprise Java
-
Hibernate collections optimistic locking
Introduction Hibernate provides an optimistic locking mechanism to prevent lost updates even for long-conversations. In conjunction with an entity storage,…
Read More » -
Spring Caching abstraction and Google Guava Cache
Spring provides a great out of the box support for caching expensive method calls. The caching abstraction is covered in…
Read More » -
Tomcat to Wildfly: Configuring Database connectivity
This excerpt has been taken from the “From Tomcat to WildFly” book in which you’ll learn how to port your…
Read More » -
A RESTful JDBC HTTP Server built on top of jOOQ
The jOOQ ecosystem and community is continually growing. We’re personally always thrilled to see other Open Source projects built on…
Read More » -
Showing a Subset of Display Attributes in the Drop-down List with Combo box List of Values
Combo box List of Values (inputComboboxListOfValues) is supposed to be a very popular ADF Faces component for working with LOVs.…
Read More » -
Why you should avoid JSF
For a long time JSF for me was just another webframework I didn’t cared too much about. This changed. After…
Read More » -
JMeter Tutorial for Load Testing – The ULTIMATE Guide (PDF Download)
This tutorial is about JMeter. These are the main points that we are going to cover: We are going to…
Read More » -
Server side logging from browser side JavaScript code
Application logging is something we all do in our applications that get deployed on an application server, right? Using frameworks…
Read More » -
Spring from the Trenches: Using Null Values in DbUnit Datasets
If we are writing integration tests for an application that uses Spring Framework, we can integrate DbUnit with the Spring…
Read More »