0

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

Raffo
  • 1,642
  • 6
  • 24
  • 41

1 Answers1

0

GWT4NB does not support multiple entry points in Ant projects.

Your alternatives are:

Arjan Tijms
  • 37,782
  • 12
  • 108
  • 140
kaboom
  • 612
  • 1
  • 8
  • 15