␡
- J2EE Clients
- Types of J2EE Clients
- Servicing Stand-alone Java Client Applications
- Servicing EJB Clients from Other J2EE/EJB Servers
- Servicing CORBA clients from CORBA Object Request Brokers
- Servicing Legacy System Clients (ERP/CRM/Mainframes)
- Servicing JMS Clients
- Servicing Windows/.Net Clients
- Servicing Web service client
- Servicing Clients from Other Environments
- Conclusions
Like this article? We recommend
Servicing CORBA clients from CORBA Object Request Brokers
J2EE promotes total interoperability with CORBA components that reside in CORBA Object Request Brokers (ORBs). The Java Interface Definition Language (Java IDL) exposes Enterprise Java beans as yet another CORBA objectto the eyes of CORBA clients. Similarly, when CORBA components need to be accessed from EJBs, RMIIIOP calls are viable solutions.