[OT] JQuery or dojo?

2011-08-16 Thread Balwinder
Hi All, Can any one suggest, for ajax which framework is better? Regards, Balwinder Kumar - To unsubscribe, e-mail: user-unsubscr...@struts.apache.org For additional commands, e-mail: user-h...@struts.apache.org

Re: [OT] JQuery or dojo?

2011-08-16 Thread Christian Grobmeier
Can any one suggest, for ajax which framework is better? Every answer is highly subjective, but I have made great experiences with jQuery. In addition, I was able to use jQuery mobile without pain later and there seems to be a huge community around jQuery. My current js combination is jQuery +

Re: [OT] JQuery or dojo?

2011-08-16 Thread Brian Thompson
I prefer jquery. Even back in 2007, using dojo with Struts seemed clunky. AFAIK the Struts dojo plugin is deprecated, but I'm sure Dave can tell you more about that :) Brian On Tue, Aug 16, 2011 at 11:37 AM, Balwinder balwinder@gmail.com wrote: Hi All, Can any one suggest, for ajax

Re: [OT] JQuery or dojo?

2011-08-16 Thread Paul Benedict
jQuery and Dojo are different programming models. jQuery is more like a scripting tool; Dojo is more like an object-oriented programming model. I've used jQuery for several months now and find it very powerful. I haven't used Dojo because I don't want to learn another OO-like technology on the

Re: [OT] JQuery or dojo?

2011-08-16 Thread Dave Newton
What are your criteria? IMO they're different things, Dojo is more of an app framework, although there's overlap in functionality at the low level. Dave On Aug 16, 2011 12:38 PM, Balwinder balwinder@gmail.com wrote: Hi All, Can any one suggest, for ajax which framework is better?

Re: [OT] JQuery or dojo?

2011-08-16 Thread Maurizio Cucchiara
I think it's a matter of taste, I personally prefer jquery (is lesser intrusive). Maurizio Cucchiara On 16 August 2011 18:45, Paul Benedict pbened...@apache.org wrote: jQuery and Dojo are different programming models. jQuery is more like a scripting tool; Dojo is more like an object-oriented

Re: [OT] JQuery or dojo?

2011-08-16 Thread Balwinder
Dave, My criteria is: Able to ajaxify my app seamlessly. Quick in implementation. Ease of maintenance. Quick to learn. Regards, Balwinder Kumar On 8/16/2011 10:26 PM, Dave Newton wrote: What are your criteria? IMO they're different things, Dojo is more of an app framework, although there's

Re: [OT] JQuery or dojo?

2011-08-16 Thread Dave Newton
jQuery. Dave On Aug 16, 2011 1:01 PM, Balwinder balwinder@gmail.com wrote: Dave, My criteria is: Able to ajaxify my app seamlessly. Quick in implementation. Ease of maintenance. Quick to learn. Regards, Balwinder Kumar On 8/16/2011 10:26 PM, Dave Newton wrote: What are your

Re: [OT] JQuery or dojo?

2011-08-16 Thread Christian Grobmeier
Out of curiosity. What are the criteria which speak for Dojo, in your opinion? On Tue, Aug 16, 2011 at 7:07 PM, Dave Newton davelnew...@gmail.com wrote: jQuery. Dave  On Aug 16, 2011 1:01 PM, Balwinder balwinder@gmail.com wrote: Dave, My criteria is: Able to ajaxify my app

Re: [OT] JQuery or dojo?

2011-08-16 Thread Dave Newton
Full-stack GUIs. IMO jQuery is better for minor ajaxification of apps. For strong GUI needs I'd lean towards more complete, pre-packaged solutions rather than trying to mash jQueryUI things together, which can be painful at times. Dave On Aug 16, 2011 1:10 PM, Christian Grobmeier

Re: [OT] JQuery or dojo?

2011-08-16 Thread Vishwa Sahan
dojo plugin is no longer supported i think... -- Vishwa Rajakaruna *...It does not take a new day to make a brand new start It only takes a deep desire to try with all your heart...*

Re: [OT] JQuery or dojo?

2011-08-16 Thread Dave Newton
But modern Dojo can be used on its own. Dave On Aug 16, 2011 10:20 PM, Vishwa Sahan vishwa.sa...@gmail.com wrote: dojo plugin is no longer supported i think... -- Vishwa Rajakaruna *...It does not take a new day to make a brand new start It only takes a deep desire to try with all your

Re: [OT] JQuery or dojo?

2011-08-16 Thread Vishwa Sahan
Thanks dave. I think I should check on that. On Wed, Aug 17, 2011 at 8:29 AM, Dave Newton davelnew...@gmail.com wrote: But modern Dojo can be used on its own. Dave On Aug 16, 2011 10:20 PM, Vishwa Sahan vishwa.sa...@gmail.com wrote: dojo plugin is no longer supported i think...