Create a Server and Server Configuration, if needed. Add to the server environment any required jar files. These are likely to include gesgen.jar, struts.jar, and the mysql driver jar file.
Create the database for the application on the dbms server, if needed.
Web Project
Add Struts support :
- Properties>Web Project Features: select Add Struts Support and Standard and Utility taglibs
- Override default settings: specify package prefix for Default Java package prefix
Update Struts mappings, if needed.
Implement any non-CRUDS methods, such as Login verifyPassword.
Implement any additional views, as needed.
Although you shouldn't have to do this, you may need to add to the Server Environment the various bin folders for the application's individual projects to resolve classpath issues.