WEB开发网
开发学院软件开发Java 使用 Grails 构建富 Internet 应用程序,第 2 部分... 阅读

使用 Grails 构建富 Internet 应用程序,第 2 部分: Grails 和 Google Web Toolkit

 2009-11-19 00:00:00 来源:WEB开发网   
核心提示: 清单 9. 模型定义<module><!--InheritthecoreWebToolkitstuff.--><inheritsname='com.google.gwt.user.User'/><!--InheritthedefaultG


清单 9. 模型定义
<module> 
 
   <!-- Inherit the core Web Toolkit stuff.            --> 
   <inherits name='com.google.gwt.user.User'/> 
   
   <!-- Inherit the default GWT style sheet. You can change    --> 
   <!-- the theme of your GWT application by uncommenting     --> 
   <!-- any one of the following lines.              --> 
   <inherits name='com.google.gwt.user.theme.standard.Standard'/> 
   <!-- <inherits name='com.google.gwt.user.theme.chrome.Chrome'/> --> 
   <!-- <inherits name='com.google.gwt.user.theme.dark.Dark'/>   --> 
 
   <!-- Other module inherits                   --> 
   <inherits name="com.google.gwt.http.HTTP" /> 
   <inherits name="com.google.gwt.json.JSON" /> 
 
   <!-- Specify the app entry point class.             --> 
   <entry-point class='org.developerworks.digg.client.DiggApp'/> 
   
   <!-- Specify the application specific style sheet.       --> 
   <stylesheet src='DiggApp.css' /> 
</module> 

上一页  3 4 5 6 7 8 9 10  下一页

Tags:使用 Grails 构建

编辑录入:爽爽 [复制链接] [打 印]
赞助商链接