In my application there are many views and controllers, however not all are needed at once, mostly the view that is loaded depends on the URL fragment(s).

In what way or pattern a Controller and View be wrapped in a GWT.runAsync so that only controllers and views needed are loaded?

I just need to get some ideas on how I will implement this.

In my case, I have a home-grown MVC. My application parse the Url fragment and then show() the appropriate view. In which the parameter of the show() function is a key String that will then be used to get the views that are stored in a HashMap.

Everything, the Controllers, Models and Views are instantiated during onModuleLoad()

Any ideas?

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

Reply via email to