• 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

Switching the underlaying Ajax framework in Struts2

 
clojure forum advocate
Posts: 3479
Mac Objective C Clojure
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Hi.
WebWork2 employs Dojo toolkit as the underlaying Ajax framework.
What about Struts2? does it use Dojo too?
Is it possible to switch to another Ajax toolkit (jQuery for example)?
Thanks.
 
author
Posts: 25
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Yes, Struts 2 provides AJAX tags that use Dojo under the covers. However, there is nothing stopping you from using any other Javascript framework - just don't use the Struts 2 AJAX tags. In fact, Struts 2 users have developed plugins to provide extra integration with other Javascript libraries such as the YUI plugin: http://cwiki.apache.org/S2PLUGINS/yui-plugin.html
reply
    Bookmark Topic Watch Topic
  • New Topic