Answer Posted / janet
1.EJB architecture is inherently
transactional,distributed,portable,multitired secure.
2.EJB components are serverside components written entirely
in the java.
3.EJB components contain business logic only no system level
programming.
4.System level services such as transactions,security,life
cycle ,threading,persistence etc are automatically managed
by the EJB component by the EJB server.
5.EJB architecture is wire-protocol neutral Any protocol can
be utilized: HTTP,IIOP,DCOM etc.
| Is This Answer Correct ? | 15 Yes | 2 No |
Post New Answer View All Answers
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.
What is ejb 3?
What is difference between stateless and stateful?
What are the basic and subtypes of enterprise java beans (ejb)?
What are the components of session beam?
How do you decide whether you should use session, entity or message driven bean?
What is ejb javatpoint?
Who took over ejb?
What is use of @postconstruct?
What is bean in ejb?
Is is possible for an ejb client to marshal an object of class java.lang.class to an ejb?
What is ejb and its types?
What is the new basic requirement for a cmp entity bean class in 2.0 from that of ejb 1.1?
What is enterprise javabeans (ejb) container?
What is ptp model?