Sunday, January 20, 2013

How to create Struts application with JBoss Tools

Objective of this post is to show how to create Struts application with JBoss Tools.

pre-requisite:
1. Eclipse
2. JBoss Tools
3. Tomcat or other supported application server

1. Install JBoss Tools
2. File > New > Other > JBoss Tools Web > Struts > Struts Project > Next
Create Struts application - New project


3. Fill in project name, in the template field, select KickStart
Create Struts project

4. Select target runtime > Finish
Create Struts project - runtime

5. Start the Struts application, test the application with the following url
          http://<server>:<port>/struts-blank

6. if the following screen appears, the struts application created successfully.
Done!!

1 comment:

LinkWithin

Related Posts Plugin for WordPress, Blogger...