欢迎来到天天文库
浏览记录
ID:10223386
大小:23.54 KB
页数:4页
时间:2018-06-12
《使用maven快速创建gwt工程》由会员上传分享,免费在线阅读,更多相关内容在行业资料-天天文库。
1、1、先决条件默认已经在eclipse上安装好gwt插件、m2clipse 2、创建新的GWT工程File—>New—>WebApplicationProject 3、在新创建的GWT工程下创建pom文件,并添加相关依赖和插件,如:com.google.gwtgwt-servlet${gwtVersion}runtime<
2、dependency>com.google.gwtgwt-user${gwtVersion}providedcom.google.gwtgwt-dev${gwtVersion}provided<
3、/dependency> com.extjsgxt2.1.1 ${project.artifactId}maven-compiler-plugin2.3.14、guration> GBK1.51.5 org.codehaus.mojobuild-helper-maven-plugin1.4add-sourcegenerate-sour
4、guration> GBK1.51.5
5、cesadd-sourcesrc/main/javasrc/main/gxtservicesrc/main/gxtclientsrc/main/resourcesadd-test-source<
6、/id>generate-sourcesadd-test-sourcesrc/test/javasrc/test/gxtclientsrc/test/resources org.codehaus.mojogwt-maven-plugin1.3-SNAPSHOTINFO-Xmx512M-Xss1024k${project.groupId}.test8、xecutions>compile
8、xecutions>compile
此文档下载收益归作者所有