Creating a Spring MVC project

First, create a Spring MVC project. Select File | New | Other. In New, select JBoss Central | Spring MVC Project, as shown in the following screenshot. Then, click on Next.

Creating a Spring MVC project

In the Spring MVC Project wizard, select Target Runtime as WildFly8.x Runtime, as shown in the following screenshot. Now, click on Next.

Creating a Spring MVC project

Specify Project name (jboss-springmvc) and Package (org.jboss.springmvc), as shown in the following screenshot. After this, click on Next.

Creating a Spring MVC project

Specify Group Id (org.jboss.springmvc), Artifact Id (springmvc), Version (1.0.0), and Package (org.jboss.springmvc), as shown in the following screenshot, and click on Finish.

Creating a Spring MVC project

The jboss-springmvc web project gets created, as shown in the following screenshot:

Creating a Spring MVC project

In the subsequent section, we will develop the Spring MVC application and discuss the Spring MVC application artifacts in detail; the application shown in the Project Explorer tab is the default application and will be replaced with the application we will develop.

..................Content has been hidden....................

You can't read the all page of ebook, please click here login for view all page.
Reset