PDA

View Full Version : Spring With Ajax


crisss
Sep 12th, 2007, 07:10 AM
Hi people,
I am developing an Spring web application, and I am in the moment when everything with only Spring works but I need to add Ajax in order to re-access the database to ask for more data everytime I click a concret button. I have looked for information but I don't find anything clear...could please anyone help me with this??Just giving me some example (the beans I need, the web.xml, the Springservlet and the javascript code) or with a useful url with some tutorial???
I would really appreciate it!
Thanks a lot!
Cristina

Marten Deinum
Sep 12th, 2007, 07:32 AM
Google is your friend. There are a lot of concrete examples of using spring with different Ajax implementations DWR, Dojo etc.

sergi
Sep 12th, 2007, 07:50 AM
Take a look at springmodules (https://springmodules.dev.java.net), and more concretely at the XT Ajax Framework (https://springmodules.dev.java.net/docs/reference/0.8/html_single/#ajax)

Hope it helps

Sergi Almar