Friday, February 24, 2012

Access Control for multiple Modules

Hello,
im just busy developing a small project based on gwt with eclipse,
which has 3 different views for 3 different kinds of users. (For
example a guest view, a employee view and a third one).

So I created three modules in my project, one module for each view, so
I can use some commen layout classes in all three views. If I deploy
the guest view Module, gwt just takes the whole war directory, in
which also the files for employee view are stored. If a client may
read the files in the guest directory, I don't want him to find files
from the other modules in there.

I want to know if my whole project structure is flawed or if there is
a possibility to deploy only one seperate module, if a project
consists of multiple modules.

Thanky you very much
Marius

--
You received this message because you are subscribed to the Google Groups "Google Web Toolkit" group.
To post to this group, send email to google-web-toolkit@googlegroups.com.
To unsubscribe from this group, send email to google-web-toolkit+unsubscribe@googlegroups.com.
For more options, visit this group at http://groups.google.com/group/google-web-toolkit?hl=en.

No comments:

Post a Comment