I need to call java class method inside jquery , how do i do that ?
For more understanding Ex:
Class Foo{ public static void letsCall(){
Check out DWR. We use it a lot to do this kind of thing and it works well. It wraps all the ajax stuff so you don't have to worry about it.