posted 21 years ago
Hi all,
If Client specific information like say session id is persisted in a database
during ejbPassivate() and retrieval of the same during ejbActivate() call-back, can we simulate the stateful behavior in a stateless session bean?
Is the above a valid approach? Can this technique be deployed to replace the usage of resource-intensive stateful session bean with stateles session bean?
Regards
Muthu