Enterprise Java
-
Hibernate Gotchas to Watch out
I’ve been using Hibernate for some time now and when I don’t work on a hibernate project for a while…
Read More » -
jqGrid, REST, AJAX and Spring MVC Integration
More than two years back I wrote an article on how two implement elegant CRUD in Struts2. Actually I had…
Read More » -
Hibernate autocommit commands force MySQL in excessive disk I/O
Dear All, I am sure many of you use Hibernate and MySQL, I use it here and there myself. Generally…
Read More » -
OSGi Using Maven with Equinox
I have struggled to understand what OSGi really means for a long time. It has been around since a very…
Read More » -
Apache CXF Load Balancing And Failover
A while ago we’ve faced the requirement of load-balancing web services clients based on Apache CXF. Also the clients should…
Read More » -
Hacking Jasper to Get Object Model of a JSP Page
To perform some checks and statistical analysis on my JSPs I needed a DOM-like, hierarchical model of elements contained in…
Read More » -
SpringMVC 3 Tiles 2.2.2 Integration Tutorial
Apache Tiles is a popular and mostly used templating framework for java based web application. Tiles became more popular because Struts…
Read More » -
Zero-downtime Deployment (and Rollback) in Tomcat; a walkthrough and a checklist
Dear All, If you thought Tomcat could not get any better, you thought wrong. Tomcat 7 introduces what is called…
Read More » -
Spring, Quartz and JavaMail Integration Tutorial
Quartz is a job scheduling framework which is used to schedule the jobs to be executed on the specified time…
Read More »