BPELforum.com

Business Process Execution Language (BPEL)

Similar Posts

  • XSLT and XPATH: A Guide to XML Transformations
  • Java Soa Cookbook
  • XML Data Exchange Using ABAP
  • SOA Cookbook: Master SOA process architecture, modeling, and simulation in BPEL, TIBCO’s BusinessWorks, and BEA’s Weblogic Integration
  • XML in a Nutshell, Third Edition

XSLT Cookbook: Solutions and Examples for XML and XSLT Developers, 2nd Edition

April 28, 2010 by BPELforum

  • ISBN13: 9780596009748
  • Condition: NEW
  • Notes: Brand New from Publisher. No Remainder Mark.

Product Description

Forget those funky robot toys that were all the rage in the ’80s, XSLT (Extensible Stylesheet Transformations) is the ultimate transformer. This powerful language is expert at transforming XML documents into PDF files, HTML documents, JPEG files–virtually anything your heart desires. As useful as XSLT is, though, most people have a difficult time learning its many peculiarities. And now Version 2.0, while elegant and powerful, has only added to the confusion.

XSLT Cookbook, Second Edition wants to set the record straight. It helps you sharpen your programming skills and overall understanding of XSLT through a collection of detailed recipes. Each recipe breaks down a specific problem into manageable chunks, giving you an easy-to-grasp roadmap for integrating XSLT with your data and applications. No other XSLT book around employs this practical problem-solution-discussion format.

In addition to offering code recipes for solving everyday problems with XSLT 1.0, this new edition shows you how to leverage the improvements found in XSLT 2.0, such as how to simplify the string manipulation and date/time conversion processes. The book also covers XPath 2.0, a critical companion standard, as well as topics ranging from basic transformations to complex sorting and linking. It even explores extension functions on a variety of different XSLT processors and shows ways to combine multiple documents using XSLT. Code examples add a real-world dimension to each technique.

Whether you’re just starting out in XSLT or looking for advanced techniques, you’ll find the level of information you need in XSLT Cookbook, Second Edition.

XSLT Cookbook: Solutions and Examples for XML and XSLT Developers, 2nd Edition

Filed Under: XML Books Tagged With: All The Rage, Cookbook, Cookbook Solutions, Critical Companion, Developers, Edition, Everyday Problems, examples, Extension Functions, Funky Robot, Jpeg Files, Manageable Chunks, New Edition, Pdf Files, Peculiarities, Problem Solution, Programming Skills, Remainder Mark, Roadmap, Robot Toys, Solutions, String Manipulation, Time Conversion, Xml Documents, XSLT, Xslt Processors

SOA Cookbook: Master SOA process architecture, modeling, and simulation in BPEL, TIBCO’s BusinessWorks, and BEA’s Weblogic Integration

April 28, 2010 by BPELforum

Product Description
In Detail

SOA Cookbook covers process-oriented SOA. BPEL is the best-known language in this area, and this book presents numerous BPEL examples. It also studies proprietary vendor process languages such as TIBCO’s BusinessWorks and BEA’s Weblogic Integration. If you are building SOA processes in the field, chances are you are using one of the languages discussed in SOA Cookbook. The book assumes that the reader is comfortable with XML and web services.

Author Michael Havey works with SOA in the field for TIBCO (and previously for IBM, BEA, and Chordiant). SOA Cookbook is Michael’s second book. Essential Business Process Modeling, his first book, was published in 2005.

What you will learn from this book?

  • Document a process-based SOA architecture using “enhanced 4+1″, ARIS, SCA, UML, and BPMN
  • Learn by example how to separate BPM and SOA processes
  • Model choreography and orchestration in BPMN and BPEL
  • Divide a process that involves both manual and automated activities between BPM and SOA
  • Manage state in short- and long-running processes
  • Model processes intelligently using three variants of a structured “flat form” approach: event-based, state-based, and flow-based
  • Develop dynamic processes to manage the “change problem”: problems that arise when you need to change the definition of a process that has live cases in production
  • Simulate SOA processes using concepts from discrete event simulation and the Poisson process
  • Measure the complexity of SOA processes

Approach

As a cookbook, this book can be regarded as a set of gourmet recipes for SOA. Each of the eight chapters that follow the introductory chapter covers an important concept in process-based SOA and teaches techniques to build solutions based on the concept. Working examples are developed in BPEL, TIBCO’s BusinessWorks and BEA’s Weblogic Integration.

Who this book is written for?

The book is intended for hands-on SOA architects, designers, and developers who want to learn techniques in process orchestration. Many of these readers use, or will soon start using, languages such as BPEL, TIBCO’s BusinessWorks, or BEA’s Weblogic Integration in their projects.

This intermediate-level book assumes that the reader is comfortable reading XML and knows the basic concepts of web services. The book presents several BPEL and BPMN examples, but it explains specific language constructs on the fly; the reader need not have background in these languages.

SOA Cookbook: Master SOA process architecture, modeling, and simulation in BPEL, TIBCO’s BusinessWorks, and BEA’s Weblogic Integration

Filed Under: BPEL Books Tagged With: Architecture, Author Michael, Bea Weblogic, BEA's, BPEL, BusinessWorks, Chordiant, Choreography, Cookbook, Discrete Event Simulation, Dynamic Processes, Gourmet Recipes, Havey, Integration, Integration Product, Introductory Chapter, Master, Model Processes, Modeling, Modeling And Simulation, Orchestration, Poisson Process, Process, Process Architecture, Running Processes, simulation, Tibco, TIBCO's, Weblogic

