LogiCoy OpenESB Demo projects presented at LAJUG. The projects can be deployed on OpenESB V2.x or the new V3.0 or the old Sun GF ESB 2.2 or JCAPS 6.x. For more details, please contact fred.aabedi@logicoy.com
1 of 7
More Related Content
LogiCoy OpenESB demo projects presentation
1. www.logicoy.com, (c) LogiCoy. All rights reserved. Confidentiality: The concepts and methodologies contained herein are proprietary to LogiCoy. Duplication, reproduction or disclosure of information in this document without the expressed written permission of LogiCoy is prohibited.
Best choice for ESB, Integration and Business Services and Solutions
Fred Aabedi
CTO LogiCoy Inc
2. Scenario 1Receive Purchase order
HTTP SOAP BC receives the Purchase order request from the client
HTTP BC invokes the BPEL SE for orchestration.
BPEL SE sends the Purchase order to Database BC to record into DB.
BEPL SE receives the order_id from the Database bc and persist into JMS.
BPEL SE sends back the order_id to HTTP SOAP BC.
HTTP SOAP BC sends order_id back to client for tracking the order status.
www.logicoy.com, (c) LogiCoy. All rights reserved. Confidentiality: The concepts and methodologies contained herein are proprietary to LogiCoy. Duplication, reproduction or disclosure of information in this document without the expressed written permission of LogiCoy is prohibited.
3. Scenario 1
www.logicoy.com, (c) LogiCoy. All rights reserved. Confidentiality: The concepts and methodologies contained herein are proprietary to LogiCoy. Duplication, reproduction or disclosure of information in this document without the expressed written permission of LogiCoy is prohibited.
4. Scenario 2Process Purchase order
Once the order_id posted into the JMS in scenario 1, JMS BC receives the order_id and sends to BPEL SE.
BPEL SE again sends the order_id to POJO SE for processing.
POJO SE process the order and update the status to ORDER_PROCESSED.
www.logicoy.com, (c) LogiCoy. All rights reserved. Confidentiality: The concepts and methodologies contained herein are proprietary to LogiCoy. Duplication, reproduction or disclosure of information in this document without the expressed written permission of LogiCoy is prohibited.
5. Scenario 2
www.logicoy.com, (c) LogiCoy. All rights reserved. Confidentiality: The concepts and methodologies contained herein are proprietary to LogiCoy. Duplication, reproduction or disclosure of information in this document without the expressed written permission of LogiCoy is prohibited.
6. Scenario 3Verify Purchase order status
Client sends the order verification request using order_id received in scenario 1 to OPEN ESB.
REST BC receives the order_id and sends to BPEL SE for status verification.
BPEL SE orchestrates the request to Database BC.
Database BC queries the DB and sends the status back to BPEL SE.
BPEL SE again route the response back to REST BC.
REST BC sends back the status response back to the rest client.
www.logicoy.com, (c) LogiCoy. All rights reserved. Confidentiality: The concepts and methodologies contained herein are proprietary to LogiCoy. Duplication, reproduction or disclosure of information in this document without the expressed written permission of LogiCoy is prohibited.
7. Scenario 3
www.logicoy.com, (c) LogiCoy. All rights reserved. Confidentiality: The concepts and methodologies contained herein are proprietary to LogiCoy. Duplication, reproduction or disclosure of information in this document without the expressed written permission of LogiCoy is prohibited.