Welcome to the Java Programming Forums


The professional, friendly Java community. 21,500 members and growing!


The Java Programming Forums are a community of Java programmers from all around the World. Our members have a wide range of skills and they all have one thing in common: A passion to learn and code Java. We invite beginner Java programmers right through to Java professionals to post here and share your knowledge. Become a part of the community, help others, expand your knowledge of Java and enjoy talking with like minded people. Registration is quick and best of all free. We look forward to meeting you.


>> REGISTER NOW TO START POSTING


Members have full access to the forums. Advertisements are removed for registered users.

Results 1 to 3 of 3

Thread: Help needed to design the flow of Struts 1.2 or 1.3 application

  1. #1
    Junior Member
    Join Date
    Mar 2011
    Posts
    10
    Thanks
    0
    Thanked 0 Times in 0 Posts

    Default Help needed to design the flow of Struts 1.2 or 1.3 application

    Hi,

    We are getting involved into new project which will start from scratch.

    We will be using Struts 1.2 or 1.3
    front end : jsp, javascript, jquery, xml.
    back end : db2

    We need to design the flow i.e architecture of new application.

    I have used struts framework, but never got involved in designing one.
    Can any one please let me know if there is any book or web page which would help me in designing one?
    Or can anyone please let me know which is the better approach or flow of the application?

    Thanks in advance,
    Chinnu


  2. #2
    Think of me.... Mr.777's Avatar
    Join Date
    Mar 2011
    Location
    Pakistan
    Posts
    1,136
    My Mood
    Grumpy
    Thanks
    20
    Thanked 82 Times in 78 Posts
    Blog Entries
    1

    Default Re: Help needed to design the flow of Struts 1.2 or 1.3 application

    To design the whole application, you must know the Struts flow and working prinicple. You must also know the configuration files. If you already know this, it doesn't matter for you to divide the application in the parts (business, logic, client, server, enterprise) to design it using struts.

  3. #3
    Junior Member
    Join Date
    Feb 2012
    Posts
    6
    Thanks
    0
    Thanked 1 Time in 1 Post

    Default Re: Help needed to design the flow of Struts 1.2 or 1.3 application

    Struts in Action books is good man

    I recommend you download the struts Hello world app provided by apache and deploy to any container. try to understand the model,view and controller.

    and flow. After that write your own login app. Please let me know if you have any issues with struts hello world app

Similar Threads

  1. Struts application - slow request processing
    By chinnu in forum Web Frameworks
    Replies: 2
    Last Post: December 13th, 2011, 09:38 AM
  2. getting NPException while running my struts first application using tomcat
    By rafishaik999 in forum JavaServer Pages: JSP & JSTL
    Replies: 1
    Last Post: September 19th, 2011, 05:56 AM
  3. Struts Application, Complies perfectly but error at run time
    By Prarthana in forum What's Wrong With My Code?
    Replies: 2
    Last Post: May 18th, 2010, 01:49 AM
  4. Lead Programmer(s) needed for desktop Application
    By PT83333 in forum Paid Java Projects
    Replies: 0
    Last Post: March 29th, 2010, 05:32 PM
  5. gui to make a flow chart.
    By Abhinav in forum AWT / Java Swing
    Replies: 1
    Last Post: January 27th, 2010, 02:04 AM

Tags for this Thread