Problems passing class objects through GWT RPC

后端 未结 8 915
野趣味
野趣味 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:07

    Keying off of rustyshelf's answer above ...

    In my case I needed to edit the ModuleName.gwt.xml file and add the following:

    
    
    

    I created my project with the New->Web Application Project wizard but unchecked the Generate project sample code option. I then created the shared package. Had I not unchecked that, the package would have been created for me and the xml file modified per the above.

提交回复
热议问题