开发者

gwt and javascript files

开发者 https://www.devze.com 2022-12-10 10:52 出处:网络
In my Google web toolkit application, my gwt.xml file includes the following line in the module: <module rename-to=\'foo\'>

In my Google web toolkit application, my gwt.xml file includes the following line in the module:

<module rename-to='foo'>
...
  <script src="foo.js"></script>
..开发者_运维问答.

My question is: where in my GWT project do I actually place foo.js so that it gets packed into the war when I compile my project?


Put it in a public folder. A public folder is a folder placed next to a client folder in the same package where your gwt.xml file is located. See also http://code.google.com/webtoolkit/doc/1.6/DevGuideOrganizingProjects.html#DevGuideModules

0

精彩评论

暂无评论...
验证码 换一张
取 消