• 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

What are the new features have been added in Struts 1.2

 
Ranch Hand
Posts: 207
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
What are the new features have been added in Struts 1.2 ?
 
Ranch Hand
Posts: 948
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Good question. I searched around and I could not find much. I drilled around for a while on the Struts site and found a detailed list of changes for the first 1.2 release (sorry I don't have the URL) but it was too detail to get a feel for what changed.

I am using Struts 1.1 and I felt like I was missing out on some cool new features of 1.2. Are there some cool features in 1.2?

- Brent
 
Ranch Hand
Posts: 188
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
I think the new features from 1.1 are:

Struts 1.2 New Features

  • MappingDispatchAction
  • Wildcarded mappings
  • DigestingPlugIn
  • Validator's validwhen rule
  • Improved module support


  • I've found the Wildcard mapping and better module support of most benefit.

    regards

    Jason.
    [ March 07, 2006: Message edited by: Jason Moors ]
     
    reply
      Bookmark Topic Watch Topic
    • New Topic