Tuesday, May 25, 2010

OSB: what is deployed in the OSB domain?

FMW Welcome Page Application:
C:/bea11/oracle_common/modules/oracle.jrf_11.1.1/fmw-welcome.ear


this is the Fusion MiddleWare welcome page (???? what is this exactly?)


DMS Application
C:/bea11/oracle_common/modules/oracle.dms_11.1.1/dms.war

DMS is Dynamic Monitoring System
(The Oracle Dynamic Monitoring Service (DMS) consists of a small set of simple Sensor classes that help Java programmers to measure important events and status values in their applications.)

http://download.oracle.com/docs/cd/B10464_05/core.904/b12020/oracle/dms/instrument/DMSConsole.html


wsil-wls
C:/bea11/oracle_common/modules/oracle.webservices_11.1.1/wsil-wls.ear

(WSIL is the Web Service Inspection Language)

FileAdapter
C:/bea11/Oracle_OSB11/soa/connectors/FileAdapter.rar

DbAdapter
C:/bea11/Oracle_OSB11/soa/connectors/DbAdapter.rar

JmsAdapter
C:/bea11/Oracle_OSB11/soa/connectors/JmsAdapter.rar

AqAdapter
C:/bea11/Oracle_OSB11/soa/connectors/AqAdapter.rar

FtpAdapter
C:/bea11/Oracle_OSB11/soa/connectors/FtpAdapter.rar

SocketAdapter
C:/bea11/Oracle_OSB11/soa/connectors/SocketAdapter.rar

MQSeriesAdapter
C:/bea11/Oracle_OSB11/soa/connectors/MQSeriesAdapter.rar

OracleAppsAdapter
C:/bea11/Oracle_OSB11/soa/connectors/AppsAdapter.rar

OracleBamAdapter
C:/bea11/Oracle_OSB11/soa/connectors/OracleBamAdapter.rar


ALSB Cluster Singleton Marker Application
C:/bea11/Oracle_OSB11/lib/common/clustersingletonmarker.ear

Its listener is com.bea.wli.sb.init.MarkerAppListener 
which is in sb-kernel-wls.jar


ALSB Domain Singleton Marker Application
C:/bea11/Oracle_OSB11/lib/common/domainsingletonmarker.ear
The ALSB Domain Singleton Marker Application is responsible for the collection and aggregation of data from all managed servers in the domain.

Its listener is com.bea.wli.sb.init.MarkerAppListener 
which is in sb-kernel-wls.jar and which does absolutely nothing.

 
ALSB Framework Starter Application
C:/bea11/Oracle_OSB11/lib/common/frameworkstarter.ear

ALSB Coherence Cache Provider
C:/bea11/Oracle_OSB11/lib/coherence.ear

XBus Kernel
C:/bea11/Oracle_OSB11/lib/kernelEar

with subdeployment
XBus HTTP Transport Webapp
/httpTransport

ALSB UDDI Manager
C:/bea11/Oracle_OSB11/lib/uddiEar

ALSB Subscription Listener
C:/bea11/Oracle_OSB11/lib/uddi_subscription

JMS Reporting Provider
C:/bea11/Oracle_OSB11/lib/common/jmsreportprovider.ear

Message Reporting Purger
C:/bea11/Oracle_OSB11/lib/common/msgpurger.ear

...... more to come.... I want to discover who is who...and who does what...

No comments: