• 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
  • Jeanne Boyarsky
  • Ron McLeod
  • Paul Clapham
  • Liutauras Vilda
Sheriffs:
  • paul wheaton
  • Rob Spoor
  • Devaka Cooray
Saloon Keepers:
  • Stephan van Hulst
  • Tim Holloway
  • Carey Brown
  • Frits Walraven
  • Tim Moores
Bartenders:
  • Mikalai Zaikin

Struts 1.x Vs Struts 2.x

 
Ranch Hand
Posts: 63
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Hi,
what is the difference between struts 1.x and struts 2.x?why did they introduced struts 2.x already 1.x is available?can you give any url for differnce between them and online study materials?

Thanks in advance.
 
Ranch Hand
Posts: 4864
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
This link
has a pretty good comparison. This topic has been discussed at length in this forum. Use the search function to find previous conversations.
 
Ranch Hand
Posts: 52
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Not sure if this is what you are looking for, but I found this comparison on google Struts 1 vs Struts 2

Hope this helps
 
Bartender
Posts: 9626
16
Mac OS X Linux Windows
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
I sure hope kittu hasn't been waiting for 6 months for that answer.
DontWakeTheZombies
 
Ranch Hand
Posts: 689
Scala Eclipse IDE Java
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
HI..Yes you are right 1.x available but in this field you have to be update technology and your self if you want to survive this competitive market.

Struts 2.x is more advanced and easy to understand compare to Struts 1.x.

You also get easy plug-in for Struts 2.x

Struts 1 vs.
● Action
● ActionForm
● ActionForward
● struts-config.xml
● ActionServlet
● RequestProcessor
● validation.xml

Struts 2

● Action
● Action or POJO
● Result
● struts.xml
● FilterDispatcher
● Interceptors
● Action-validation.xml
 
You showed up just in time for the waffles! And this tiny ad:
a bit of art, as a gift, that will fit in a stocking
https://gardener-gift.com
reply
    Bookmark Topic Watch Topic
  • New Topic