• 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 latest stable version

 
Greenhorn
Posts: 19
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
I would like to know what is the latest stable version of struts.From the apache site, i got to know that struts 1.2.8 is released but couldnot find anywhere if it is the stable one. Anyone pls clarify this. Thanks in advance.
 
Ranch Hand
Posts: 948
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
From the Struts download page:

Struts 1.2.8 is the latest production release of Struts Classic.


I assume that by "Struts Classic" they mean the "Struts Action Framework"...not the "Struts Shale Framework".

- Brent
 
Deepthi Mudidani
Greenhorn
Posts: 19
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Thanks for ur reply.
I have one more question. We are planning to use tomcat5.5 as the web container and struts framework. Struts 1.2.8 supports Servlet 1.3 and JSP 2.0 specifications and tomcat 5.5 implements servlet2.4 and jsp 2.0 specification. Is it possible to use the above combination ?? Pls clarify on how this can be done.
 
Ranch Hand
Posts: 188
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
There is no problem using Tomcat 5.5 as the Servlet specs are backward compatible. When you create your web.xml file you specify which version you are using i.e

2.3



2.4



I've used struts with 2.4, the main difference is how you configure the web.xml, for example in 2.4 there is no taglib element under the web-app.

Jason
 
Yes, of course, and I accept that blame. In fact, i covet that blame. As does this tiny ad:
a bit of art, as a gift, the permaculture playing cards
https://gardener-gift.com
reply
    Bookmark Topic Watch Topic
  • New Topic