So, after reading your answers and over the web, i can assume that the fastest way to make an admin area is to make a new module with everything inside it and then use a Basic or Form Based tomcat authentication.
That wouldn't be the best way, but for me it's the quickest. So, assuming that i would choose this solution, is there a possibility to make another page (i.e. my app is set on myapp.html, and i can create admin.html in which gwt would compile the admin area) without create a new module? I searched quite a lot but I can't find a good tutorial for it. Reassuming: - The user opens my url, and the normal screen with tabs and things appears. - If user clicks on a link (admin.html), a new page will be loaded, and it's the Admin.java that i create with gwt. - Admin.html is protected with tomcat security, so there's no problem on authentication, session or cookies. Is it possible for you to give me a hint at how i can do it? Thank you for your time, and sorry if i'm bothering with dumb questions but i really can't find how to do that. Nickelnext --~--~---------~--~----~------------~-------~--~----~ 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 -~----------~----~----~----~------~----~------~--~---
