Search code examples
jspstruts

how can we Implement struts framework in jsp web pages


Now I have some Jsp pages like validation form ,slide show etc.all of them are client side scripting.Now I want to combine all page link s in one page. also i want run it in tomcat server by implementing struts framework. i setup the server .But i don't know about struts .please explain from starting to End to implement struts.


Solution

  • You can take reference of "Introduction to Struts" book, it will give you the idea of overall architecture with some examples. You can also read about struts on apache website.

    Your use case is an easy one and can be easily implemented once you have the basic idea of struts.