What is a Java Bean?
Answers were Sorted based on User's Feedback
Answer / john doe
A Java Bean is a simple java file which contians Getters and
Setters. They are used to assign values to variables and
also retrieving them. This is to prevent the variables from
being manipulated directly by the user during any transaction.
| Is This Answer Correct ? | 4 Yes | 0 No |
Answer / janet
A Java Bean is a software component that has been designed
to be reusable in a variety of different environments.
| Is This Answer Correct ? | 3 Yes | 1 No |
How do I use a less than or greater than on a message selector in ejb-jar.xml?
What are the required methods to implement EJB architecture?
can anyone explain me the workflow of EJB.I have developed an app. in WSAD using an example that contains CMP and session bean.But i am not able to understand the basic flow between diffrent packages.
How can I call one EJB from inside of another EJB?
What is passivation and activation in ejb?
What is ejb 3?
What are versions of ejb?
Is ejb a framework?
How to find ejb version in websphere?
What are the callback annotations for entity bean?
what are the influence factors of ejbLoad() & ejbStore()?
What happens when I change a value in the httpsession from inside an ejb?