Hi; I am developing a GWT application which I try to make more secure with database based authentication. I read a lot of articles but I am still not so sure about which practice is better for me. I don't know much about spring and I never used it. But I read in the articles Spring Security is good to use for authentication and preventing unauthorized access. My GWT application is making rpc calls to the server and using ibatis to read from database. I really don't think I would be using Spring in the rest of the project except security, because I am not really capable of using it at this point and because of lack of experince with spring everything looks so complex to me at this point.
On the other hand I read the following link: http://code.google.com/p/google-web-toolkit-incubator/wiki/LoginSecurityFAQ But I am not sure if it is secure and complete enough, or if it is reinventing the wheel. If you were me, what would you do? All I need is authorizing access to gwt application which will have 10-20 rpc calls, and a logon, logoff and session management capacity, please advise. Erinc --~--~---------~--~----~------------~-------~--~----~ 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 -~----------~----~----~----~------~----~------~--~---
