Enterprise Java
-
Lets Crunch big data
As developers our focus is on simpler, effective solutions and thus one of the most valued principle is “Keep it…
Read More » -
Spring Constructor Injection and Argument names
At runtime, java classes do not retain the name of the constructor or method parameters, unless classes are compiled with…
Read More » -
Advanced ZK: Asynchronous UI updates and background processing – part 2
Introduction In part 1 I showed how server push and threads can be used to execute background tasks in a…
Read More » -
Rest using Jersey – Complete Tutorial with JAXB, Exception Handling and Client Program
Recently I started working on a Restful web service project using Jersey API. There are some tutorials available online but…
Read More » -
Batoo JPA – 15x Faster Than The Leading JPA Provider
Introduction I loved the JPA 1.0 back in early 2000s. I started using it together with EJB 3.0 even before…
Read More » -
Java Temporary Caching API – Test-driving the Early Draft Review RI
It was known as ‘ The Neverending Story‘. The JSR kicked of 11 and a half year ago and passed the…
Read More » -
JavaEE Revisits Design Patterns: Decorator
This time last year I wrote a series of blog posts on JavaEE implementation of design patterns. Roughly after a…
Read More » -
Introduction to PostgreSQL PL/java
Modern databases allow stored procedures to be written in a variety of languages. One commonly implemented language is java.N.B., this…
Read More » -
Sending Event Invitations With Seam
These days one of my colleagues had problems with sending event invitation using mail templates with seam (version 2.x). In…
Read More »