• 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
  • Ron McLeod
  • Jeanne Boyarsky
Sheriffs:
  • Paul Clapham
Saloon Keepers:
  • Tim Holloway
  • Roland Mueller
Bartenders:

how it going to help me

 
Ranch Hand
Posts: 86
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
hello..
i am totaly new to this,how it going to help me in development, how is differnet from others.
 
Ranch Hand
Posts: 319
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Implementing Struts is not definitley going to improve ur development time. But in the long run, maintaining an application developed with this framework would be much simpler.

how is differnet from others


what does 'others' mean?
 
Ranch Hand
Posts: 30
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
I think the main benefits to Struts are:
(1)
It is a full-featured framework, designed to handle most of the common web-design problems you come across. Rather than coming up with your own custom approach, use one that is proven.
(2)
It is well-known. You can hire someone who knows Struts and they will be able to work on an existing Struts project with a very short learning curve. Compare this to your own custom framework, where the new hire would first have to learn your custom framework before he can contribute effectively.
This being said, Struts is not trivial to learn. There is a lot of functionality and a bit of a learning curve.
 
This cake looks terrible, but it tastes great! Now take a bite out of this tiny ad:
Clean our rivers and oceans from home
https://www.kickstarter.com/projects/paulwheaton/willow-feeders
reply
    Bookmark Topic Watch Topic
  • New Topic