Oracle Service Bus Samples
DB Adapter Viewlet
Viewlet that demos building an DB Adapter service in OSB 10.3.1
SAP Adapter Viewlet
Viewlet that shows building SAP adapter service for OSB 10.3.1
Siebel Adapter Viewlet
Viewlet that shows building Siebel adapter service for OSB 10.3.1
JCA DB Adapter with OSB
Provides step by step instructions to create proxy and business service using JCA Transport for DB Adapter. A working sample is provided as well (you need to tweak the transport configuration for your environment).
REST-2-REST Routing
Demonstrates REST to REST Routing using OSB.
WLST scripts to import/export and customize OSB configuration jar
Demonstrates use of WLST scripts to import and export OSB configuration, and applying customization files to customize the deployment when moving from dev to stage to production
WLST script to delete cgDataSources from OSB domain
Deletes cgDataSouce and cgDataSource-nonXA data sources from the OSB domain. Use this script if you do not want these data sources that are created by the OSB domain template (for example, if you do not plan to ever extend the OSB domain to use ALINT). These data sources are not directly required by OSB itself.
WLST script to Clone & Customize services
Demonstrates OSB's capabilities to quickly provision 100s of similar services using WLST scripts that clone and customize (including resource reference updates) OSB resources.
Dynamic Service Invocation
Demonstrates use of Routing Options to perform URI override to achieve dynamic service invocation. Also, provides documentation on various patterns to achieve dynamic service invocation using OSB.
Custom Identity Asserter
Demonstrates use of custom identity asserter that is applied to a token received as part of the HTTP Header. You will learn to write a custom identity asserter, and to leverage the asserter to authenticate users based on a http header.
Processing Excel files using OSB
Demonstrates use of OSB to process Excel files. Reads Excel file using file transport. Uses Apache POI (Java API To Access Microsoft Format Files) APIs in Java Callout to extract data from the Excel. The data can then be used for routing etc.
Custom Reporting Provider
Demonstrates how users can extend OSB reporting functionality by creating a custom reporting provider to process reporting and alerting data.
|