- Oracle Service Bus 11g Development Cookbook
- Guido Schmutz Edwin Biemond Jan van Zoggel Mischa K?lliker Eric Elzinga
- 419字
- 2021-08-20 15:48:04
Creating a new OSB project
In order to develop on the Oracle Service Bus, an OSB project needs to be available. This recipe will show how such an empty OSB project can be created. Such a project can either be created through the web-based OSB console or through the more developer-friendly Eclipse OEPE. Eclipse OEPE is an Eclipse IDE with Oracle Enterprise Plugin for Eclipse (OEPE) and the OSB plugin installed.
Getting ready
Make sure that you have access to a working Eclipse OEPE.
How to do it...
In Eclipse OEPE, perform the following steps:
- From the File menu, pick New | Other.
- Type
Oracle Service Bus
in the Wizards tree list: - Choose Oracle Service Bus Project from the list and click on the Next button.
- Enter
basic-osb-service
into the Project name fild: - Click on the New button to create an OSB Configuration (if there is not yet one).
- Enter
osb-cookbook-configuration
into the Configuration name field. - Click on the Finish button to create the empty
OSB project
. - Click on Yes to confirm that Eclipse OEPE will switch to the Oracle Service Bus perspective.
We have now created an empty OSB project inside our Eclipse worksace.
How it works...
An OSB project created through Eclipse OEPE is just a folder created below the location of the workspace. Visually, Eclipse OEPE shows it wrapped inside the osb-cookbook-configuration OSB configuration, but they are really both on the same level, just a subfolder of the workspace folder.
The project contains a .project
file and a .settings
folder like any Eclipse project. These files hold the necessary meta information about the project. An OSB project has the special Oracle Service Bus facet assigned.
This empty project can now be used to create the different OSB artifacts necessary for an OSB service. They can either be placed directly inside the project folder or a subfolder structure can be created in order to organize the OSB project
. How to create a folder structure will be shown in the next recipe, Defining a folder structure for the OSB project.
There's more...
A new OSB project
can also be created through the OSB console. The main difference to the approach shown before is that, through the OSB console we directly work on a running Oracle Service Bus instance. When using Eclipse OEPE, the project is stored in the Eclipse workspace and needs to be later deployed to an OSB instance. See the next recipe, to learn how to create a folder structure for holding the different OSB artifacts.
- 社交網絡對齊
- CorelDRAW X6 中文版圖形設計實戰從入門到精通
- 網絡故障現場處理實踐(第4版)
- Hands-On Chatbot Development with Alexa Skills and Amazon Lex
- Go Web Scraping Quick Start Guide
- 局域網組建、管理與維護項目教程(Windows Server 2003)
- 面向云平臺的物聯網多源異構信息融合方法
- 中國互聯網發展報告2018
- 網絡工程實施技術與方案大全
- Guide to NoSQL with Azure Cosmos DB
- 物聯網與智慧農業
- 區塊鏈技術與應用:打造分布式商業新生態
- 中國信息化年鑒2017
- ElasticSearch Server
- Learn Node.js by Building 6 Projects.