-
Enterprise Java
Exposing a POJO as a JMX MBean with Spring
Here is a very nice tutorial on how “Exposing a POJO as a JMX MBean easily with Spring” can be…
Read More » -
Core Java
Java Memory Model – Quick overview and things to notice
In computing, a Memory model describes how threads interact through memory, or more generally specify what assumptions the compiler is…
Read More » -
Android Core
Android XML Binding with Simple Framework Tutorial
XML is still important in the area of web services even though REST has gained significant attention lately. Exposed APIs…
Read More » -
Enterprise Java
Hibernate mapped collections performance problems
First things first, this article was inspired after Burt Beckwith‘s presentation about Advanced GORM – Performance, Customization and Monitoring at…
Read More » -
Android Core
Android Animations – Quick Guide
A quick guide in the world of animations in Android from Chandan, one of our JCG partners. (NOTE: The original…
Read More » -
Best Of The Week
Best Of The Week – 2011 – W05
Hello all, I would like to introduce a new JavaCodeGeeks idea with this post. Every Sunday we are going to…
Read More » -
Android Core
Android JSON Parsing with Gson Tutorial
Apart from XML, JSON is a very common format used in API responses. Its simplicity has helped to gain quite…
Read More » -
Enterprise Java
Cajo, the easiest way to accomplish distributed computing in Java
Derived from the introductory section of Jonas Boner’s article “Distributed Computing Made Easy” posted on TheServerSide.com on May 1st 2006…
Read More » -
Enterprise Java
Aspect Oriented Programming with Spring AOP
Aspect Oriented Programming (AOP) refers to the programming paradigm which isolates secondary or supporting functions from the main program’s business…
Read More »