Results 1 to 3 of 3

Thread: Add Ajax Jquery Support to existing Spring MVC

Hybrid View

  1. #1
    Join Date
    Dec 2009
    Posts
    21

    Default Add Ajax Jquery Support to existing Spring MVC

    Hi Experts,

    I have an app that was previously written in Spring 2.5.

    They wanted to add Ajax support in it to enhance its User Experience.
    Now they want me to use existing library that they are using called Jquery.

    Jquery is running ok on other apps that is built using plain servlets and jsp.

    I am not sure about this, but my book Pro Spring 2.5 does not discuss anything about Jquery but only DWR.

    Do you know tutorials or documentations on how I could use jquery with Spring?
    Thanks.

  2. #2
    Join Date
    Jun 2010
    Posts
    1

    Default

    Hi Neliel123!

    How did you solve this? I'm in a very similar position.

    BR,
    wmli

  3. #3
    Join Date
    Dec 2009
    Posts
    21

    Default Use Spring-JSON

    I used a library called Spring-JSON. Works fine and I am able to retrieve data that I need thru ajax call.

    I heard that Spring 3 has extended support for Ajax but currently I am unable to upgrade into that so I am sticking with what I was able to figure out..

Posting Permissions

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