openworld 2012 - oracle fusion middleware live application development

16
Fusion Middleware Live Application Development Demo The team: Duncan, Chris, Ronald, Guido, Aino, Luc, Lonneke, Lucas

Upload: ronald-van-luttikhuizen

Post on 24-May-2015

1.680 views

Category:

Documents


1 download

DESCRIPTION

In this three our show moderated by Duncan Mills and Chris Muir, the audience could experience the dynamics between three different teams (user interface using ADF, services using SOA Suite, and processes using BPM Suite) that are building an application based on Oracle Fusion Middleware. It's the fourth time Vennster participated in the Live FMW Development sessions after appearances at ODTUG Kaleidoscope, UKOUG, and OBUG. For OpenWorld the team that prepared the sessions consisted of Lucas Jellema, Luc Bors, Aino Andriessen, Guido Schmutz, Lonneke Dikmans, and Ronald van Luttikhuizen. This time we tried a different approach in which we pre-built the application and focused on explaining and demoing it in the first part of the session. After that we made several changes and deployed the improved software components.

TRANSCRIPT

Page 1: OpenWorld 2012 - Oracle Fusion Middleware Live Application Development

Fusion Middleware Live Application Development Demo

The team:

Duncan, Chris, Ronald, Guido, Aino, Luc, Lonneke, Lucas

Page 2: OpenWorld 2012 - Oracle Fusion Middleware Live Application Development

Setting

• Conference organization

• Hundreds of speakers from dozens of countries

– And a very meticulous abstract review process

• Thousands of attendees

• Strict timelines

• High quality expectations

– We can f*** up precisely once

Page 3: OpenWorld 2012 - Oracle Fusion Middleware Live Application Development

Business Challenges

• Having to find out what needs to be done today

• Sticking to the deadlines

• Bringing new staff up to speed

• Communicating with speakers and attendees

– Answering questions

– Processing data

– Informing of new information and Prompting to action

• Making the process more efficient

Page 4: OpenWorld 2012 - Oracle Fusion Middleware Live Application Development

Process and Players

Page 5: OpenWorld 2012 - Oracle Fusion Middleware Live Application Development

Process and Players

?

Page 6: OpenWorld 2012 - Oracle Fusion Middleware Live Application Development

Why not use Fusion Applications?

Page 7: OpenWorld 2012 - Oracle Fusion Middleware Live Application Development

Fusion Middleware

Page 8: OpenWorld 2012 - Oracle Fusion Middleware Live Application Development

Architecture of Fusion Applications

Business Logic View Data

Orchestration Human interaction Policy evaluation Monitoring

Rules Engine

Human Workflow Service

Mediator /BPEL Process

results

facts

BAM

Business Services

Data Binding

events

assign

complete

ADF

Page 9: OpenWorld 2012 - Oracle Fusion Middleware Live Application Development

Today’s Architecture

ADF

BPM

SOA Suite

Database

Page 10: OpenWorld 2012 - Oracle Fusion Middleware Live Application Development

Decoupled Development – Interface based

BPM

ADF

SOA Suite

Database

Web service (WSDL &

XSD)

AQ & DB Adapter

EDN Events (XSD)

SQL over JDBC

Web service (WSDL & XSD)

EDN Events (XSD)

Page 11: OpenWorld 2012 - Oracle Fusion Middleware Live Application Development

First steps

• Define data model

– Canonical model in terms of XML: XSD

– Database: SQL & PL/SQL

Page 12: OpenWorld 2012 - Oracle Fusion Middleware Live Application Development

Model of Database

Page 13: OpenWorld 2012 - Oracle Fusion Middleware Live Application Development

First steps

• Define data model – Canonical model in terms of XML: XSD

– Database: SQL & PL/SQL

• Define Interfaces – Service, Operation, Messages (input & output):

WSDL and XSD

• Define Business Events – When and What (payload): EDL and XSD

• Define Process

Page 14: OpenWorld 2012 - Oracle Fusion Middleware Live Application Development

Defining the business process

• Activities – Automated activities: Services

– Human activities: Tasks (and User Interfaces)

• Process Data

• Flow and logic – Sequence of activities, parallel flows

– Decision points (forks), conditional steps

– Loops, loop backs

• Non-happy day scenarios and exceptions

Page 15: OpenWorld 2012 - Oracle Fusion Middleware Live Application Development

Agenda

• Defining the Process through BPM(N)

• Designing and Implementing the Services

• Creating the User Interfaces – The back office administration

– The speaker portal

– The conference portal (schedule builder)

• End to End demo

• Revision of process, services and UI – Based on audience suggestions

• Final demo and wrap up

Page 16: OpenWorld 2012 - Oracle Fusion Middleware Live Application Development