Updated: 11/21/2009 at 3:08 PM EST
Project Lombok: Put an End to Java Verbosity
The introduction of Project Lombok, a combination compile-time and development-time code generator, has made Java POJO verbosity history. Add Lombok to your daily coding practices, and you won't go back.
Spring and Hessian for Fast, Easy Java Remoting
The Hessian binary web service protocol is a powerful and easy-to-use alternative to RMI, XML/SOAP, and REST/JSON for remote communication. Learn how to integrate Spring and Hessian and then create Hessian components as simple Java objects.