Tags
For this our example we will use our previous project where I have Moved or Renamed a file, and now in this post we will create another operation to Delete the file.
See the links below to check the other parts of our project:
30 Thursday Jul 2015
Posted BPEL
inTags
For this our example we will use our previous project where I have Moved or Renamed a file, and now in this post we will create another operation to Delete the file.
See the links below to check the other parts of our project:
14 Tuesday Jul 2015
Posted BPEL
inTags
Post this we use our FileAdapter to Rename or Move a File, this post will not be a result of the above and the part can be done.
See the links below to check the other parts of our project:
01 Wednesday Jul 2015
Posted BPEL
inTags
Let us now make the recording of the content of our file quoted in Part 2 in our database, remembering that for all projects I develop here in the Blog I use the tables existing one we install Oracle XE.
We’ll be recording the arquivo.txt content in our DEPARTMENT table that is already automatically created when we install our Bank.
See the links below to check the other parts of our project:
22 Monday Jun 2015
Posted BPEL
inTags
In this Part 2 we will continue the previous post where we create the process to read the file in a directory, now in this post we will create the process to read the file contents with our BPEL.
Something that will add to our process will be a dynamic reading of the contents of this file as we will read the bits in file if this file is too large.
See the links below to check the other parts:
10 Wednesday Jun 2015
Posted BPEL
inTags
In this first part I want to demonstrate how we’re going to read a file from one directory to FileAdapter BPEL, then I will address as much as possible this wonderful component for file manipulation.
To have an example as practical as possible, I decided to create a post from and each part will be the evolution of the previous one, so if you want to follow and make the entire application is very important that you do or follow from the first part.
Here’s what I will demonstrate in the next Posts on FileAdapter: