GWT 在 STS 中花费演示?

发布于 2024-11-03 09:17:49 字数 419 浏览 0 评论 0原文

在四处寻找并尝试不同的 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 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(1

感情旳空白 2024-11-10 09:17:49

这就是我所做的,使用STS 2.6SR1和ROO 1.1.3

  • 启动roo,执行命令脚本expenses.roo
  • exit roo
  • mvn eclipse:clean eclipse:eclipse
  • 启动STS,在roo中导入项目
  • ,发出这个:dependency add --groupId com .google.appengine --artifactId appengine-api-1.0-sdk --version 1.4.3
  • 检查项目属性/google 中是否签入了应用程序引擎选项。如果您使用的是 Maven 版本,请务必按照此处的说明进行操作:
  • 作为 Web 应用程序

HTH运行

Here's what I did, using STS 2.6SR1 and ROO 1.1.3

  • start roo, execute command script expenses.roo
  • exit roo
  • mvn eclipse:clean eclipse:eclipse
  • start STS, import the project
  • in roo, issue this: dependency add --groupId com.google.appengine --artifactId appengine-api-1.0-sdk --version 1.4.3
  • check if in project properties / google the app engine option is checked in. if you are using the maven version, be sure to follow instructions here:
  • run as web application

HTH

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文