-
Software Development
[Sponsored Post] Java Development Opportunities
It is correct to think that the developments in the satellite and navigational sector are constantly changing and as it…
Read More » -
Core Java
Java Concurrency Tutorial – Semaphores
This is the first part in a series that we’re going to be doing on Java concurrency. Specifically, we are…
Read More » -
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 »