Getting Started a Struts Frameworks application

Getting Started a Struts Frameworks application

Previous Home Next

 

This chapter is a tutorial that covers getting started with Struts just the basics, nothing more, nothing less. This tutorial assumes knowledge of Java, JDBC, Servlets,J2EE (with regards to Web applications) and JSP. Although you can follow along if you are not an expert in all of the above, some knowledge of each is assumed. 


 This is stating point of struts .In next topics we will learn working about struts frameworks .
  • We covers Pre-Requirement for struts applications? 
  • Where you can download? 
  • We make an example.
  • How you can configure? 
  • How you can works on view? 
  • How you can make and configure ActionForm, Action and ActionServerlet? 
  • Where you can store data? 
  • How you can make response view.
 Before starting struts we assume that you have good knowledge of Core Java, JDBC, JSP/Servlet,J2EE (with regards to Web applications) and tomcat Server. We also covers configuration with different version of eclipse. We will cover more examples into our next tutorial. "Struts Basic Example" http://r4r.co.in/java/struts/basic/example/index.php You will learn more examples here.


Previous Home Next