1 / 17

The All-Singing, All-Dancing Composite Application

The All-Singing, All-Dancing Composite Application. Doug Tidwell, IBM dtidwell@us.ibm.com. Status. >. >. The big picture. Our composite application processes a purchase order. We’ll take a very quick look at four technologies that are the future of SOA:

yoko
Download Presentation

The All-Singing, All-Dancing Composite Application

An Image/Link below is provided (as is) to download presentation Download Policy: Content on the Website is provided to you AS IS for your information and personal use and may not be sold / licensed / shared on other websites without getting consent from its author. Content is provided to you AS IS for your information and personal use only. Download presentation by click this link. While downloading, if for some reason you are not able to download a presentation, the publisher may have deleted the file from their server. During download, if you can't get a presentation, the file might be deleted by the publisher.

E N D

Presentation Transcript


  1. The All-Singing, All-Dancing Composite Application Doug Tidwell, IBM dtidwell@us.ibm.com

  2. Status > >

  3. The big picture • Our composite application processes a purchase order. • We’ll take a very quick look at four technologies that are the future of SOA: • All of the services involved are accessed with SCA. • The data sources are accessed with SDO. • The interface is based on XForms. • The process definition is based on BPEL.

  4. Our scenario • The customer submits an order. • We check the total of the order. Any order of more than $750 (£38, €57) must be approved by a manager. Anything less automatically goes to the next step in the process. • If the order is approved, we check the customer’s account status. • If the order is approved and the customer’s credit is OK, we send the customer a notice that their order is on the way.

  5. Key standard #1: SCA • We need a single, coherent, manageable way to build composite applications. • I’m assuming we’re all in agreement here…

  6. Key standard #2: SDO • We need a single, coherent, manageable way to move data from one place to the next. • In a composite application, data will most likely be XML. • In a composite application, different components will need data in different formats. • Similar yet incompatible data binding frameworks will outnumber the human population by 3Q 2013.

  7. Key standard #2a: XForms • With XML as a universal data interchange format, HTML forms aren’t an ideal option. • Not built around a data model • Controls are hand-linked to items in the data model • Changes to the data model require manual changes to all interfaces • XForms overcomes these limitations: • The form is built around an XML data model (XML Schema, most likely) • Controls are bound directly to the XML (XPath ties control x to element/attribute y) • The interface can be regenerated from an updated schema.

  8. Key standard #3: BPEL • An application with any degree of sophistication will likely require workflow and human interaction. • We’ll use BPEL to define the workflow. Many steps in the workflow will be services. • A BPEL process is itself a WSDL-addressable service (or an SCA service) • Human tasks typically involve reviewing some sort of business object (XML document)…XForms fits nicely here.

  9. Our application Order Processing Composite Component B (Credit check) Component A (BPEL workflow) Component C (Shipping)

  10. Assembly with SCA • Current implementations let us access a BPEL process as an SCA component (<implementation.bpel>). • Ideally the BPEL process could access SCA components as steps in the process, although we’re not there yet.

  11. Data access with SDO • There are a number of business objects: • Purchase order • Customer number, items+, status • Customer • Customer number, name/address, credit rating • We’ve kept this simple; a real-world scenario would use many more objects. • Each business object is defined with XML Schema and manipulated by SDO.

  12. Human interfaces with XForms • We’ll look at different XForms that deal with the human tasks in the process. • These can be generated directly from the XML documents (BPEL variables) defined in the process. • We’ll define an XHTML frame to hold the controls and style everything with CSS.

  13. Demo

  14. The SCA Roadshow Coming soon to a continent near you!

  15. The SCA Roadshow • OASIS is sponsoring a series of half-day sessions on SCA. • These sessions are vendor-neutralexplorations of SCA as a technology. • See oasis-opencsa.org/sca-roadshow/ to register. • We have three events scheduled for China in May; others are coming throughout the year.

  16. oasis-opencsa.org/sca-roadshow/

  17. If you’re interested in participating / hosting, contact Doug Tidwell, dtidwell@us.ibm.com.

More Related