-
Core Java
JavaOne 2014 – Some First Analysis on Submissions
Time is running away these days. So many things happening in parallel and of course the most important Java conference…
Read More » -
Software Development
Do You Have Tutorial Unit Tests?
I haven’t posted much recently because I’ve been busy with my new job. This brings up an interesting question –…
Read More » -
Software Development
Yes, we do all infringe
When we use Java There is a lot of confusion about my We all Infringe post. So, I’m going to…
Read More » -
Enterprise Java
Spring Integration 4.0: A complete XML-free example
1. Introduction Spring Integration 4.0 is finally here, and this release comes with very nice features. The one covered in…
Read More » -
Software Development
Seven Databases in Seven Weeks – Hbase Day 2
This post is a recap of the second day of Hbase from the Seven Databases in Seven Weeks book. Most…
Read More » -
Software Development
Who’s afraid of the big bad class?
Ferocious, guzzling black holes of the software universe, super-massive classes result from run-away positive feedback: the class grows so huge…
Read More » -
Enterprise Java
HOW-TO: Quartz Scheduler with Clustering in JEE application with MySQL
Quartz Scheduler is one of the most popular scheduling library in Java world. I had worked with Quartz mostly in…
Read More » -
Core Java
Choosing a fast unique identifier (UUID) for Lucene
Most search applications using Apache Lucene assign a unique id, or primary key, to each indexed document. While Lucene itself…
Read More » -
Android Core
Android SwipeRefreshLayout Tutorial
In this post, we will describe SwipeRefreshLayout component. This component should be used whenever the user can refresh the UI…
Read More »