Peter Kostouros wrote:
Hi Niklas
In my specific case EDI documents are dropped in and picked up, and non
SQL transactions are performed on a proprietary database. I implemented
a solution with the available API with which we are happy.
Great!
Can you expand on the database file system?
What you could do, is to write an implementation of:
FileSystemManager
FileSystemView
FileSystemObject
This implementation would then take care of the communication with your
database. The pro with this approach is that you automatically get
support for all operations (listing, storing, retrieving and so on) not
just uploading.
We currently only have an implementation targeted for the file system,
however I would like to provide examples for databases (JDBC) and JMS.
/niklas