facebook

struts

  1. MyEclipse IDE
  2.  > 
  3. Java EE Development (EJB, JSP, Struts, XDoclet, etc.)
Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • #270718 Reply

    hi,

    this is sreeni,

    i am doing Btech(it).
    i want explonation abt struts flow with diagram

    Regards,
    sreeni

    #270764 Reply

    Riyad Kalla
    Member

    Sreeni,
    The navigation in a Struts application is defined in your struts-config.xml file. What that means is you define all the possible places your users can go. For example:

    From: login.jsp
    To: manage.jsp
    To: loginFailed.jsp

    From: manage.jsp
    To: addUser.jsp
    To: editUser.jsp
    To: removeUser.jsp

    and so on. Because all the flow is pre-determined like this, it’s possible to visualize the “flow” of a Struts application using MyEclipse. To see how the user will move through a Struts web application. This is what the Struts Flow Diagramming feature does.

    Hope that helps.

Viewing 2 posts - 1 through 2 (of 2 total)
Reply To: struts

You must be logged in to post in the forum log in