-
Enterprise Java
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 » -
Core Java
IO vs. NIO – Interruptions, Timeouts and Buffers
Let’s imagine a system that sometimes needs to copy a file to a few locations, but in a way where…
Read More » -
Enterprise Java
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 » -
Enterprise Java
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 » -
Enterprise Java
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 » -
Agile
Looking For Leaders In All The Wrong Places
When I was a young developer, there was a re-org in the company. I found myself a team leader. That…
Read More » -
Core Java
Solve design problems using Factory Pattern
Factory design pattern is one of the most commonly used patterns in object oriented environment. It is again from the…
Read More » -
Enterprise Java
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 » -
Desktop Java
RichText editor component for SWT based applications
This article will go through the task of implementing our own RichText editor component with SWT. I faced the need…
Read More »