tags:

views:

107

answers:

4

I have downloaded Spring Framework and using SpringSource dm Server. I just need to write a simple Hello world using Spring Framework. I don't know about the configuration and where to write the JAVA code.

I did a google, but could not find anything that can help me out.

+1  A: 

Ummm... "Hello world" programs typically demonstrate languages which Spring is not. What problem are you trying to solve?

David Soroko
A: 

Get hold of Spring Manning in Action book (google may give it to you or its worth buying if you plan to work on spring more). It will explain to you properly how to start

Fazal
+2  A: 

This is a very simple tutorial that outlines a basic setup (although using tomcat).

Edit: Another good example from a different question.

sjohnston
A: 

Spring has many facets so it depends on what part you wish to learn. However, you may find this of interest: http://weblogs.java.net/blog/seemarich/archive/2007/11/annotation_base_1.html

James P.