You are viewing a plain text version of this content. The canonical link for it is here.
Posted to jcs-users@jakarta.apache.org by Dave Smith <da...@oxygensoft.com> on 2003/04/04 21:58:54 UTC

Using JCS from an EJB

What are the ramifications of using JCS from within an EJB container? The
EJB specification warns against creating threads and using synchronization
within EJB code. On the other hand, JCS heavily uses synchronization
tactics. Is it possible to use a cache from an EJB without fear of deadlock
or other abnormal behavior? Has anybody successfully used JCS in a J2EE
application?

Thanks,
Dave