spring-framework-1.2.2+jdk1.5.004
1.directory
+My1stSpring
--build.xml
--hello.xml
+lib
+src
+java
--log4j.properties
+hello
--GreetingService.java
--GreetingServiceImpl.java
--HelloApp.java
+webapp
2. source code
GreetingService.java








GreetingServiceImpl.java

































HelloApp.java





















3. mapping files fro spring
hello.xml










build.xml















































5. "ant build" to compile
"ant run" to run the application!