Re: Login Application

2009-07-30 Thread jeff . oakes
Sorry if I misunderstood. Is a code sample available? - Original Message - From: Sean slough...@gmail.com To: Google Web Toolkit Google-Web-Toolkit@googlegroups.com Sent: Wednesday, July 22, 2009 2:03:50 PM GMT -05:00 US/Canada Eastern Subject: Re: Login Application I don't use

Re: Login Application

2009-07-22 Thread Paulo Coutinho
,          I am developing Login Application using GWT. My Interface is ready but I am thinking about where should values go. How can I check the UserName Password sent by Client or I should use RPC for that. if this is so then what role my servlet should play. Thanks

Re: Login Application

2009-07-22 Thread Sean
. http://code.google.com/appengine/docs/java/users/overview.html Sin-Kang(강신) +82-10-6638-7878 +44-78555-49312 On Wed, Jul 22, 2009 at 1:39 AM, saurabh saurabhsn...@gmail.com wrote: Hello ,          I am developing Login Application using GWT. My Interface is ready but I am

Re: Login Application

2009-07-22 Thread Shane
: Hello ,          I am developing Login Application using GWT. My Interface is ready but I am thinking about where should values go. How can I check the UserName Password sent by Client or I should use RPC for that. if this is so then what role my servlet should play. Thanks

Login Application

2009-07-21 Thread saurabh
Hello , I am developing Login Application using GWT. My Interface is ready but I am thinking about where should values go. How can I check the UserName Password sent by Client or I should use RPC for that. if this is so then what role my servlet should play. Thanks

Re: Login Application

2009-07-21 Thread sin kang
://code.google.com/appengine/docs/java/users/overview.html Sin-Kang(강신) +82-10-6638-7878 +44-78555-49312 On Wed, Jul 22, 2009 at 1:39 AM, saurabh saurabhsn...@gmail.com wrote: Hello , I am developing Login Application using GWT. My Interface is ready but I am thinking about where should

Re: Login application

2008-11-27 Thread Bhupen
Yes still i m doing this... and sure need help do u need any informationfrom me... On Nov 27, 9:12 am, satya [EMAIL PROTECTED] wrote: Hi Are you dong with this? do you still need help -Satya On Nov 20, 1:37 am, Bhupen [EMAIL PROTECTED] wrote: Hi all, I am new to GWT as i m new

Login application

2008-11-20 Thread Bhupen
Hi all, I am new to GWT as i m new to java also.. but i have to work on gwt. as of now i have to make a login system that should take Login id and password as input if login successful should show another page.. like see there is one entry point public class login implements EntryPoint { } and