Post subject: Examples On Demand - Include Spring +AJAX exmaples Posted: Dec 16, 2008 - 11:04 AM
Joined: Dec 16, 2008
Posts: 1
It would be good if possible to include Spring+AJAX with paging exmaples. Other examples are really helpful.
support-nipun
Post subject: RE: Examples On Demand - Include Spring +AJAX exmaples Posted: Dec 16, 2008 - 12:55 PM
Registered Member
Joined: Apr 18, 2007
Posts: 8013
I'll make a note of this as a feature request. Thank you for your feedback.
_________________ Nipun
MyEclipse Support
support-greg
Post subject: RE: Examples On Demand - Include Spring +AJAX exmaples Posted: Dec 16, 2008 - 03:00 PM
Moderator
Joined: Mar 31, 2004
Posts: 1615
There is one example in the EOD repository of a Spring with Ajax. It just uses DWR (Direct web remoting) to handle all the Ajax. This is actually a nice way to handle the ajax. This way you can just expose a few of your spring bean classes to remote calls (only those you markup in the spring config file) and then using one line of javascript you can call into your spring bean class. A pretty hassle free way to integrate ajax technology and spring. See more here: