Learning Spring webMVC using Springframework tutorial

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.htmlxdev-spring_logo

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

Advertisement

One Response to Learning Spring webMVC using Springframework tutorial

  1. Just passing by.Btw, you website have great content!

    _________________________________
    Making Money $150 An Hour

Leave a Reply

Fill in your details below or click an icon to log in:

WordPress.com Logo

You are commenting using your WordPress.com account. Log Out / Change )

Twitter picture

You are commenting using your Twitter account. Log Out / Change )

Facebook photo

You are commenting using your Facebook account. Log Out / Change )

Connecting to %s