what to do for learning struts?

5 replies
guys can anyone help me for learning struts. what are the requirements to run the struts program on your PC or laptop??:confused:
#learning #struts
  • Profile picture of the author Renavon
    Originally Posted by guptasandeep View Post

    guys can anyone help me for learning struts. what are the requirements to run the struts program on your PC or laptop??:confused:
    Struts is a Java based MVC framework for making Java web application. Struts 2 requires following requirements:

    - Servlet API 2.4
    - JSP API 2.0
    - Java 5

    For installation guide, check here: Struts 2 Download, Download Struts 2, Download Struts 2.0

    You will find struts tutorial here: Tutorials
    {{ DiscussionBoard.errors[5328240].message }}
  • Profile picture of the author candyo0
    The official documentation for the framework is provided online and may be built locally from the source code distribution using Apache Maven 2. To build the documentation, change to the subproject's folder and run

    $ mvn site

    For more help with building the website, visit the Struts Maintenance - Website page.

    Our documentation includes a User Guide,FAQs and Howto Guides, along with this top-level introduction.

    The Javadocs and source code can also be browsed.
    {{ DiscussionBoard.errors[5332259].message }}
  • Profile picture of the author shantanu
    You Must learn Java first J2EE and the best consoles to learn and run java is Myeclipse and Netbeans but if u learn java from myeclipse that will be much better for u and learn designing frameworks from ASP
    {{ DiscussionBoard.errors[5362731].message }}
  • Profile picture of the author jemi jhon
    My opinion is that you should learn Java as much as you can.
    {{ DiscussionBoard.errors[5362776].message }}
    • Profile picture of the author nwutopia02
      Personal opinion. Jakarta Struts For Dummies is really a piece of art from newbies.

      It makes the shifting from jsp/servlet to struts so easy.
      {{ DiscussionBoard.errors[5395720].message }}

Trending Topics