Re: MVC + Command Pattern + Code Splitting?

2011-08-03 Thread Gabriel
Check out GWTP: http://code.google.com/p/gwt-platform/ On Aug 1, 5:28 pm, gktcs tdotstew...@gmail.com wrote: Has anyone been able to get complete code splitting working with gwt- dispatch or similar command pattern implementation? We've got a rather large MVC-based application, and our code

Re: MVC + Command Pattern + Code Splitting?

2011-08-02 Thread Gal Dolber
same problem here +1 I have been thinking a lot about this and I don't think there is a simple solution. A custom rpc generator with node detection that load all the node's dependencies inside a GWT.runAsync is the only thing I could think of, but I didn't try to implement it yet. In the