• Post Reply Bookmark Topic Watch Topic
  • New Topic
programming forums Java Mobile Certification Databases Caching Books Engineering Micro Controllers OS Languages Paradigms IDEs Build Tools Frameworks Application Servers Open Source This Site Careers Other Pie Elite all forums
this forum made possible by our volunteer staff, including ...
Marshals:
  • Campbell Ritchie
  • Tim Cooke
  • paul wheaton
  • Jeanne Boyarsky
  • Ron McLeod
Sheriffs:
  • Paul Clapham
  • Liutauras Vilda
  • Devaka Cooray
Saloon Keepers:
  • Tim Holloway
  • Roland Mueller
Bartenders:

Why Use Struts?

 
Ranch Hand
Posts: 165
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Hi all
Has anyone found any advantages of using struts, while i was reading the struts document by apache , they only said that its as good as anyother framework that is well implemented and designed
where does that efficiency of struts come? and how
may be there are definged taglibs and action servlets , i dont think they play significant role.

any body say anything on it
thanks
 
author
Posts: 1436
6
Python TypeScript Java
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Strut allows you to implement a properly designed web application with clear separation between business and presentation logics (MVC model).
The benefit is really in the long run. When you need to maintain your code in the future, you'd be glad you choose a good architecture.
 
Greenhorn
Posts: 14
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
hai everybody..
Can anybody give a small example on MVC using struts,and the sequence of steps I need to follow.
can anybody help me..
seradmin
 
Saloon Keeper
Posts: 28477
210
Android Eclipse IDE Tomcat Server Redhat Java Linux
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
http://www.devx.com/premier/mgznarch/javapro/2002/04apr02/th0402/th0402-1.asp
For a live "walking tour" of a Struts app:
http://www.mousetech.com/strutdemo/index.jsp
[ April 12, 2002: Message edited by: Tim Holloway ]
[ April 12, 2002: Message edited by: Tim Holloway ]
 
Ranch Hand
Posts: 241
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
You may want to look at this as well:
http://www.husted.com/ for additional resources
and a good, gentle introduction written by JR's very own Thomas Paul in the March newsletter:
http://www.javaranch.com/newsletter/Mar2002/newslettermar2002.jsp#struts
 
Manas Ahlaad
Ranch Hand
Posts: 165
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
if one asks us why did u adopt struts technology ,what should we say for it?
 
Greenhorn
Posts: 2
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Struts allows JSP/Servlet writers the ability to fashion their web applications using the MVC design pattern.
By designing your web application using Struts you allow:
Architect the ability to design using the MVC pattern
Developer to exploit the Struts framework when building the app.
Web designer to be sheltered from learning how to program
 
Curse your sudden but inevitable betrayal! And this tiny ad too!
New web page for Paul's Rocket Mass Heaters movies
https://coderanch.com/t/785239/web-page-Paul-Rocket-Mass
reply
    Bookmark Topic Watch Topic
  • New Topic