Spring Roo 中的非支架 GWT UiBinder(SpringSource 工具套件)

发布于 2024-10-03 16:22:23 字数 190 浏览 6 评论 0原文

在我自动生成的 ~/src/main/ 文件夹中,我有一个名为“frontend”的文件夹,其中包含我的 Java UiBinder 文件和 .ui.xml UiBinder 文件。如何让 STS/Roo 运行它而不是 ApplicationScaffold.html?

此外,我应该用 ApplicationScaffold 做什么?看来没啥用啊。

In my autogenerated ~/src/main/ folder, I have a folder called 'frontend' with my Java UiBinder file and my .ui.xml UiBinder file. How do I make STS/Roo run this instead of ApplicationScaffold.html?

Furthermore, what am I supposed to do with ApplicationScaffold? It seems useless.

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

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

发布评论

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

评论(1

稀香 2024-10-10 16:22:23

ApplicationScaffold.html 文件加载 ApplicationScaffold.nocache.js javascript 文件,该文件引导 GWT 应用程序。通过调用 ApplicationScaffold.gwt.xml 文件中提到的类。搜索

我自己还没有尝试过这个,但只是想弄清楚如何在 Eclipse 中以 gwt 调试模式运行 spring roo 生成的应用程序,这样你就可以跟踪自己发生了什么(安装 google gwt 插件)并右键单击roo 项目并执行以下操作:properties->google->此项目有一个 war 文件并指向 target/pizzashop-0.1.0.BUILD-SNAPSHOT 文件夹。然后运行->调试为-> Gwt应用程序...

The ApplicationScaffold.html file loads the ApplicationScaffold.nocache.js javascript file which bootstraps the GWT app. by calling the class which is mentioned in the ApplicationScaffold.gwt.xml file. Search for

I haven't tried this out myself but was just trying to figure out how to run the spring roo generated app in gwt debug mode inside eclipse and like this you can follow yourself whats happening (install the google gwt plugin) and right click on the roo project and do: properties->google->this project has a war file and point to the target/pizzashop-0.1.0.BUILD-SNAPSHOT folder. Then run -> debug as -> Gwt application ...

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