Search code examples
springsearchlive

instant search with jquery and spring mvc


I need some help with jquery or other scripts for instant search. I have basic knowledge of jquery. And I use Spring MVC as the back end program.

In my page I need to search for two users and the result must bee shown on the same search page.

My question are: Must I use PHP for connecting to database? Is PHP working with spring?

Any example any where using live search with jquery and spring?

Thanks


Solution

  • I wrote a post about integration jQuery / AJAX / Spring MVC. You can read it @ http://stories.stefanocazzola.it/2012/07/spring-and-json-requests.html

    Hope this can help you out,

    Stefano