Problems passing class objects through GWT RPC

后端 未结 8 913
野趣味
野趣味 2020-12-04 18:39

I\'ve run through the Google Web Toolkit StockWatcher Tutorial using Eclipse and the Google Plugin, and I\'m attempting to make some basic changes to it so I can better unde

8条回答
  •  感动是毒
    2020-12-04 19:02

    There's a better answer here: GWT Simple RPC use case problem : Code included

    Basically, you can add parameters to your APPNAME.gwt.xml file so the compiler to give the compiler a path to the server-side class.

提交回复
热议问题