Calling java server side method using jquery

后端 未结 3 394
广开言路
广开言路 2021-01-16 09:56

I need to call java class method inside jquery , how do i do that ?

For more understanding Ex:

Class Foo{
      public static void letsCall(){
               


        
3条回答
  •  囚心锁ツ
    2021-01-16 10:40

    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.

提交回复
热议问题