Java Soa Cookbook

April 27, 2010 by BPELforum

  • ISBN13: 9780596520724
  • Condition: NEW
  • Notes: Brand New from Publisher. No Remainder Mark.

Product Description

Java SOA Cookbook offers practical solutions and advice to programmers charged with implementing a service-oriented architecture (SOA) in their organization. Instead of providing another conceptual, high-level view of SOA, this cookbook shows you how to make SOA work. It’s full of Java and XML code you can insert directly into your applications and recipes you can apply right away.

The book focuses primarily on the use of free and open source Java Web Services technologies — including Java SE 6 and Java EE 5 tools — but you’ll find tips for using commercially available tools as well.

Java SOA Cookbook will help you:

  • Construct XML vocabularies and data models appropriate to SOA applications
  • Build real-world web services using the latest Java standards, including JAX-WS 2.1 and JAX-RS 1.0 for RESTful web services
  • Integrate applications from popular service providers using SOAP, POX, and Atom
  • Create service orchestrations with complete coverage of the WS-BPEL (Business Process Execution Language) 2.0 standard
  • Improve the reliability of SOAP-based services with specifications such as WS-Reliable Messaging
  • Deal with governance, interoperability, and quality-of-service issues

The recipes in Java SOA Cookbook will equip you with the knowledge you need to approach SOA as an integration challenge, not an obstacle.

Java Soa Cookbook

Filed Under: SOA Books Tagged With: Available Tools, Business Process Execution Language, Cookbook, Data Models, Integration Challenge, Interoperability, Java, Java Standards, Java Web Services, Obstacle, Open Source Java, Orchestrations, Popular Service, Practical Solutions, Quality Of Service, Remainder Mark, Service Oriented Architecture, Service Oriented Architecture Soa, World Web, Xml Code, Xml Vocabularies

BPEL Cookbook: Best Practices for SOA-based integration and composite applications development: Ten practical real-world case studies combining business … management and web services orchestration

April 27, 2010 by BPELforum

Product Description
Ten practical real-world case studies combining business process management and web services orchestration

  • Real-world BPEL recipes for SOA integration and Composite Application development
  • Combining business process management and web services orchestration
  • Techniques and best practices with downloadable code samples from ten real-world case studies

In Detail
Service Oriented Architecture is generating a buzz across the whole IT industry. Propelled by standards-based technologies like XML, Web Services, and SOAP, SOA is quickly moving from pilot projects to mainstream applications critical to business operations. One of the key standards accelerating the adoption of SOA is Business Process Execution Language for Web Services (BPEL).

BPEL was created to enable effective composition of web services in a service-oriented environment. In the past two years, BPEL has become the most significant standard to elevate the visibility of SOA from IT to business level. BPEL is not only commoditizing the integration market, but it is also offering organizations a whole new level of agility – ability to rapidly change applications in response to the changing business landscape. BPEL enables organizations to automate their business processes by orchestrating services within and across the firewall. It forces organizations to think in terms of services. Existing functionality is exposed as services. New applications are composed using services. Communication with external vendors and partners is through services. Services are reused across different applications. Services are, or should be, everywhere!

What you will learn from this book?

In the Packt book Business Process Execution Language for Web Services by Matjaz Juric, we learnt about the building blocks and how these technologies could be used to build a simple SOA solution. As organizations increase their SOA footprint, IT Managers, Architects, and developers are starting to realize that the impact of SOA on IT and business operations can be immense. After having gained confidence with web services, they want to take it to the next level. However, adopters are challenged with some basic questions – How do I SOA-enable my existing integration investment? Can I build flexible and agile business processes? How can I administer my SOA environment without spending a fortune? There have been various best practices defined around SOA, but to date these have been somewhat abstract and lacking a real-world basis. The IT community is looking for real-world examples; examples of how other companies are embarking on an SOA initiative and how to apply that industry learning to their own projects.

What makes this a Cookbook? After you have been exposed to the different ingredients (BPEL, WSDL, and web services), this book takes the adventure to the next level by helping you cook new recipes (SOA applications) using efficient kitchen techniques (best practices). 10 SOA practitioners have gotten together to share their SOA best practices and provide practical viewpoints to tackle many of the common problems SOA promises to solve. Their recommendations are based on projects in production; their existing projects could be your next ones. Through this process you’ll learn the techniques and gain the confidence to create and deliver the recipe that’s right for your particular situation.

Who this book is written for?

This book is aimed at architects and developers building applications in Service Oriented Architecture. The book presumes knowledge of BPEL, SOA, XML, web services, and multi-tier architectures.

BPEL Cookbook: Best Practices for SOA-based integration and composite applications development: Ten practical real-world case studies combining business … management and web services orchestration

Filed Under: BPEL Books Tagged With: Agility Ability, Applications, Applications Development, Applications Services, Best, Book Business, BPEL, Business, Business Landscape, Business Level, Business Process Execution Language, Business Process Management, case, combining, composite, Composite Application, Composite Applications, Cookbook, Detail Service, development, External Vendors, Integration, Integration Market, Juric, Mainstream Applications, management, Orchestration, Pilot Projects, practical, Practices, realworld, Service Oriented Architecture, services, SOAbased, studies, World Case, Xml Web Services

RSS BPELpros.com

  • BizTalk Server
  • IBM
  • OpenLink Software
  • SAP AG

Return to top of page

Copyright © 2012 · Delicious Theme on Genesis Framework · WordPress · Log in