-
Best Of The Week
Best Of The Week – 2011 – W37
Hello guys, Time for the “Best Of The Week” links for the week that just passed. Here are some links…
Read More » -
Scala
Scala use is less good than Java use for at least half of all Java projects
So, I made a post about agreeing with a post about Scala being “hard” for a large portion of Java…
Read More » -
Core Java
The Java Logging Mess
Every application needs logging. And right now there are a lot of options on what exactly to use for logging…
Read More » -
Enterprise Java
Simple Twitter: Play Framework, AJAX, CRUD on Heroku
So the big announcement is out – Heroku started offering native support to Play Framework applications! If you haven’t heard…
Read More » -
Core Java
The Exchanger and GC-less Java
Overview The Exchanger class is very efficient at passing work between thread and recycling the objects used. AFAIK, It is…
Read More » -
Enterprise Java
Spring Declarative Transactions Example
A transaction is a unit of work that has ACID (atomic, consistent, isolated and durable) properties. Atomic means that the…
Read More » -
Android Games
Android Game Development – Using Bitmap Fonts
Android is an OS running on many types of devices with different screen sizes. Because of that it is pretty…
Read More » -
Enterprise Java
Real modular web applications: Why there is no standard for developing them?
OSGI, SpringSource, Jboss Modules, J2EE and the list never ends.All these technologies promise to their end users/developers the same thing…
Read More » -
Core Java
The OpenJDK as the default Java on Linux
Hi All, Recently I’ve received a bunch of private correspondence from people confused/worried over the change in the default Java…
Read More »