On Thu, 2001-12-13 at 06:41, Jiri Luzny wrote:
> Christopher,
> 
> if you can miss Entity Beans, Toplink works perfectly with "any" J2ee
> server. We use Toplink+JBoss using the following model:
> SessionBeans->PureJavaObjects mapped by Toplink->DB. We have written a
> MBean that encapsulates integration/configuration of Toplink within a
> J2EE server.
> 
> Jiri.

Yup.  However, our app does have high availability and distributed
requirements.  Entity beans fit those requirements pretty nicely.  While
many of our entity beans (we have a Guest entity bean - and we persist
NOTHING about a Guest!) can disappear, my guess is that some will remain
and thus we'll need a container.  *shrug*


-c



_______________________________________________
JBoss-user mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/jboss-user

Reply via email to