Hi, I want to know whether Tuscany provide any best practices for client side (c/s architecture) authentication. Could any one help?
In the EJB world, we could use a stateful session bean to achieve client side authentication and keep the user authenticated in the same session. Otherwise, we cannot cache the authentication result in the server side and have to transfer the credential information in every call. I am not sure whether there is some kind of best practise to achieve the same goal as stateful session bean provides? Could I use a ejb client to connect to the SCA domain with a service backed by a stateful session bean? Thanks for your help. Best Regards, Yang Sun
