增加对xml文件解析支持的模块
<inherits name ="com.google.gwt.xml.XML"/>
增加对多语言的支持模块
<inherits name ="com.google.gwt.i18n.I18N"/>
Gwt入口点
<entry-point class='com.marsjin.client.Users'/>
增加rpc调用配置
<servlet path='/getUsersInfo' class='com.marsjin.users.server.RemoteReadDataServiceImpl'/>
<inherits name ="com.google.gwt.xml.XML"/>
增加对多语言的支持模块
<inherits name ="com.google.gwt.i18n.I18N"/>
Gwt入口点
<entry-point class='com.marsjin.client.Users'/>
增加rpc调用配置
<servlet path='/getUsersInfo' class='com.marsjin.users.server.RemoteReadDataServiceImpl'/>