Enterprise Java
-
Lessons learned: ActiveMQ, Apache Camel and connection pooling
Every once in a while, I run into an interesting problem related to connections and pooling with ActiveMQ, and today…
Read More » -
Developing Java EE applications with Maven and WebLogic 12c
The WebLogic Server 12c has very nice support for Maven now. The doc for this is kinda hidden though, so…
Read More » -
Thymeleaf integration with Spring (Part 2)
1. Introduction This is the second part of the Thymeleaf integration with Spring tutorial. You can read the first part…
Read More » -
Building Java Web Application Using Hibernate With Spring
This post will show how to create a Student Enrollment Application using MYSQL DB with Hibernate ORM in a Spring…
Read More » -
Java Enterprise Software Versus What it Should Be
A lot of developers end up in the Java “enterprise” world at some point in their careers. I know the…
Read More » -
Tracking Application Exceptions With Spring
A few weeks ago a colleague asked me to spend a week doing a support role as he needed cover…
Read More » -
The JDBC Boolean Compatibility List
Interestingly, boolean types have been introduced only late in the SQL standard, namely in SQL:1999. Even today, not all databases…
Read More » -
5 techniques to improve your server logging
In the recent time we’ve seen a plethora of tools that help you make sense of your logs. Open-source projects…
Read More » -
Init.d shell script for Play framework distributed applications
I wrote a shell script to control Play framework applications packaged using built-in command dist. Applications packaged this way are…
Read More »