Hello,

Im working on a small Webapplication with Spring, Spring MVC, Spring Security and Hibernate. Today I wanted to integrate Ajax, for example to check asynchrounly if a username is already in use while the user is filling out a formular to register.

I began to write the ajax stuff, but I found it a little bit difficult to integrate it nicely in my existing project. I was reading about it and I found out that I should use tiles when I use ajax and spring mvc. Well, until now I didnt use tiles and I dont want to change my whole configuration.

As I went on researching, I read about the XT Ajax Framework. It sounds like a really nice solution.
But I was wondering why it was so hard to find out about the XT Ajax Framework. Is it maybe old and not recommended to use? Are there new solutions which are way better than this? I would like to hear your opinion!

Thank you very much!