vote up 0 vote down star

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.

flag

1  
IIRC, Struts was shipping with Dojo 0.4.0 until quite recently, which is about 3 years old, so that may be what you're using as your comparison. Dojo is now on 1.4 beta, and there have been considerable changes wrt architecture, browser compatibility, and stability. Struts apparently decided to be more flexible and not bundle a toolkit. Dojo's widget library, Dijit, has a very different set of widgets and function from JQuery's, as well as built-in accessibility and internationalization, so it may depend on your task. – peller Oct 14 at 13:09

1 Answer

vote up 0 vote down check

I would suggest jQuery. I had the same problem working on a project the used Dojo, but found it to be so intrusive I switched to jQuery. With jQuery it's a lot easier to use as it only used the standard HTML markup instead of adding it's own tags like Dojo does. I also found a ton more documentation for jQuery then Dojo as well as some good guides on overcoming the IE6 crap we still have to code for. All in all I would highly recommend jQuery over Dojo in any project.

Cheers

link|flag

Your Answer

Get an OpenID
or

Not the answer you're looking for? Browse other questions tagged or ask your own question.