I used DI i.e. used @Inject to inject (Presenter, EventBus) in all of Views.
Now it seems that if I use DI than all views are generated at web app intial start time in browser. Thus start time becomes slow. Am I right? ( I think I heard something like this before also but just want to validate). So if above is true than using @Inject is no good .. right? ( or where can we use @Inject ). Can we use use @Inject to lazily create views instead of web app start time? -- You received this message because you are subscribed to the Google Groups "Google Web Toolkit" group. To post to this group, send email to [email protected]. To unsubscribe from this group, send email to [email protected]. For more options, visit this group at http://groups.google.com/group/google-web-toolkit?hl=en.
