-
Enterprise Java
How to create web-app with Quartz Scheduler and logging
I sometimes help out users in Quartz Scheduler forums. Once in a while some one would ask how can he/she…
Read More » -
Software Development
When is Enough, Enough?
This summer, I had the pleasure of chatting with a distant cousin who was traveling through town. He is a…
Read More » -
Enterprise Java
How to maintain history of tables in Hibernate
To Maintain history of database or keep track of modification of database table row , we create a version table…
Read More » -
Software Development
Systems that Run Forever Self-heal and Scale
I recently saw a great presentation by Joe Armstrong called “Systems that run forever self-heal and scale” . Joe Armstrong…
Read More » -
Core Java
Core Java Interview Questions
Q. What if the main method is declared as private? Answer: The program compiles properly but at runtime it will…
Read More » -
Core Java
Speed Up with Fast Java and File Serialization
Since the first version of Java, day-by-day many developers have been trying to achieve at least as good of performance…
Read More » -
Android Core
Google Cloud Messaging: Collapsible Messages
In a previous article, we looked at how to set up Google Cloud Messaging (GCM) in Android applications. We learned…
Read More » -
Core Java
Backreferences in Java Regular Expressions
Backreferences in Java Regular Expressions is another important feature provided by Java. To understand backreferences, we need to understand group…
Read More » -
Enterprise Java
Testing Java EE 6 with Arquillian (incl. JPA, EJB, Bean Validation and CDI)
For a very long time, I heard quite a lot of people saying good things about Arquillian. Whilst I have…
Read More »