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 application and updates the views as needed - it's Ajax (it's more than that of course, it's Ajax from statically compiled Java, that generates the JavaScript for you, and gives you all the tooling and testing that brings, but I digress). You can also just sprinkle in widgets here and there, one on a page, that is possible, so don't get me wrong, but that is still not the real focus of GWT. There are actually other Ajax toolkits that may be better suited to just making things more "beautiful" on an existing site by plugging in a widget here or there. On Mar 3, 8:24 pm, seawave <[email protected]> wrote: > 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? > 我最近做的一个项目已经基本完工了,我对我的页面展示效果不太满意,所以我决定采用gwt来改善我的页面外观,但是我发现Main.gwt.xml文件 > 只能对应一个Entry-point,这意味着我只能用一个页面,我这里有好多个页面,每个页面的内容是不同的,我想问下,这是不是需要多个处理类的多 > 个onModuel()方法呢? --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "Google Web Toolkit" group. To post to this group, send email to [email protected] To unsubscribe from this group, send email to [email protected] For more options, visit this group at http://groups.google.com/group/Google-Web-Toolkit?hl=en -~----------~----~----~----~------~----~------~--~---
