Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Spring Hello World setup and code in eclipse

I have setup Spring / WTP in eclipse as well as successfully started a Tomcat 6 server within eclipse. I'm at the point where I can create a new Spring project and add source files as necessary.

Could somebody please describe (or point me to) how I can setup of some sort of 'Hello World' test and how to run it? I have experience developing in Java SE but am trying to learn Java EE / Spring.

like image 421
Jim Avatar asked Dec 22 '22 06:12

Jim


1 Answers

Start with "Spring MVC Step by Step".

like image 116
duffymo Avatar answered Jan 01 '23 14:01

duffymo