Re: GWT, MVP, GIN, code splitting?
First of all thank you for your reply:)
In fact I'm a beginner and I just discovered GWT and i dont
understand many pattern like the activity pattern but in regard to mvp
im using the GWT-Presenter
Framework.
brief the binding is done in this way
bindPresenter (
Presenter.class,
Presenter.Display.class,
View.class);
what should i do to optimize my code?
my binding code should it be something like this?
bind (Presenter.class). in (Singleton.class);
bind (Presenter.Display.class). toProvider (asyncProvider);
then have you an example of asynchronous provider and what do you
think about GWT Presenter is it was the right solution? or i have to
change to another framework? if you were me what would you have
chosen?
On 16 juin, 17:14, Thomas Broyer <t.bro...@gmail.com> wrote:
> GIN's AsyncProvider might help.
>
> If you're using Activities, you can also put GWT.runAsync in your Activity's
> start() method. See
> alsohttp://code.google.com/p/google-web-toolkit/issues/detail?id=5129
>
> Also, if you "embraced asynchrony", adding GWT.runAsync around
> already-asynchronous operations shouldn't be an issue.
--
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+unsubscribe@googlegroups.com.
For more options, visit this group at http://groups.google.com/group/google-web-toolkit?hl=en.
0 Comments:
Post a Comment
Subscribe to Post Comments [Atom]
<< Home