FiMaLib Blog
a financial math library and financial market data database
Status: Planning
Brought to you by:
peterwerno
Hi all,
I have just uploaded the code for the FiMaLib Script subproject. You can check it out directly as a NetBeans Project. For now, the code requires JDK 1.6 or higher.
The idea behind the Script subproject is to provide a simple scripting tool for the FiMaLib database that allows the scripting of jobs (e.g. to download data and store it in a database or a task that checks data for consistency, etc.)
The scripting is done in XML language using a predefined set of commands (defined in a DTD) which I will place on http://www.fimalib.org/dtds/fimalibscript/v1/FiMaLibScript.dtd. I would welcome any hints on how to properly solve versioning issues with DTD files on the server!
Many thanks,
Peter