1 Reply Latest reply on May 1, 2012 8:42 AM by cbrock

    Multiple @EntryPoint's ?

    craiggreenhalgh

      Hi is it possible to have mutiple entry points ?

       

      I have an app that I want to use two modules (Signup and App), these require two EntryPoints.

       

      The problem I have is they both have a @PostConstruct that builds the UI, resulting in both default page views being added to the RootPanel!!

       

      Does anyone know how I can acheive this ?

       

      Thanks

       

      Craig

        • 1. Re: Multiple @EntryPoint's ?
          cbrock

          It is possible to have multiple entrypoints. But they have the same semantics as an EntryPoint in GWT. They do not cannote a UI level consideration. All EntryPoints in a GWT app execute when the app loads.