简体   繁体   English

Gwt多个入口点和NetBeans 6.7

[英]Gwt multiple entry point and NetBeans 6.7

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). 我想用GWT制作一个主页,让用户登录,然后将用户重定向到另一个页面,该页面将显示一个表或其他内容(Web应用程序的真实部分)。 This will also be entirely coded with GWT. 这也将完全用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? 现在,我正在使用netbeans 6.7进行编程,但我不知道如何管理不同的entryPoint(家庭和Web应用程序),因为似乎在一个项目中一次只能有一个入口点。想要将应用程序划分为两个不同的项目,因为两个GWT入口点需要访问同一数据库...我该怎么办? Can you tell me some tip, or post a link to a tutorial?? 您能告诉我一些提示,还是发布教程链接? I 一世

GWT4NB does not support multiple entry points in Ant projects. GWT4NB在Ant项目中不支持多个入口点。

Your alternatives are: 您的替代方法是:

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM