• 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

App Server Supporting Struts

 
Greenhorn
Posts: 10
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Hi,
Could anybody tell me does websphere 5 or weblogic 7 supports struts and if they do what version of struts ?
Thanks
Deep Singh
 
author
Posts: 11962
5
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Application servers do not support Struts. The development tools do. This is because Struts is J2EE compliant and will deploy to any compliant appserver.
About the IDEs for WebSphere and WebLogic, I don't know the extent of support for Struts. I do know WSAD has some wizards for creating Struts-based web applications and that there is for example a JBuilder WebLogic Edition which has similar wizards.
 
reply
    Bookmark Topic Watch Topic
  • New Topic