EJB containers news, help and research - TheServerSide.com

Java Development Topics:

EJB containers

An EJB server is a container for one or more EJB containers. An EJB server manages and coordinates allocation of EJB application resources, J2EE naming functionality, communication with remote resources, etc. An EJB container manages the actual EJBs including their lifecycle, object pooling, security, transactions, etc. The EJB container is all about concentrating user transaction requests into a shared database. The application server is the modern TP monitor, and the EJB is where the transactional interaction with the database happens. Find information about Enterprise JavaBeans (EJB) containers and how to properly contain transactions in a shared database.

News:

1 - 3 of 25
  • OCPJP & OCAJP: Java 7 training requirement for the Oracle Certified Professional Programmer dropped 21 Dec 2011

    News - In order to obtain the certified architect position from Oracle, attending and passing a training course is now required. But what about the Java Professional and Java Associate designations, OCPJP and OCAJP for Java 7?

  • What is Dependency Inversion? Is it IoC? TheServerSide Newsfeed | 31 Aug 2011

    News - Today we are going to see if we can unravel the mess of Dependency Inversion, Inversion of Control and Dependency Injection. It's important that we understand the concepts behind each of these topics and understand what architectural problems each one is...

  • An introduction to EJB 3.0 injection and lookup TheServerSide Newsfeed | 16 Aug 2011

    News - The Enterprise JavaBeans Specification v. 3.0 introduces a simplified, annotation based API for EJB injection and lookup. EJB 3.0 are now POJOs and can be injected in other components (such as EJBs and Servlets) using simple annotations. EJB 3.0 is one...

VIEW ALL News ON EJB containers