Thank u for your help and comments Y2i (and the others).
To sum up, I will say that Google App Engine is a great thing to use with
your apps, but it´s designed for apps where everybody having an openID
account can log in, I mean, you cannot have your custom authentication.
- You cannot have your app using GAE for private purposes with your private
users (unless your users have a Google Apps account, which is too expensive
(50$/user)).
- You cannot restrict the access to everybody, allowing only a set of users
(your clients, employees, etc) with a username and password that you
provide.
This is a very common feature for web applications which is not considered
in GAE. I would like  to have my private web app (with my private users)
hosted in GAE, and pay for that as the numbers of new users I register
grows.
Well, I´ll post my final solution for the authentication (maybe a common
one), but it´s a pity I cannot use GAE :(

Thank you.

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

Reply via email to