What is a Session Bean 2024?
I'll answer
Earn 20 gold coins for an accepted answer.20
Earn 20 gold coins for an accepted answer.
40more
40more
Works at the Global Education Initiative, Lives in New York, NY.
A session bean is an EJB 3.0 or EJB 2.1 enterprise bean component created by a client for the duration of a single client/server session. A session bean performs operations for the client. Although a session bean can be transactional, it is not recoverable should a system failure occur.
2023-05-08 06:09:29
评论(499)
Helpful(122)
Helpful
Helpful(2)

Noah Thompson
QuesHub.com delivers expert answers and knowledge to you.
A session bean is an EJB 3.0 or EJB 2.1 enterprise bean component created by a client for the duration of a single client/server session. A session bean performs operations for the client. Although a session bean can be transactional, it is not recoverable should a system failure occur.