Types of web application objects for WebLogic clustering
August 4th, 2008 . by adminThere are different types of web application objects which can be used for WebLogic clustering. These include Enterprise Java Beans (EJBs), servlets, and Java Server Pages (JSPs). Each has a unique set of behaviors which are related to control, invocation and the functionality within an application. The methods for using WebLogic clustering will vary just as much as there are different types of objects. Other types of objects used to cluster WebLogic are remote method invocation (RMI) objects; Java Messaging Service (JMS) destinations; and, Java Database Connectivity (JDBC) connections. Although there are different object types, each may have common behaviors.