Cargando…

Oracle Service Bus 11g Development Cookbook.

This cookbook is full of immediately useable recipes showing you how to develop service and message-oriented (integration) applications on the Oracle Service Bus. In addition to its cookbook style, which ensures the solutions are presented in a clear step-by-step manner, the explanations go into gre...

Descripción completa

Detalles Bibliográficos
Clasificación:Libro Electrónico
Autor principal: Schmutz, Guido
Otros Autores: Biemond, Edwin, Van Zoggel, Jan
Formato: Electrónico eBook
Idioma:Inglés
Publicado: Birmingham : Packt Pub., 2012.
Temas:
Acceso en línea:Texto completo
Tabla de Contenidos:
  • Oracle Service Bus 11g Development Cookbook; Oracle Service Bus 11g Development Cookbook; Credits; About the Authors; About the Reviewers; www.PacktPub.com; Support files, eBooks, discount offers and more; Why Subscribe?; Free Access for Packt account holders; Preface; What this book covers; What you need for this book; OSB Cookbook standard environment; Who this book is for; Recipes; Conventions; Reader feedback; Customer support; Downloading the example code; Errata; Piracy; Questions; 1. Creating a basic OSB service; Introduction; Creating a new OSB project; Getting ready; How to do it ...
  • How it works ... There's more ... ; Defining a folder structure for the OSB project; Getting ready; How to do it ... ; How it works ... ; Importing an already existing project into Eclipse OEPE; Getting ready; How to do it ... ; How it works ... ; Creating a business service to call an external SOAP-based web service; Getting ready; How to do it ... ; How it works ... ; Generating a simple pass-through proxy service; Getting ready; How to do it ... ; How it works ... ; See also; Deploying the OSB configuration from Eclipse OEPE; Getting ready; How to do it ... ; How it works ... ; There's more ...
  • Deploying to a remote server from Eclipse OEPECreating an OSB Configuration Jar and use the OSB console to deploy it; Testing the proxy service through the OSB console; Getting ready; How to do it ... ; How it works ... ; See also; Testing the proxy service through soapUI; Getting ready; How to do it ... ; How it works ... ; There's more ... ; Validate that the response is correct; Creating another request for the same operation; See also; Creating proxy service with a WSDL based interface; Getting ready; How to do it ... ; How it works ... ; Use the echo behaviour to implement a simple mock service.
  • Using a routing action to statically route to another serviceGetting ready; How to do it ... ; How it works ... ; See also; Adding an operational branch to support the different WSDL operations of the proxy service; Getting ready; How to do it ... ; How it works ... ; There's more ... ; Do I have to implement a branch for each operation?; How to handle operations which are not yet supported?; See also; Using an XQuery transformation to map between the different data models of the services; Getting ready; How to do it ... ; How it works ... ; 2. Working Efficiently with OSB Artifacts in Eclipse OEPE.
  • IntroductionSetting up an OSB project to work with JCA adapters; Getting ready; How to do it ... ; How it works ... ; See also; Using context menu to add nodes and actions to message flow; Getting ready; How to do it ... ; How it works ... ; Moving nodes/actions in Eclipse OEPE by drag-and-drop; Getting ready; How to do it ... ; How it works ... ; Copying nodes/actions from one place to another; Getting ready; How to do it ... ; How it works ... ; Moving artifacts inside the same OSB project; Getting ready; How to do it ... ; How it works ... ; Copying artifacts from one project into another; Getting ready.