Gwt 多入口点和 NetBeans 6.7

发布于 2024-08-03 23:51:41 字数 250 浏览 2 评论 0原文

我想用 GWT 制作一个主页,让用户登录,然后我想将用户重定向到另一个页面,该页面将显示一个表格或其他内容(网络应用程序的实际部分)。这也将完全使用 GWT 进行编码。现在,我正在使用 netbeans 6.7 进行编程,我不知道如何管理不同的入口点(home 和 webapp),因为似乎我在一个项目中一次只能有一个入口点......我不知道不想将应用程序拆分为两个不同的项目,因为两个 GWT 入口点需要访问相同的数据库... 我该怎么办?你能告诉我一些提示,或者发布教程链接吗?我

I want to make an homepage with GWT that let the user log in and then I want to redirect the user to another page, that will show a table or something else (the real part of the webapp). This will also be entirely coded with GWT. Now, I'm programming with netbeans 6.7 and I don't know how to manage different entryPoint (the home and the webapp) because it seems that I can have only one entry point at time in a single project... I don't want to split the app in two different projects because the two GWT entryPoints need to access to the same database...
How can I do? Can you tell me some tip, or post a link to a tutorial?? I

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

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

发布评论

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

评论(1

终陌 2024-08-10 23:51:41

GWT4NB 不支持 Ant 项目中的多个入口点。

您的替代方案是:

GWT4NB does not support multiple entry points in Ant projects.

Your alternatives are:

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