How to – Struts

1. Create struts-config.xml
(To store the configuration within project)

2. Create WelcomeInput.jsp
(Create User input file)

3. Create ContactFormBean.java
(Get and Set those variable pass from jsp page)

4 Create SignupAction.java
(Java class which use to manipulate the data/variable)

5. Create confirmation.jsp
(Display result of manipulated data)

For example: Click Here (netBeans Projects)

For brief concept, Click Here

 

dicksonkho

 

Leave a Reply

Your email address will not be published. Required fields are marked *

This site uses Akismet to reduce spam. Learn how your comment data is processed.