Re: How can I use gwt for my project

2009-03-04 Thread Charlie Collins
Though you can do one entry point per page, that is sort of missing the point. If your project is completed, then don't try to just use GWT to make it more beautiful. GWT is about a different approach, about Ajax so that you really have a single *page* that can handle the entire web based

Re: How can I use gwt for my project

2009-03-04 Thread Jason Essington
In your specific case it sounds like you want to make certain items on your pages dynamic. That can be doe with GWT using either a singe or multiple entry points. You would still use one main module that is a monolithic compilation of all of your dynamic parts. Include the script tag for

How can I use gwt for my project

2009-03-03 Thread seawave
My project has completed a few days ago,but I don't satisfied about the web pages.So I want to use gwt to let the pages more beautiful.But I find I just can use in one page,GWT just have one Entry-point.I hava a lot of pages,I want to let every page have one Entry-point,what should I do?