• 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

Does WSAD5.0 support Struts1.1 and 1.2

 
Greenhorn
Posts: 14
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
I know that WSAD5.0 has built-in Struts support for Struts1.1(Beta). But does WSAD5.0 support Struts1.1 and 1.2? If I download Strut1.2.7 or Struts1.1 and create a web app from them in WSAD, what will happen?

Thanks.
Kevin
 
Ranch Hand
Posts: 133
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
You can feel free to just download struts on it's own and put it into your web app. Just replace the libraries that WSAD puts in for you with the version of Struts that you want to use.
 
Kev lam
Greenhorn
Posts: 14
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Eric,

Thanks for your quick reply!

I created a web application in WSAD by using the built-in Struts support which is 1.1(Beta). Then I downloaded Struts 1.2.7 library. I replaced the related jar files, tld and dtd files that WSAD put in my application with those from Struts 1.2.7 library.

Am I doing the right thing? May I say that my application is upgaded to Structs 1.2.7?

Thanks.
Kevin
 
Eric Sexton
Ranch Hand
Posts: 133
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Yep. That's all you need to do. There's not a whole lot of fluff behind how WSAD 5.X uses Struts. It's just a matter of swapping out the jar.
 
Kev lam
Greenhorn
Posts: 14
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Thanks. Eric
 
Consider Paul's rocket mass heater.
reply
    Bookmark Topic Watch Topic
  • New Topic