What's the best way to secure a Flex-BlazeDS application? I've googled it an several solutions came up.
UPDATE after question from jsight:
- Flex would login, so on the RemoteObject I'll set Credentials
- I don't know if there comes authentication and authorization with BlazeDS (WebORB for instance does and WebORB looked at BlazeDS for their product)
- SSL not needed
- I've seen some links on the internet talking about spring security, so I'll check that out.
Authentication will be done by comparing user login with password to database.