Hi,
In my project, I'd be accessing
EJB(stateless)across the firewall, i.e. EJBs would be deployed in some other server.I'd access this server through network.Moreover there will be firewall.Communication between two networks is possible by opening ports.
My question is :
1. Can i cache home or remote reference once i get it from other server across the network?
Pls note that there are no security credentials on the EJB's. So there is no authentication.
Cheers.
Sandeep.