Enterprise JavaBeans

15 June 2007

Enterprise JavaBeans (EJB) are key elements in J2EE (Java 2 Enterprise Edition) platform. They represent a server-side component technology, with focus on business logic shaping and object distribution. Enterprise JavaBeans are not a product, but they are a public specification which determines the rules to create business objects in special servers (EJB container in application servers).

Applications build using architecture based on EJB are inherently distributed and transactional, allowing huge scalability and safeness. For example, a business component being executed on a server requests transparently the services provided by other component being executed in other server. Enterprise JavaBeans can start transactions in a given resource (for example, a database) and those transactions are diffused locally or remotely.

EJB emphasizes reusing of business object through an development architecture where software engineers perform many distinctive and complementary tasks:

Related Posts:

Posted in Software

Tags: none

del.icio.us:Enterprise JavaBeans  digg:Enterprise JavaBeans  spurl:Enterprise JavaBeans  wists:Enterprise JavaBeans  simpy:Enterprise JavaBeans  newsvine:Enterprise JavaBeans  blinklist:Enterprise JavaBeans  furl:Enterprise JavaBeans  reddit:Enterprise JavaBeans  fark:Enterprise JavaBeans  blogmarks:Enterprise JavaBeans  Y!:Enterprise JavaBeans  smarking:Enterprise JavaBeans  magnolia:Enterprise JavaBeans  segnalo:Enterprise JavaBeans  gifttagging:Enterprise JavaBeans

Top Of Page | Trackback

If you found this page useful, consider linking to it. Simply copy and paste the code below into your web site.

It will look like this: Enterprise JavaBeans

Leave a Reply