Enterprise Java
-
Java talking to iOS: Java objects to Apple plist serialization
I am happy to announce my first open source project java-plist-serializer that can help you with integrating Java and especially…
Read More » -
Schema Creation Script With Hibernate 4, JPA And Maven
The scenario is trivial – you want to generate a database schema creation script while building your application (and then…
Read More » -
Quartz 2 Scheduler example
Quartz is an open source job scheduling framework. It can be used to manage and schedule jobs in the application.…
Read More » -
Smart Batching
How often have we all heard that “batching” will increase latency? As someone with a passion for low-latency systems this…
Read More » -
Email filtering using Aspect and Spring Profile
During web application development, often the need for sending emails arise. However, sometimes the database is populated by data from…
Read More » -
EasyCriteria – An easy way to use the JPA Criteria
Today we will see about this tool that make easier to use the JPA Criteria. The application that uses this…
Read More » -
Integrating Spring, Velocity and Tiles
I like Tiles and I heard a lot about Velocity. They seem to serve different purpose and reportedly are easily…
Read More » -
Java EE 6 VS Spring 3 : Java EE has killed Spring? No way!
Introduction Few days ago, I was listening to the epsiode 85 of the Java Spotlight Podcast. In this epsiode, Bert…
Read More » -
Google API: How to access Analytics data?
Before we dig into Google Analytics API it is always useful to understand few of the Google Analytics jargon and…
Read More »