Struts2 plugins - Dojo or jQuery or...?

Posted by Trick on Stack Overflow See other posts from Stack Overflow or by Trick
Published on 2009-10-14T11:21:58Z Indexed on 2010/04/22 6:53 UTC
Read the original article Hit count: 203

Filed under:
|
|
|

Since Apache Struts has deprecated Dojo plugin from Struts 2.1.x I am thinking to change everything to jQuery. I especially noticed the difference in sizes (170kb vs 19kb - something like that). I had troubles with IE browser with handling dojo scripts, is this happening also with jQuery (when user is working with the application for a long time, script stops running)?

I have a lot of dojo tags in my applications, and I use most of theirs attributes.

Has anyone had any experience doing that? What were the problems? What were the benefits? Downsides?

Does anyone has any better ideas of which plugin to include with Struts2?

Any answer will be great! Thanks.

© Stack Overflow or respective owner

Related posts about struts2

Related posts about dojo