Tag Archives: JDK

Spring 3 Hello World Application

This tutorial tell how to develop a simple Spring 3.0 Project. 

Used Technologies : 

JDK 1.6.0.21
Spring 3.0.5
Maven 3.0.2
Eclipse 3.5

STEP 1 : CREATE MAVEN PROJECT
1) A maven project is created as below. (It can be created by using Maven or IDE Plug-in).

Java History

JAVA Release Dates:

JDK 1.0(Codename OAK) : January 23, 1996
JDK 1.1 : February 19, 1997
Major additions included:

* an extensive retooling of the AWT event model
* inner classes added to the language
* JavaBeans
* JDBC
* RMI
* reflection which supported Introspection only, no modification at runtime was possible.