What technologies are included in J2EE?

devquora
devquora

Posted On: Dec 29, 2020

 

The primary technologies in the J2EE platform are as follows:

  • CORBA
  • JDBC data access API
  • Java Transaction API (JTA)
  • Java Message Service (JMS)
  • J2EE Deployment API
  • J2EE Management Model
  • J2EE Connector Architecture
  • JavaServer Pages, Java Servlets
  • Enterprise JavaBeans components
  • Java API for XML Registries (JAXR)
  • Java Management Extensions (JMX)
  • Java API for XML-Based RPC (JAX-RPC)
  • J2EE Authorization Contract for Containers
  • Java Naming and Directory Interface (JNDI)

    Related Questions

    Please Login or Register to leave a response.

    Related Questions

    Weblogic Interview Questions

    How does a server know when another server is unavailable?

    WebLogic Server monitors socket errors to check the availability of a server instance. As an example, if server instance A1 has associate degree open socket to server instance B1, and also the socket ...

    Weblogic Interview Questions

    How can I set deployment order for applications?

    You can set the deployment order of a Startup class, follow the instructions in Configure startup classes....

    Weblogic Interview Questions

    How do stubs work in a WebLogic Server cluster?

    Clients that are connected to a WebLogic Server cluster obtain a replica-aware stub for the object. This stub contains the load balancing logic for distributing the load among its host servers. The st...