Home » Middleware » Oracle Workshop for WebLogic Overview: Create New Project and Directory Structure

Oracle Workshop for WebLogic Overview: Create New Project and Directory Structure

Oracle Workshop for WebLogic Overview

Oracle Workshop for WebLogic

Oracle Workshop for WebLogic

Oracle Workshop for WebLogic is an IDE (Integrated Development Environment) built on the Eclipse platform that simplifies the process of developing web-based, service-oriented (SOA) and J2EE applications. Workshop is a set of plug-ins to the Eclipse IDE platform that allows you to quickly and easily create enterprise applications (SOA, J2EE) for deployment on a wide variety of servers, including WebLogic Server, Tomcat, JBoss, and others. You can see all features and plug-in details in menu Help → About Oracle Workshop for WebLogic.

In this post, we will overview to Oracle Workshop for WebLogic by creating new project and directory related to the project. First of all, open Oracle Workshop for WebLogic, usually it can be found in Start → All Programs → Oracle WebLogic → Workshop for WebLogic 10gR3. Code 10gR3 means that we use Oracle WebLogic Server Version 10g Release 3. Different version of WebLogic will be different in feature, but it’s only minor change.

Create OSB Project

Let’s create a project. Right click from “OSB Configuration” choose New → Project

Create New OSB Project

Create New OSB Project

Choose “Oracle Service Bus Project” in tree of project type.

Specify Project Type: OSB Project

Specify Project Type: OSB Project

Supply project name for this new project. Project name should be in Camel Case or using underscore, without space, and short but informative. Name for project in this tutorial is WebTutorial.

OSB Project Name: WebTutorial

OSB Project Name: WebTutorial

Create Directory Structure

Next step is creating directory structure and hierarchy for this project. Right click from Project WebTutorial choose New → Folder.

Create New Folder

Create New Folder

Select Project WebTutorial as parent folder and supply folder name: SimpleCalculator.

New Folder Name: SimpleCalculator

New Folder Name: SimpleCalculator

Repeat create folder like above step to make bellow directory structure.

Directory Structure

Directory Structure

Above directory structure will be used to store all element of web service which consist of WSDL, Business Services, and Proxy Services.

Incoming search terms: