Web Logic Server Question: Download Web Logic Server PDF

Do you know what is the local interface used by web logic server?

Tweet Share WhatsApp

Answer:

EJB is used with the web logic server and provides the mechanism of remote method invocation using the JAVA API’s. The support is extended to CORBA that is used to transport these remote calls using RMI/IIOP protocols. This interface provided flexibility and performance by increasing the development of the application. EJB supports the local interface mechanism to allow streamlined calls to the bean if a caller is in the same container. This doesn’t include any overhead that is usually involved with RMI when using the marshalling feature. The interfaces provide the foundation for the container managed relationships between the entity beans.

Download Web Logic Server PDF Read All 35 Web Logic Server Questions
Previous QuestionNext Question
Can you explain how can OS Authentication be connected with WebLogic jDriver for Oracle and Connection Pools?Do you know what is the purpose of T3 in WebLogic Server?