Re: GWT applications session management

2012-05-01 Thread Adio
From what i understand he means something like this public class CustomerServiceImpl extends RemoteServiceServlet implements CustomerService { public void authorize(String username, String password) { // check the username and password // if everything is OK ...

Re: GWT applications session management

2012-04-30 Thread Adio
Thanks for you reply i will do my best ! On Apr 27, 8:19 am, Gmane xyb...@gmail.com wrote: On 4/26/2012 8:18 PM, Adio wrote: Hi guys, i am a new to GWT applications to AJAX applications in general. i am making sample applications, to learn GWT applications. I am creating a

Re: GWT applications session management

2012-04-30 Thread Adio
Thanks for the reply. On Apr 27, 7:10 pm, Joseph Lust lifeofl...@gmail.com wrote: See  https://www.google.com/search?q=google+web+toolit+overview Joe -- You received this message because you are subscribed to the Google Groups Google Web Toolkit group. To post to this group, send email to

Re: GWT applications session management

2012-04-30 Thread Harpreet Singh
I am clear on most of it. Can you explain, placing session objects on the Service implementation a little more? On Mon, Apr 30, 2012 at 2:01 PM, Adio fireball...@gmail.com wrote: Thanks for the reply. On Apr 27, 7:10 pm, Joseph Lust lifeofl...@gmail.com wrote: See

GWT applications session management

2012-04-27 Thread Adio
Hi guys, i am a new to GWT applications to AJAX applications in general. i am making sample applications, to learn GWT applications. I am creating a very simple bank system -ok, by very simple i mean very very simple- and i reached the part the authentication and authorization logic is needed.

Re: GWT applications session management

2012-04-27 Thread Joseph Lust
See https://www.google.com/search?q=google+web+toolit+overview Joe -- You received this message because you are subscribed to the Google Groups Google Web Toolkit group. To view this discussion on the web visit https://groups.google.com/d/msg/google-web-toolkit/-/Ejn8spysqL8J. To post to

Re: GWT applications session management

2012-04-27 Thread Gmane
On 4/26/2012 8:18 PM, Adio wrote: Hi guys, i am a new to GWT applications to AJAX applications in general. i am making sample applications, to learn GWT applications. I am creating a very simple bank system -ok, by very simple i mean very very simple- and i reached the part the authentication