Hi, I have to create an authentication-authorization mechanism. As I am relatively new to java programming and GWT, I have made some search, and end up to the following solutions: 1. write down my own simple authentication mechanism, using RPC and talking with the server. For this, I just need a way to encrypt the pass, and hash it to the datastore. 2. use spring security. Probably there are other solutions too. As I am new to spring, I am wondering about the second solution. My questions are: 2.1 I have to use all the spring infrastructure, or I can only use the spring security? 2.2. If the answer is using the spring framework, is it rather complicated to use spring with GWT and app engine, and does it worth to setup the whole framework just for the authentication and authorization mechanism?
thanks in advance, giannis --~--~---------~--~----~------------~-------~--~----~ 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 -~----------~----~----~----~------~----~------~--~---
