Results 1 to 5 of 5

Thread: AJAX with Spring

  1. #1
    Join Date
    Jul 2006
    Posts
    21

    Default AJAX with Spring

    We have a J2EE application, and we are using spring.
    Now we want to use AJAX for some of our pages.

    Would like to know is there any tool kit available that can be readily integrated with Spring.

    Thanks.
    din

  2. #2
    Join Date
    Dec 2006
    Location
    Normal, Illinois
    Posts
    277

    Default

    Here's a doc that shows how to integrate Spring and DWR.

    http://getahead.ltd.uk/dwr/server/spring
    Caleb Washburn

  3. #3
    Join Date
    Jul 2006
    Posts
    21

    Default

    Thanks,
    This link helped a lot.

  4. #4
    Join Date
    Jul 2006
    Location
    Rome, Italy
    Posts
    347

    Default

    If you want another option, you can also take a look at the Spring XT Ajax Framework, part of Spring Modules: https://springmodules.dev.java.net/d...l/xt.html#ajax.

    Cheers,

    Sergio B.
    Sergio Bossa
    Spring Modules Team

  5. #5
    Join Date
    Jan 2006
    Location
    Bucharest, Romania
    Posts
    44

    Default

    Hello,

    The Google Web Toolkit seems a nice way to develop Java AJAX applications.

    Actually I wanted to start a new topic for a discussion between these two AJAX apporāaches:
    • Spring XT Ajax Framework
    • Google Web Toolkit (GWT)


    On one hand I find the GWT quite interesting because there is no need to write JavaScript code. On the other hand I have the impression that Spring XT Ajax Framework is better integrated with Spring (validators, binding, etc), but does not have the flexibility of GWT.

    Dear community, what are your opinions on this issue?

    Regards,
    CS.

Posting Permissions

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