Dear all, I'm creating a booking system using GWT. The backend is nearly completed. I have created one html page with one entry point, in my entry point I'm changing navigation / layout of the page dynamically. Now I need a second frontend, which will be totaly different from the already created backend. This second frontend should be able to use the whole code stuff from my backend (especialy the Requestfactory proxies). As far as I understood, it is not possible to simple create a second entry point in my application and combine this second entry point with a second base html page. So what would be the best approach now to realize this?
Best regards Mark -- You received this message because you are subscribed to the Google Groups "Google Web Toolkit" group. To post to this group, send email to [email protected]. To unsubscribe from this group, send email to [email protected]. For more options, visit this group at http://groups.google.com/group/google-web-toolkit?hl=en.
