Results 1 to 3 of 3

Thread: XMLHttpRequest -Ajax

Hybrid View

  1. #1
    Join Date
    Apr 2005
    Location
    Atlanta, GA
    Posts
    2

    Default XMLHttpRequest -Ajax

    Anyone out there using Ajax with Spring MVC?

  2. #2
    Join Date
    Oct 2004
    Location
    Herndon, VA, US
    Posts
    648

    Default

    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.
    --Jing Xue

  3. #3
    Join Date
    Apr 2005
    Location
    Wilhelmshaven, Germany
    Posts
    15

    Default

    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

Similar Threads

  1. Replies: 4
    Last Post: Jun 14th, 2006, 06:31 PM
  2. AJAX Support?
    By leosong in forum Web
    Replies: 1
    Last Post: Aug 16th, 2005, 11:36 AM
  3. Anyone using AJAX for form validation?
    By Colin Yates in forum Web
    Replies: 2
    Last Post: Aug 8th, 2005, 04:20 AM
  4. Can springservlet handle XMlHttpRequest?
    By anieshuk in forum Web
    Replies: 2
    Last Post: Aug 5th, 2005, 02:05 AM

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •