can we cache the remote object?

hi,can we cache the remote object?is this right way of doing?please suggest meregardscrr
[130 byte] By [crr] at [2007-11-26 12:16:13]
# 1

Yes, caching EJBHome, EJBObject, and Remote business references is fine. They can also

be portably stored in an HttpSession.However, when caching in the web tier you must still

be careful to prevent concurrent access to the same stateful session bean. The fact that

remote references to stateful session beans can be cached does not guarantee they can

be accessed by more than one client at a time.

--ken

ksaks at 2007-7-7 14:51:56 > top of Java-index,Archived Forums,Socket Programming...
# 2
thanks alot
crr at 2007-7-7 14:51:56 > top of Java-index,Archived Forums,Socket Programming...