Hello,

I am trying to use CodeSplitting with Activites on 2.1.
I read this very interresting thread
http://code.google.com/p/google-web-toolkit/issues/detail?id=5129 and
T.Broyer says that the best approach is to use an AsyncProxy for Activities.

It makes sense but I have problem with it since my "Activities" are binded
with Gin. AsyncProxy uses GWT.create() to instantiate the concrete types and
all my @Inject in my Activities are thus not initialized.

Does anyone tried to mix new Activity concepts with "Code Splitting" ? And
do you know if it could be compatible with "Gin activities" ?

Thanks

Nicolas.

-- 
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-tool...@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