Web Logic Server Question: Download Web Logic Server PDF

Explain where are the files placed while deploying the resource adapter in web logic server?

Tweet Share WhatsApp

Answer:

The resource files are represented in CLASSPATH and the resource adapters are also mentioned there. The server instance includes the deployment of EJB and resource adapter in the form of .rar file format. The EJB consists of no dependencies as it is being written on the common client interface (CCI). EJB client is used to communicate with one another and it consists of message sending mechanism. EJB is having the parameter classes that are defined in .rar file format. EJB uses the class loaders also maintaining a hierarchy that is defined in the .rar specific class. When the instance is being passed as an argument to the EJB the application server de-serialize the object and sends the message to the servers of its deactivation.

Download Web Logic Server PDF Read All 35 Web Logic Server Questions
Previous QuestionNext Question
Explain what are the databases that are available to be used with the Web logic J2EE connector architecture?Tell me how is the security handled in Web logic J2EE Connector Architecture?