GWT 在 STS 中花费演示?
在四处寻找并尝试不同的 sts 版本和版本之后,我仍然无法让费用样本在 sts 内运行。我已经设法使用 mvn 运行它;但不使用 sts。 费用演示使用 gae <我是 gwt 和 gae 的新手>我正在尝试在演示模式下运行示例。 。 sts全新安装 。 GWT 2.2 。 GWT 设计师测试版 。谷歌日食插件 。从 gwt2.2 导入样本/费用作为现有的 mvn 项目 。作为Web应用程序运行(首先/loadexpensdb.html)
我遇到了很多不同的错误,包括对用于加载数据的.txt文件的文件访问权限(然后将它们移动到顶部文件夹;与pom.xml相同的位置) );数据核重复资源注册;除其他外。
我的问题是:费用演示是 roo (+数据核心)唯一的项目吗?我不能简单地导入它并在 sts 中以开发模式运行它吗?我是否缺少对 gae 如何在开发或托管模式下运行的理解?
After hunting around a lot and trying different builds and versions of sts i still cannot get the expenses sample to run from within sts. I have managed to run it using mvn ; but not using sts.
the expenses demo uses gae < i am a newbie to gwt and gae> and i am trying to run the sample in demo mode.
. sts fresh install
. gwt 2.2
. gwt designer beta
. google eclipse plugin
. import samples/expenses from gwt2.2 as an existing mvn project
. run as web application ( first /loadexpensdb.html )
i have run into quite a few different errors including file access permissions to the .txt files for loading data ( and then moving them to the top folder ; the same location as the pom.xml ) ; data-nucleus duplicate resource registration ; amongst others.
my question is this : is the expenses demo a roo (+data nucleus) only project ? can i not simply import it and run it in development mode in sts ? am i missing an understanding of how gae runs in dev or hosted mode ?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
这就是我所做的,使用STS 2.6SR1和ROO 1.1.3
HTH运行
Here's what I did, using STS 2.6SR1 and ROO 1.1.3
HTH