-
Core Java
Five advanced Java Synchronizers you probably don’t know
Besides the common synchronize which is based in the lock bit that every Java object has, you have more sophisticated…
Read More » -
Groovy
Grails AJAX Examples
Early on, newcomers to Grails encounter a lack of working samples accompanying the framework. Good places for examples and documentation…
Read More » -
Enterprise Java
JUnit and Mockito cooperation
This time I want to make an overview of testing framework Mockito. Definitely this is one of the most popular…
Read More » -
Desktop Java
Some Java based AI Frameworks: Encog, JavaML, Weka
While working through I am working through Programming Collection Intelligence I found myself sending a lot of time translating the Python…
Read More » -
Enterprise Java
ElasticSearch on EC2 in Less Than 60 Seconds
Curious to see what all the ElasticSearch hubbub is about? Wanna see it in action without a lot of elbow…
Read More » -
Enterprise Java
Spring MVC, Ajax and JSON Part 3 – The Client Side Code
If you’ve been following this short series of blogs on Spring, Ajax and JSON you’ll recall that I’ve got as…
Read More » -
Software Development
Code Refactoring vs Architecture Refactoring
Introduction Everybody knows the meaning of Refactoring; the base of Agile Programming, and the best way to continuously increase the code…
Read More » -
Enterprise Java
Heroku and Java – From Newbie to Beginner, Part 2
The problem So after a few days I could get back to my little Recaps project. I started with checking…
Read More » -
Software Development
The Dangers of Book Learning
Today’s software professional is under constant pressure to maintain a high skill level with an ever-changing palette of languages and…
Read More »