Re: Multiple entry points in a single project

2011-01-31 Thread zixzigma
could you please explain what is the rationale behind using multiple entry points ? what is the benefit of using them ? and how it relates to code-splitting and gin-modules ? Thank You -- You received this message because you are subscribed to the Google Groups "Google Web Toolkit" group. To p

Re: Multiple entry points in a single project

2011-01-31 Thread Y2i
You need to create a new HTML page in your project and load a module from that HTML page. If you use eclipse, then right click on the project and select New -> HTML page. From the dialog box enter the name of the HTML file, remove the modules that you don't need and click Finish. -- You rece

Multiple entry points in a single project

2011-01-29 Thread Phaneendra Hegde
Hi, How to create multiple entry points in a GWT web project? I'm trying to deploy a project which contains 2 different URLs... 1 URL is for client side web page and second one is for serving the request,here request can come from iFrame or something like that... So is there any procedure to ach