Re: Code splitting like Facebook

2011-03-18 Thread Raphael André Bauer
On Tue, Mar 15, 2011 at 5:20 PM, ss.require wrote: > MVP framework is a top-level gwt framework that uses all standard gwt > features. In particular, it uses standard "code splitting" feature. I > can split my code in  the same way as MVP does, but my initial problem > still remains. I don't see a

Re: Code splitting like Facebook

2011-03-15 Thread ss.require
MVP framework is a top-level gwt framework that uses all standard gwt features. In particular, it uses standard "code splitting" feature. I can split my code in the same way as MVP does, but my initial problem still remains. I don't see any advantages of using MVP. Maybe, you mean something else o

Re: Code splitting like Facebook

2011-03-15 Thread suersh babu
try using MVP frame work, so that code spliting done in much better way. On Tue, Mar 15, 2011 at 5:50 PM, ss.require wrote: > Hi! > I need to create a web-application with the design like Facebook. So I > want to have a single gwt-module for the entire app and use "code > splitting" feature for

Code splitting like Facebook

2011-03-15 Thread ss.require
Hi! I need to create a web-application with the design like Facebook. So I want to have a single gwt-module for the entire app and use "code splitting" feature for dynamic loading of all needed pages. But there is some problem: >From main page(when the module is already loaded) a user can navigate