Indonesia

ABSTRACT: Database Binding Component is a Java Business Integration component that provides database operations as services. The services exposed by Database Binding Component are actually SQL operations on tables. Database Binding Component exposes both DML and DDL operations as web services (Inser...

Full description

Bibliographic Details
Main Authors: Wiranto Herry Utomo, Retantyo Wardoyo, Ahmad Ashari, Statistics Fmipa
Other Authors: The Pennsylvania State University CiteSeerX Archives
Format: Text
Language:English
Published: 2009
Subjects:
SOA
DML
Online Access:http://citeseerx.ist.psu.edu/viewdoc/summary?doi=10.1.1.596.8344
http://www.dirf.org/ijwa/v1n30209.pdf
Description
Summary:ABSTRACT: Database Binding Component is a Java Business Integration component that provides database operations as services. The services exposed by Database Binding Component are actually SQL operations on tables. Database Binding Component exposes both DML and DDL operations as web services (Insert, Update, Delete, Find (Select) and Poll (Select Inbound)). This article wants to present an example of how to perform the select table from a remote database, how to send the result from the select table to the XML fi le, and how to insert extracted records into the extract table on the local database. We have successfully extracted record table from remote database and written it into the XML fi le and inserted it to the local database in the Java Business Integration framework and we have composed the SOA Application through a Web Services Orchestration with BPEL (Business Process Execution Language).