Same app in several Hosted Pages

2009-04-25 Thread GWTSavvy
Hi All, I have the following structure for my application. webroot |--pages | |page1.html | |page2.html | |page3.html | |--gwtapps | |app1(folder with app1 javascript+resources files) |

Re: Same app in several Hosted Pages

2009-04-26 Thread JITEchno
Hello, I have similar problems, I need few pages with different Javascriots. I stsrted from 2 classes with MainEntryPoint, but was not able manage it.. Only solution, what I found, put all code for generation JS under one MainEntryPoint for page.html, and call corresponding section of code using

Re: Same app in several Hosted Pages

2009-04-26 Thread Vitali Lovich
That layout is fine, except for gwtapps - usually the apps go directly under webroot (you may have to modify the default ant scripts & whatnot). However, the better approach might be to split each application into 2 parts. 1 part for the front-end specific for each page (i.e. the code containing o