Enterprise Java
-
WebLogic Classloader Analysis Tool
The WebLogic Server has a built-in webapp called Classloader Analysis Tool, and you may access it through http://localhost:7001/wls-cat You need…
Read More » -
XML to Avro Conversion
We all know what XML is right? Just in case not, no problem here is what it is all about.…
Read More » -
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 »