Re: GWT 2.1 MVP Multiple activities clarification help

2011-02-22 Thread ernesto.reig
Thank you very much Mauro for the great example and Thomas for his
post.
There´s something I don´t understand:
What´s the purpose of CachingHorizontalMasterActivityMapper and
CachingVerticalMasterActivityMapper? what are their functions? how do
they fit with the rest of the classes/project?

Thank you very much in advance.

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



Re: gwt mvp sessions

2011-01-17 Thread ernesto.reig

Any comments please?

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



MVP calls to server

2011-01-17 Thread ernesto.reig
Hello everybody.
I would like to the place from where I have to make the server calls
in MVP pattern. I´ve been following the guidelines given in
http://code.google.com/webtoolkit/doc/latest/DevGuideMvpActivitiesAndPlaces.html
I think I have to make the calls from within Activity´s classes, but
first wanted to ask you in order to corroborate it.
And then, when I have the responde from the server (a result from an
RPC call), which is the way I have to update the view?
I´m a bit condused...

Thank you very much in advance.

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



gwt mvp sessions

2011-01-17 Thread ernesto.reig
Hello everybody.
I´m trying to develop my first gwt mvp application following the
directions given in 
http://code.google.com/webtoolkit/doc/latest/DevGuideRequestFactory.html
I want to make a login page where the user has to log in before
entering to the main application view. Anyway, the thing is that I
have to implement the user sessions in the application and I would
like to know the best (the most recommended or professional) way.
I´ve been googling but I´m getting a bit lost since I don´t find a
clear solution. I found 
http://code.google.com/p/google-web-toolkit-incubator/wiki/LoginSecurityFAQ
but I´m not sure if that´s the best way to do it.
I´d apprecciate every help.

Thank you very much.

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