Hi Stella,GWT's RPC lends itself to a Java backend. But of course you don't
have to do it this way.You can communicate with your server via the usual
GET/POST methods and the server can respond in anyway it wishes, JSON, XML
etc...
check:
http://code.google.com/docreader/#p=google-web-toolkit-doc-1-5&s=google-web-toolkit-doc-1-5&t=DevGuideServerCalls
The client can also set cookies:
Cookies.setCookie("myCookie", "myCookieValue", "val");
Hope this helps
-Pavel Byles
On Fri, Sep 19, 2008 at 7:39 AM, [EMAIL PROTECTED] <
[EMAIL PROTECTED]> wrote:
>
> hey guys
> im new to gwt , i have written 2 user interfaces that are actually
> login pages for user registration
> my backend is in python .
> i want to know about rpc's.
> how can i write code so that i can authenticate users to login
>
> Thanks in Advance!!!!
> Stella
>
> >
>
--~--~---------~--~----~------------~-------~--~----~
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
-~----------~----~----~----~------~----~------~--~---