I have tried whatever I can but i'm yet to find a definition I can understand.
Would anyone try to "educate" me on what is enterprise java beans?
Stefano Mtangoo 455 Senior Poster
Recommended Answers
Jump to PostEJB the name itself has definition...
Enterprise Java Bean..
what is an Enterprise application..
it is a large scale application..
this application needs remote object(Remote method invocation),session(staeful,stateless),data persistence(entity bean),concurrent transaction(JTA),object serialization(Value Object or JTO),security(JCE,JAAS)..
these are all fulfilled by EJB..
this EJB specification in …
Jump to PostSo what exactly is EJB? I know the definition, but I can't get what exactly is! Is it the framework?
EJB (Enterpries Java Beans) is a specification drafted for creating "re-usable" business components, in the same way as "Servlet Specification" is used for creating "web components". Think of it as …
All 5 Replies
musthafa.aj 6 Posting Whiz
Stefano Mtangoo 455 Senior Poster
musthafa.aj 6 Posting Whiz
~s.o.s~ 2,560 Failure as a human Team Colleague Featured Poster
Stefano Mtangoo 455 Senior Poster
Be a part of the DaniWeb community
We're a friendly, industry-focused community of developers, IT pros, digital marketers, and technology enthusiasts meeting, networking, learning, and sharing knowledge.