• 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

Difference between struts 1.1 and 1.2

 
Greenhorn
Posts: 18
Spring
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Hi,
I need the Difference between struts 1.1 and 1.2.........
 
Ranch Hand
Posts: 4864
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
The three differences I see as most significant are:
  • Deprecation of ActionError class. (Use ActionMessage instead)
  • Ability to use wildcard characters in action mappings
  • Improvments in the validation framework, including the "validwhen" rule
  •  
    Greenhorn
    Posts: 25
    • Mark post as helpful
    • send pies
      Number of slices to send:
      Optional 'thank-you' note:
    • Quote
    • Report post to moderator
    another URL to find difference

    http://www.java-samples.com/showtutorial.php?tutorialid=200
     
    Ranch Hand
    Posts: 3389
    Mac MySQL Database Tomcat Server
    • Mark post as helpful
    • send pies
      Number of slices to send:
      Optional 'thank-you' note:
    • Quote
    • Report post to moderator
    Hi Ramesh,
    The url you had sent is really nice and having a good information. Thank You.
     
    Ranch Hand
    Posts: 948
    • Mark post as helpful
    • send pies
      Number of slices to send:
      Optional 'thank-you' note:
    • Quote
    • Report post to moderator
    Note that the posted link contains differences from Struts 1.x to Struts 2. Struts 2 is significantly different from Struts 1.3.

    - Brent
     
    Merrill Higginson
    Ranch Hand
    Posts: 4864
    • Mark post as helpful
    • send pies
      Number of slices to send:
      Optional 'thank-you' note:
    • Quote
    • Report post to moderator
    As confusing as Struts versions are already, let's not make it more confusing. When someone asks the difference between Struts 1.1 and 1.2, that is not the same as asking the differences between Struts 1 and Struts 2.

    Ramesh's link is indeed a great link with excellent information. Please note, though, that it explains the difference between Struts 1 and Struts 2, not the difference between Struts 1.1 and Struts 1.2 (both of which are Struts 1 versions).
     
    Raghavan Muthu
    Ranch Hand
    Posts: 3389
    Mac MySQL Database Tomcat Server
    • Mark post as helpful
    • send pies
      Number of slices to send:
      Optional 'thank-you' note:
    • Quote
    • Report post to moderator
    Yeah thats very true Merill Higginson..

    Thanks for pointing out!
     
    Brent Sterling
    Ranch Hand
    Posts: 948
    • Mark post as helpful
    • send pies
      Number of slices to send:
      Optional 'thank-you' note:
    • Quote
    • Report post to moderator
    I ran across this page that looks like it has some good info: http://wiki.apache.org/struts/StrutsUpgradeNotes11to124

    - Brent
     
    So you made a portal in time and started grabbing people. This tiny ad thinks that's rude:
    a bit of art, as a gift, that will fit in a stocking
    https://gardener-gift.com
    reply
      Bookmark Topic Watch Topic
    • New Topic