I am creating an application where a java swing client is connected to EJB via a remote interface. Now, once the client has logged in, is it possible for the stateless ejb to obtain client specific data directly from the stateful session bean without involving the client?
Could not find any information on the above issue.