Anyone out there using Ajax with Spring MVC?
Printable View
Anyone out there using Ajax with Spring MVC?
I did something real simple - some javascript calling a MultiActionController. It's pretty straightforward. There was also some possibility in leveraging the Burlap or HttpInvoker wrappers provided by Spring, but I didn't venture into it because the requirement was too simple to justifying that.
You should take a look at DWR:
http://www.getahead.ltd.uk/dwr/
DWR allows you to access your spring managed beans with javascript. The boiler plate code is handled by DWR.
Itīs working fine for me.
Roman