Hi,
I have read most of EJB book from O'Reilly but not the spec. I was
wondering if the
load and store methods have to be called with every method invocation.
Isn't there some way with Container Managed persistence to see if the
container managed
field have changed before these are called? I can see why with bean
managed they have to be called because the bean can delegate to another
object and a state change can't be known.
I'm getting pretty gross performance when a retrieve more than a couple
of records. And once the
beans are loaded, it isn't substancially faster.
Is this just the remote call latency? Can the server be optimized?
Thanks,
Eric :-)
----
To unsubscribe, send email to [EMAIL PROTECTED] and
include in the body of the message "unsubscribe jonas-users".
For general help, send email to [EMAIL PROTECTED] and
include in the body of the message "help".