So unless you like Netbeans, it might be a series of manual steps to create a Spring WebMVC application setup. A good idea is to use the SpringFramework tutorial as given on http://static.springframework.org/docs/Spring-MVC-step-by-step/index.html
There is a small error in the tutorial, so to save you time if you use this, watchout for the extra “<beans>” tag. So your springapp-servlet.xml in Chapter 4 should look like
<?xml version=”1.0″ encoding=”UTF-8″?>
<beans xmlns=”http://www.springframework.org/schema/beans“
xmlns:xsi=”http://www.w3.org/2001/XMLSchema-instance“
xsi:schemaLocation=”http://www.springframework.org/schema/beans
http://www.springframework.org/schema/beans/spring-beans-2.5.xsd“>
<beans>
<bean id=”……….
Ref: http://static.springframework.org/docs/Spring-MVC-step-by-step/part4.html
Just passing by.Btw, you website have great content!
_________________________________
Making Money $150 An Hour