Cargando…

BPEL and Java cookbook : over 100 recipes to help you enhance your SOA composite applications with Java and BPEL /

Annotation

Detalles Bibliográficos
Clasificación:Libro Electrónico
Autor principal: Laznik, Jurij
Otros Autores: Dhruv, Ronak, Mannari, Yuvraj
Formato: Electrónico eBook
Idioma:Inglés
Publicado: Birmingham : Packt Publishing, 2013.
Temas:
Acceso en línea:Texto completo (Requiere registro previo con correo institucional)

MARC

LEADER 00000cam a2200000 i 4500
001 OR_ocn861536175
003 OCoLC
005 20231017213018.0
006 m o d
007 cr cnu---unuuu
008 130930s2013 enka o 001 0 eng d
040 |a E7B  |b eng  |e rda  |e pn  |c E7B  |d OCLCO  |d UMI  |d S4S  |d COO  |d N$T  |d DEBBG  |d DEBSZ  |d OCLCQ  |d OCLCF  |d OCLCQ  |d AZK  |d OCLCQ  |d U3W  |d CEF  |d NLE  |d OCLCQ  |d UKMGB  |d UAB  |d UKAHL  |d VT2  |d HS0  |d OCLCO  |d OCLCQ  |d TOH  |d OCLCQ 
015 |a GBB747573  |2 bnb 
016 7 |a 018014016  |2 Uk 
019 |a 865474198  |a 961487138 
020 |a 9781849689212  |q (electronic bk.) 
020 |a 1849689210  |q (electronic bk.) 
020 |a 1849689202 
020 |a 9781849689205 
020 |z 9781849689205 
029 1 |a AU@  |b 000052404149 
029 1 |a CHNEW  |b 000640832 
029 1 |a DEBBG  |b BV041632742 
029 1 |a DEBBG  |b BV041777970 
029 1 |a DEBSZ  |b 404324320 
029 1 |a GBVCP  |b 882838199 
029 1 |a UKMGB  |b 018014016 
035 |a (OCoLC)861536175  |z (OCoLC)865474198  |z (OCoLC)961487138 
037 |a 9781849689212  |b Packt Publishing Pvt. Ltd 
050 4 |a QA76.73.J38  |b L39 2013eb 
072 7 |a COM  |x 051280  |2 bisacsh 
082 0 4 |a 005.133 
049 |a UAMI 
100 1 |a Laznik, Jurij. 
245 1 0 |a BPEL and Java cookbook :  |b over 100 recipes to help you enhance your SOA composite applications with Java and BPEL /  |c Jurij Laznik ; graphics, Ronak Dhruv, Yuvraj Mannari. 
264 1 |a Birmingham :  |b Packt Publishing,  |c 2013. 
300 |a 1 online resource (382 pages) :  |b illustrations (some color) 
336 |a text  |b txt  |2 rdacontent 
337 |a computer  |b c  |2 rdamedia 
338 |a online resource  |b cr  |2 rdacarrier 
588 0 |a Online resource; title from PDF title page (ebrary, viewed September 30, 2013). 
520 8 |a Annotation  |b The Business Process Execution Language (BPEL) has become the de-facto standard for orchestrating web services. BPEL and web services are both clamped into Service-oriented Architecture (SOA). Development of efficient SOA composites too often requires usage of other technologies or languages, like Java. This Cookbook explains through the use of examples how to efficiently integrate BPEL with custom Java functionality. If you need to use BPEL programming to develop web services in SOA development, this book is for you. BPEL and Java Cookbook will show you how to efficiently integrate custom Java functionality into BPEL processes. Based on practical examples, this book shows you the solutions to a number of issues developers come across when designing SOA composite applications. The integration between the two technologies is shown two-fold; the book focuses on the ways that Java utilizes the BPEL and vice-versa. With this book, you will take a journey through a number of recipes that solve particular problems with developing SOA composite applications. Each chapter works on a different set of recipes in a specific area. The recipes cover the whole lifecycle of developing SOA composites: from specification, through design, testing and deployment. BPEL and Java Cookbook starts off with recipes that cover initiation of BPEL from Java and vice-versa. It then moves on to logging and tracing facilities, validation and transformation of BPEL servers, embedding of third-party Java libraries into BPEL. It also covers manipulation with variables in BPEL different techniques of Java code wrapping for web service usage and utilization of XML façades. After reading BPEL and Java Cookbook you will be able to circumvent many of the issues that developers experience during SOA composite application development. 
588 0 |a Print version record. 
505 0 |a Cover; Copyright; Credits; About the Author; About the Reviewers; www.PacktPub.com; Table of Contents; Preface; Chapter 1: Calling BPEL from Java; Introduction; Deploying a BPEL process; Gathering a BPEL process's in and out parameters; Calling a synchronous BPEL process from Java; Calling an asynchronous BPEL process from Java; Handling business faults from a synchronous BPEL process; Handling business faults from an asynchronous BPEL process; Mapping the results of a BPEL process; Chapter 2: Calling Services from BPEL; Introduction; Implementing web services with Axis2 
505 8 |a Implementing web services with JAX-WSInvoking the RESTful web services; Invoking the synchronous web service; Invoking the asynchronous web service; The dynamic selection of the web service's endpoint; Invoking web services in a sequence; Invoking web services in parallel; Handling the faults thrown from a web service; Throwing the faults from BPEL; Chapter 3: Advanced Tracing and Logging; Introduction; Creating a custom logger in a BPEL process; Defining composite sensors; Adding a composite sensor; Monitoring a composite sensor; Configuring the logfiles; Changing the level of tracing 
505 8 |a Editing the logfilesViewing logfiles in the Enterprise Manager Console; Viewing metrics and statistics; Chapter 4: Custom Logging in the Oracle SOA Suite; Introduction; Logging to a custom file; Configuring custom handlers; Logging exceptions; Enabling logging on the BPEL server; Redirecting System.out and System.err files; Setting up a rotation logfile; Chapter 5: Transforming and Validating the BPEL Services; Introduction; Using the XSLT transformation in BPEL; Generating the XSLT map with the XSLT mapper; Performing copy between the variables 
505 8 |a Using the functions in the transformation operationsThe chaining functions; Defining and importing the user-defined functions; Using the xsl:for-each command; Defining a parameter; Defining a variable; Validating the variables with the activity; Chapter 6: Embedding Third-party Java Libraries; Introduction; Adding third-party libraries to the SOA Suite server; Adding custom classes to the SOA Suite server; Adding third-party libraries to JDeveloper projects; Adding custom classes to JDeveloper projects; Invoking third-party libraries from BPEL 2.0 process 
505 8 |a Invoking third-party libraries from BPEL 1.1 processChapter 7: Accessing and Updating the Variables; Introduction; Defining global variables in a BPEL process; Defining local variables in a BPEL process; Initializing a variable with an XML literal; Initializing a variable with an inline from-spec; Copying content between the variables; Accessing the fields within Element-based variables; Accessing the fields within the Message Type-based variables; Assigning numerical values to the variables; Applying mathematical calculations on data in the variables 
590 |a O'Reilly  |b O'Reilly Online Learning: Academic/Public Library Edition 
650 0 |a Java (Computer program language) 
650 0 |a Service-oriented architecture (Computer science) 
650 0 |a Computer programming. 
650 0 |a BPEL (Computer program language) 
650 6 |a Java (Langage de programmation) 
650 6 |a Architecture orientée service (Informatique) 
650 6 |a Programmation (Informatique) 
650 6 |a BPEL (Langage de programmation) 
650 7 |a computer programming.  |2 aat 
650 7 |a COMPUTERS  |x Programming Languages  |x Java.  |2 bisacsh 
650 7 |a BPEL (Computer program language)  |2 fast  |0 (OCoLC)fst01740873 
650 7 |a Computer programming.  |2 fast  |0 (OCoLC)fst00872390 
650 7 |a Java (Computer program language)  |2 fast  |0 (OCoLC)fst00982065 
650 7 |a Service-oriented architecture (Computer science)  |2 fast  |0 (OCoLC)fst01746814 
700 1 |a Dhruv, Ronak. 
700 1 |a Mannari, Yuvraj. 
856 4 0 |u https://learning.oreilly.com/library/view/~/9781849689205/?ar  |z Texto completo (Requiere registro previo con correo institucional) 
938 |a Askews and Holts Library Services  |b ASKH  |n AH26851236 
938 |a ebrary  |b EBRY  |n ebr10764826 
938 |a EBSCOhost  |b EBSC  |n 641349 
994 |a 92  |b IZTAP