I'm designing a new system and was intending to use a session bean facade
talking to a graph of "vanilla" java business objects. The persistence of
the vanilla objects is handled by a third party o/r tool.
Since the tool handles caching etc. as well as straight persistence, and
considering the performance problems (prior to invention of local entity
beans) of fine grained entity beans, we decided to forget entity beans
altogether.

However... now Sun has decided to invent local interfaces, I'm in a spin as
to whether I should use local ejbs instead of my vanilla objects, on the
other hand I'm not sure they would add anything since I'm not using CMP?

===========================================================================
To unsubscribe, send email to [EMAIL PROTECTED] and include in the body
of the message "signoff EJB-INTEREST".  For general help, send email to
[EMAIL PROTECTED] and include in the body of the message "help".

Reply via email to