struts 2 ajax choice

2013-05-13 Thread john lee
from the document, Struts 2 support both DoJo plugin and JSON plugin, which one is easy to plugin and use? which one is more powerful? thanks in advance john

Re: struts 2 ajax choice

2013-05-13 Thread Paul Benedict
Please note the Dojo plugin is deprecated. On Mon, May 13, 2013 at 4:42 PM, john lee sh_thorn_b...@yahoo.com wrote: from the document, Struts 2 support both DoJo plugin and JSON plugin, which one is easy to plugin and use? which one is more powerful? thanks in advance john

Re: struts 2 ajax choice

2013-05-13 Thread john lee
So, JSON is the only choice ? thanks john From: Paul Benedict pbened...@apache.org To: Struts Users Mailing List user@struts.apache.org; john lee sh_thorn_b...@yahoo.com Sent: Monday, May 13, 2013 4:43 PM Subject: Re: struts 2 ajax choice Please note

Re: struts 2 ajax choice

2013-05-13 Thread Dave Newton
They're not even close to being the same thing. The JSON plugin provides JSON de/serialization. The Dojo plugin was a complete client-side tag library. There's the S2 jQuery plugin [1] which would be the non-official equivalent of the old Dojo taglib. Dave [1]

Re: struts 2 ajax choice

2013-05-13 Thread Mike Hao
Will the S2 jQuery plugin provide the similar functions as S2 dojo plugin? Is S2 jQuery plugin maintained by Struts 2 team? I am using Dojo plugin right now, and it works pretty well. Could anyone give me explanation why S2 Dojo plugin get deprecated? Thanks, Mike On Mon, May 13, 2013 at 5:48

Re: struts 2 ajax choice

2013-05-13 Thread Dave Newton
On Mon, May 13, 2013 at 5:56 PM, Mike Hao mike@gmail.com wrote: Will the S2 jQuery plugin provide the similar functions as S2 dojo plugin? The docs and examples are available on the site I linked to. Is S2 jQuery plugin maintained by Struts 2 team? The S2 jQuery plugin I linked to is

Re: struts 2 ajax choice

2013-05-13 Thread Mike Hao
Hi Dave, Thank you so much for your quick response and your explanations. Regards, Mike On Mon, May 13, 2013 at 6:03 PM, Dave Newton davelnew...@gmail.com wrote: On Mon, May 13, 2013 at 5:56 PM, Mike Hao mike@gmail.com wrote: Will the S2 jQuery plugin provide the similar functions as

Re: struts 2 ajax choice

2013-05-13 Thread john lee
Dave, so, as your experience, which one u recommend to use? JSON or S2Jquery? thanks in advance john  From: Dave Newton davelnew...@gmail.com To: Struts Users Mailing List user@struts.apache.org Cc: john lee sh_thorn_b...@yahoo.com Sent: Monday, May 13,