Tuesday, November 27, 2007

Spring Framework - 1

This is a nice article by Thomas Risberg about very basics of Spring Framework. Its must-to-read for every Spring enthusiastic to start. It covers environment setup, development, configuration, unit testing and database support in application.

Read it here Via [Springframework.org] Thanks Thomas Risberg.

Create Installer for Java Application

Today, I came across a good article mentioning how to convert your java application into a installer and distribute it. There is an option to add JRE, obfuscate the code and make .exe of java programme in that.

Read it here. Via [javazing] Thanks Sergey Nechaev.