ADF | SOA | OBIEE | ODI | IDM
Wednesday, 18 March 2015
Saturday, 25 October 2014
Book Review: WS-BPEL 2.0 Beginners Guide
WS-BPEL 2.0 Beginners Guide: As name suggest, This is a good reading for self-learning BPEL concepts from beginning. Authors start book with a very simple BPEL sample. They give details instructions from setting up IDE, creating schema and wsdl, etc. They finish their first sample giving instructions to how you can test your first BPEL process using a BPEL engine. I recommend this book as a true beginner guide.
BPEL specifications is so long and even BPEL 2.0 primer is very hard to understand without prior knowledge on BPEL. But authors have structured book chapters from simple to complex BPEL concepts, so that beginners can easily understand. It contains chapters for fault handling, compensation, parallel processing asynchronous invocation etc. Best part is authors have given samples for each section including guidance how you can do it in IDE.
This book contains special chapter for Humantask with samples. That adds a true value to this book.
I must say this is the best book to start with. Great work well presented. Keep it up Matjaz B. Juric, Denis Weerasiri
Have a look on this book by clicking this link. http://bit.ly/1srYlyc
WS-BPEL 2.0 Beginners Guide: As name suggest, This is a good reading for self-learning BPEL concepts from beginning. Authors start book with a very simple BPEL sample. They give details instructions from setting up IDE, creating schema and wsdl, etc. They finish their first sample giving instructions to how you can test your first BPEL process using a BPEL engine. I recommend this book as a true beginner guide.
BPEL specifications is so long and even BPEL 2.0 primer is very hard to understand without prior knowledge on BPEL. But authors have structured book chapters from simple to complex BPEL concepts, so that beginners can easily understand. It contains chapters for fault handling, compensation, parallel processing asynchronous invocation etc. Best part is authors have given samples for each section including guidance how you can do it in IDE.
This book contains special chapter for Humantask with samples. That adds a true value to this book.
I must say this is the best book to start with. Great work well presented. Keep it up Matjaz B. Juric, Denis Weerasiri
Have a look on this book by clicking this link. http://bit.ly/1srYlyc
Tuesday, 29 April 2014
ADF : How to implement dependent list of values
ADF : How to implement dependent list of values
Common requirement in ADF is to implement Dependent List of Values or Choice list. We can achieve this requirement in ADF bc.
Business Requirement: Each employee should belong to a department and the future manager should also be from the selected department.
Technical Requirement: Restrict the Manager LOV to the current selected Department.
1. Create a View Object DepartmentVO
2. Create a View Object EmployeeVO
3. Create a View Criteria for EmployeeVO
4. Create a LOV for ManagerId under DepartmentVO
5. Adding List DataSource & List Attribute to LOV_ManagerId (By Clicking on Add Symbol).
Shuttle the EmployeeVO to View Accessor. Click on Edit to pass the parmeter to EmployeeVO1.
6. Passing parameter to View Accessor on runtime by providing the parameter.
7. Select EmployeeId as the list attribute
8. Adding UI Hints to the LOV.
9. Attach the DepartmentVO to an Application Module. And test it using BC4J Tester.
Happy Coding. :)
Thursday, 24 April 2014
How to Create JDBC datasource in Oracle Weblogic server
How to Create JDBC datasource in Oracle Weblogic server
This post shows how to create a JNDI datasource in Oracle Weblogic 11g.
To work on DB adapter in Oracle SOA suite you must create the JDBC datasource in Oracle Weblogic Server and Connection factory under DBadapter in deployments.
Steps:
1. Login to weblogic console (normal http://localhost:7001/console) as administrator.
1. Login to weblogic console (normal http://localhost:7001/console) as administrator.
2. Click on DataSource
Subscribe to:
Posts (Atom)