Hello,
I would appriciate if someone would give me some hints how to structure/configure my application.
Currently, the application runs for a single user group. There is one html-file, one gwt.xml-file, one css-file, one set of datasource-xml-files.
Now, the application shall be used by several user groups. They shall get their own html-file (for startup) and their own css-files, but all the other files (datasource definitions, client- and server-files) shall be used independently of the user groups.
What do I have to change?
Thank you
Andreas
I would appriciate if someone would give me some hints how to structure/configure my application.
Currently, the application runs for a single user group. There is one html-file, one gwt.xml-file, one css-file, one set of datasource-xml-files.
Now, the application shall be used by several user groups. They shall get their own html-file (for startup) and their own css-files, but all the other files (datasource definitions, client- and server-files) shall be used independently of the user groups.
What do I have to change?
Thank you
Andreas
Comment