Questions tagged [session-bean]

A session bean encapsulates business logic that can be invoked programmatically by a client over local, remote, or web service client views.

To access an application that is deployed on the server, the client invokes the session bean’s methods. The session bean performs work for its client, shielding it from complexity by executing business tasks inside the server.

96 questions
0
votes
0 answers

What happens when LockType.READ method is called by LockType.Write method

What happens when a LockType WRITE method in a singleton, container managed session bean which is of LockType READ at class level calls another method within the same bean which is of LockType READ.…
Annapoorni D
  • 831
  • 2
  • 13
  • 30
0
votes
1 answer

Javascript to pass value to managed bean

I am trying to pass a value after the onchanged event of the userList