Sub Categories

     

BPEL Articles

  prudhvi   6/8/2009 3:35:41 AM

This article is all about how to call existing BPEL process using JAVA Server faces(JSF). This JSF page is created using oracle Application Development Framework(ADF).  Full Article>>

Views(2693)    Add Comments(0)

  prudhvi   6/6/2009 10:59:06 PM

With SOA Suite by default we get to install the Oracle Olite Database and in this article i will explain how to make a connection to that database explicitly from different tools  Full Article>>

Views(2805)    Add Comments(12)

  prudhvi   6/6/2009 10:42:09 PM

This is continuation of my previous BPEL Database Adapter Tutorial. Make sure you read Part 1 before reading this article  Full Article>>

Views(3221)    Add Comments(3)

  prudhvi   6/6/2009 10:38:47 PM

Database Adapter is a partnerlink in BPEL which is used to interact with Database for read, write operations. Using Database Adapter we can perform the following functions.

1. Call a Stored Procedure of Function
2. Perform DML operations like insert, update, delete on a table
3. Perform SELECT operation
4. Execute custom SQL Statements

In this Article I will explain how to create simple synchronous BPEL process containing Database Adapter which will read the data from a table and pa
  Full Article>>

Views(6252)    Add Comments(9)

  prudhvi   6/6/2009 10:35:43 PM

In this tutorial I will explain how to read a CSV file using ReadFileAdapter and then to write a CSV file using WriteFileAdapter. We don’t have two separate FileAdapters but based on the read and write operation we mention them as ReadFileAdapter or WriteFileAdapter.

ReadFileAdapter will Receive the input data from file and translate the data based on the translation logic defined and post the XML messages.

WriteFileAdapter will receive the XML messages and translate it into actual data
  Full Article>>

Views(5126)    Add Comments(7)

  prudhvi   6/6/2009 10:33:28 PM

After reading this article you will be able to understand the following things

1. What is SOA?
2. What is BPEL?
3. Difference between SOA and BPEL
4. Advantages of SOA/BPEL
5. Download SOA Suite
6. “Hello World/ErpSchools” Tutorial in BPEL
7. Compile and deploy BPEL Suitcase using bplec.bat
8. Monitor the activities/instances/statuses in Dashboard
  Full Article>>

Views(4438)    Add Comments(8)

1