I have a question related to widget creation: is it indicated (to use
deferred binding and have my code base as small as possible) to create
my widgets via GWT.create() or can I still have the benefits while
still creating the widgets via the constructor?
I ask this because of the limitations of GWT.create(), limitations
such as:
- no-args constructor
- no singleton support (I have some of my widgets as singletons, which
is not possible if I create them using GWT.create())

So, what is the recommended way to instantiate my widgets?
Thanks.
Eugen.
--~--~---------~--~----~------------~-------~--~----~
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
-~----------~----~----~----~------~----~------~--~---

Reply via email to