• 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 2 integraion with JS frameworks (EXT )

 
Greenhorn
Posts: 2
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Hi ,

Do we have some standard for using Jquery and JS frameworks other than DOJO
like EXT / YUI with struts 2 . Integration of JQUery in struts 2 will really give it a advantage over spring MVC
 
author
Posts: 25
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
There is a YUI Struts 2 Plugin: http://cwiki.apache.org/S2PLUGINS/yui-plugin.html

As for JQuery, I know there has been interest expressed on the Struts user mailing list, but AFAIK, no actual plugin has emerged. Of course, you are free to use JQuery in a Struts 2 application just like any usual web application.
 
manis garg
Greenhorn
Posts: 2
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Hi ,

Struts 2 says include the Dojo Plugin distributed with Struts 2 in your /WEB-INF/lib folder for DOJO . Is dojo plugin
not part of struts-2.0.11.1-all.zip

I am unable to find it anywhere else .Please send me the link
 
Don Brown
author
Posts: 25
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
The docs you are looking at are probably describing Struts 2.1.x, which has moved the dojo tags out into the dojo plugin. Struts 2.0.11 still has the dojo tags as part of the core tags when using the "ajax" theme.
 
You're not going crazy. You're going sane in a crazy word. Find comfort in this tiny ad:
a bit of art, as a gift, that will fit in a stocking
https://gardener-gift.com
reply
    Bookmark Topic Watch Topic
  • New Topic