Cargando…

Oracle Service Bus 11g development cookbook : over 80 practical recipes to develop service and message-oriented solutions on the Oracle Service Bus /

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
Otros Autores: Schmutz, Guido
Formato: Electrónico eBook
Idioma:Inglés
Publicado: Birmingham [England] : Packt Enterprise, 2012.
Temas:
Acceso en línea:Texto completo (Requiere registro previo con correo institucional)

MARC

LEADER 00000cam a2200000Ia 4500
001 OR_ocn796020309
003 OCoLC
005 20231017213018.0
006 m o d
007 cr unu||||||||
008 120621s2012 enka o 001 0 eng d
040 |a UMI  |b eng  |e pn  |c UMI  |d E7B  |d N$T  |d COO  |d OCLCQ  |d DEBSZ  |d OCLCQ  |d DKDLA  |d OCLCO  |d OCLCQ  |d OCLCO  |d OCLCF  |d OCLCO  |d OCLCQ  |d OCLCO  |d AZK  |d OCLCO  |d AGLDB  |d OCLCQ  |d OCLCO  |d JBG  |d CNNOR  |d OCLCQ  |d OCLCO  |d MOR  |d PIFAG  |d OCLCQ  |d OCLCO  |d U3W  |d STF  |d WRM  |d OCLCQ  |d CEF  |d NLE  |d INT  |d VT2  |d OCLCQ  |d OCLCO  |d UKMGB  |d OCLCQ  |d OCLCO  |d A6Q  |d UKAHL  |d HS0  |d VLY  |d UKCRE  |d OCLCO  |d INARC  |d OCLCQ 
016 7 |a 018015084  |2 Uk 
019 |a 781539414  |a 785778136  |a 961517626  |a 962618726  |a 988482654  |a 988507187  |a 992099822  |a 1037719449  |a 1038688950  |a 1055391861  |a 1081281308  |a 1083552111  |a 1103255953  |a 1129345113  |a 1152989843  |a 1162341943  |a 1192332585  |a 1228563680  |a 1240509297 
020 |a 9781849684453  |q (electronic bk.) 
020 |a 1849684456  |q (electronic bk.) 
020 |a 1849684448 
020 |a 9781849684446 
020 |z 9781849684446 
020 |a 1283453452 
020 |a 9781283453455 
020 |a 9786613453457 
020 |a 6613453455 
029 1 |a AU@  |b 000050978765 
029 1 |a AU@  |b 000053025246 
029 1 |a AU@  |b 000059754271 
029 1 |a DEBBG  |b BV040902405 
029 1 |a DEBBG  |b BV042957075 
029 1 |a DEBSZ  |b 372904327 
029 1 |a DEBSZ  |b 378299182 
029 1 |a DEBSZ  |b 381384772 
029 1 |a DEBSZ  |b 423770462 
029 1 |a NZ1  |b 14973308 
029 1 |a UKMGB  |b 018015084 
035 |a (OCoLC)796020309  |z (OCoLC)781539414  |z (OCoLC)785778136  |z (OCoLC)961517626  |z (OCoLC)962618726  |z (OCoLC)988482654  |z (OCoLC)988507187  |z (OCoLC)992099822  |z (OCoLC)1037719449  |z (OCoLC)1038688950  |z (OCoLC)1055391861  |z (OCoLC)1081281308  |z (OCoLC)1083552111  |z (OCoLC)1103255953  |z (OCoLC)1129345113  |z (OCoLC)1152989843  |z (OCoLC)1162341943  |z (OCoLC)1192332585  |z (OCoLC)1228563680  |z (OCoLC)1240509297 
037 |a CL0500000147  |b Safari Books Online 
050 4 |a TK5105.5828  |b .O73 2012 
072 7 |a COM  |x 043000  |2 bisacsh 
082 0 4 |a 004.6/54  |2 23 
049 |a UAMI 
245 0 0 |a Oracle Service Bus 11g development cookbook :  |b over 80 practical recipes to develop service and message-oriented solutions on the Oracle Service Bus /  |c Guido Schmutz [and others]. 
246 3 0 |a Service Bus 11g development cookbook 
260 |a Birmingham [England] :  |b Packt Enterprise,  |c 2012. 
300 |a 1 online resource (iv, 506 pages) :  |b illustrations 
336 |a text  |b txt  |2 rdacontent 
337 |a computer  |b c  |2 rdamedia 
338 |a online resource  |b cr  |2 rdacarrier 
347 |a data file  |2 rda 
588 0 |a Print version record. 
505 0 |a Cover; Copyright; Credits; About the Authors; About the Reviewers; www.PacktPub.com; Table of Contents; Preface; Chapter 1: Creating a basic OSB service; Introduction; Creating a new OSB project; Defining a folder structure for the OSB project; Importing an already existing project into Eclipse OEPE; Creating a business service to call an external SOAP-based web service; Generating a simple pass-through proxy service; Deploying the OSB configuration from Eclipse OEPE; Testing the proxy service through the OSB console; Testing the proxy service through soapUI 
505 8 |a Creating proxy service with a WSDL based interfaceUsing a routing action to statically route to another service; Adding an operational branch to support the different WSDL operations of the proxy service; Using an XQuery transformation to map between the different data models of the services; Chapter 2: Working Efficiently with OSB Artifacts in Eclipse OEPE; Introduction; Setting up an OSB project to work with JCA adapters; Using context menu to add nodes and actions to message flow; Moving nodes/actions in Eclipse OEPE by drag-and-drop; Copying nodes/actions from one place to another 
505 8 |a Moving artifacts inside the same OSB projectCopying artifacts from one project into another; Debugging services through Eclipse OEPE; Chapter 3: Messaging with JMS Transport; Introduction; Sending a message to a JMS queue/topic; Changing JMS Transport message headers and properties at runtime; Consuming messages from a JMS queue; Consuming messages from a topic with non-durable/durable subscription; Consuming messages from a JMS queue/topic selectively; Accessing JMS Transport headers and properties in message flow; Using request-response messaging with JMS 
505 8 |a Using QBrowser Admin GUI for accessing JMS queues/topicsTesting JMS with soapUI; Chapter 4: Using EJB and JEJB transport; Introduction; Exposing an EJB session bean as a service on the OSB using the EJB transport; Using JNDI Provider to invoke an EJB session bean on a remote WebLogic domain; Using converter class with EJB transport to help converting data types; Exposing an EJB session bean as an EJB on the OSB using the JEJB transport; Manipulating the response of the JEJB transport by a Java Callout action; Chapter 5: Using HTTP Transport; Introduction 
505 8 |a Using HTTP transport to implement messaging over HTTPExposing a RESTful service on the OSB; Consuming a RESTful service from the OSB; Creating a generic RESTful gateway on the OSB; Implementing a WebSockets transport for server-side push; Chapter 6: Using File and Email Transports; Introduction; Using the File or FTP transport to trigger a proxy service upon arrival of a new file; Using the File JCA adapter to read a file within the message flow; Using the File Transport to write to a file; Using Email Transport to receive e-mail; Using Email Transport to send e-mail 
520 |a 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 great detail, which makes it good learning material for everyone who has experience in OSB and wants to improve. Most of the recipes are designed in such a way that each recipe is presented as a separate, standalone entity and reading of prior recipes is not required. The finished solution of each reci. 
546 |a English. 
590 |a O'Reilly  |b O'Reilly Online Learning: Academic/Public Library Edition 
630 0 0 |a Oracle (Computer file) 
630 0 7 |a Oracle (Computer file)  |2 blmlsh 
630 0 7 |a Oracle (Computer file)  |2 fast  |0 (OCoLC)fst01363816 
650 0 |a Service-oriented architecture (Computer science) 
650 0 |a Electronic commerce  |x Computer programs. 
650 0 |a Business enterprises  |x Data processing. 
650 0 |a Enterprise application integration (Computer systems) 
650 6 |a Architecture orientée service (Informatique) 
650 6 |a Commerce électronique  |x Logiciels. 
650 6 |a Entreprises  |x Informatique. 
650 6 |a Intégration d'applications d'entreprise (Systèmes informatiques) 
650 7 |a COMPUTERS  |x Networking  |x General.  |2 bisacsh 
650 7 |a Business enterprises  |x Data processing.  |2 fast  |0 (OCoLC)fst00842543 
650 7 |a Electronic commerce  |x Computer programs.  |2 fast  |0 (OCoLC)fst00906907 
650 7 |a Enterprise application integration (Computer systems)  |2 fast  |0 (OCoLC)fst01200938 
650 7 |a Service-oriented architecture (Computer science)  |2 fast  |0 (OCoLC)fst01746814 
700 1 |a Schmutz, Guido. 
776 0 8 |i Print version:  |t Oracle Service Bus 11g development cookbook.  |d Birmingham [England] : Packt Enterprise, 2012  |z 9781849684446  |w (OCoLC)781978468 
856 4 0 |u https://learning.oreilly.com/library/view/~/9781849684446/?ar  |z Texto completo (Requiere registro previo con correo institucional) 
938 |a Internet Archive  |b INAR  |n oracleservicebus0000unse 
938 |a Askews and Holts Library Services  |b ASKH  |n AH26944187 
938 |a ebrary  |b EBRY  |n ebr10529549 
938 |a EBSCOhost  |b EBSC  |n 432014 
994 |a 92  |b IZTAP