Secure Oracle Service Bus REST using OWSM
Security is one of the main aspects of any service. Services are reusable and can be invoked by either internal or external customers, so we should secure our Service Bus […]
- Ankur Jain
- 4
- 2124
- January 13, 2017
Poll database using DB adapter in Oracle Service Bus
We have used DB Adapter in OSB to perform operation in database. One of the features that is mostly used is database polling when working with database. In a blog, […]
- Ankur Jain
- 2
- 1473
- January 13, 2017
Consume REST service in Oracle Service Bus
This blog covers the implementation of REST adapter and how to consume REST service in Oracle Service Bus In this implementation we are going to cover, how to consume the […]
- Ankur Jain
- 4
- 2330
- January 12, 2017
How to use Domain Value Maps in Oracle Service Bus
Domain Value Maps (DVM) are an interesting feature of Oracle Service Bus for supporting Canonical Data Models. This help to map from one vocabulary, used in a given domain, to […]
- Ankur Jain
- 1
- 1450
- January 11, 2017
Enable CORS in the Oracle Service bus
Enabling CORS(Cross Origin Resource Sharing) is one of the primary requirement when we are playing with multiple environments and want to access service from the different environment. Considering, we have […]
- Ankur Jain
- 11
- 1194
- January 11, 2017
File adapter configuration in Oracle Service Bus
This blog explain how to configure File adapter in Oracle Service bus and create XML files with very minimal configuration. We will poll on the database, select the new records […]
- Ankur Jain
- 1
- 1441
- January 11, 2017
Count the XML nodes in xpath expression
This blog explain, how to get total no of nodes in the xpath expression. This is very basic and useful post. I’m gonna to extend my blog further and will show […]
- Ankur Jain
- 2
- 1137
- January 9, 2017
Datasource and JNDI configuration for DB adapter
This blog explain how to create datasource in weblogic and configure the JNDI for DB adapter. To Complete this blog, you must have weblogic and oracle database up and running. […]
- Ankur Jain
- 1
- 2508
- January 7, 2017
REST Service with DB adapter Oracle Service Bus
In the previous blog, we have explained, how to create simple REST service without DB adapter. Please follow the blog to get the basic understanding of how to create simple […]
- Ankur Jain
- 12
- 1741
- January 6, 2017
Create REST Service in Oracle Service Bus
In this blog, I’m gonna to write a very basic example on the Oracle Service Bus 12.1.3 which shows how to create REST service in Oracle Service Bus. After […]
- Ankur Jain
- 7
- 2455
- January 6, 2017
How to create a DataSource in WebLogic Server 11g console.
In this post you will learn how to create a Datasource in the Weblogic server 11g console. To achieve this follow below steps: 1. Login to Weblogic server console using http://<hostname>:<port>/console2. […]
Configure Oracle DataSource in Tomcat
Here is the procedure, how to configure Oracle datasource in Tomcat and lookup the same. 1. Get Oracle driver Download Oracle driver from here and copy it to $TOMCATlib […]