Friday, May 25, 2012

Re: Large GIN Modules and DevMode performance

Also thought about it how to make reloading a page faster in dev mode.

If I understand you correctly, one should create multiple EntryPoints + Host Pages for development where each EntryPoint only shows a subset of the complete application?

So it would look like:

- libfeature1.gwt.xml (no entry point and is included in ProductionApp.gwt.xml)
- devfeature1.gwt.xml (inherits libfeature1 and has an entry point that is able to present feature1)

and each feature/screen/whatever has its own GinModule, right?


@Joseph: How do you precompile modules to JavaScript and then reuse it? Or did I misunderstood you?


-- J.

--
You received this message because you are subscribed to the Google Groups "Google Web Toolkit" group.
To view this discussion on the web visit https://groups.google.com/d/msg/google-web-toolkit/-/k-W9MlGdq14J.
To post to this group, send email to google-web-toolkit@googlegroups.com.
To unsubscribe from this group, send email to google-web-toolkit+unsubscribe@googlegroups.com.
For more options, visit this group at http://groups.google.com/group/google-web-toolkit?hl=en.

No comments:

Post a Comment