Developer Resources
Introduction
This section of the site contains resources for developers.
Some software developed by EnAppSys is open-sourced to encourage wide-spread use,
other software is closed-source.
The philosophy is simple, where competitive advantage can be maintained by closing the source,
for example to protect underlying data structures, business rules and intellectual property rights, the source will be closed,
otherwise the source will be opened.
Weblog
A weblog is maintained where the latest modifications to the tools
located in this section is documented. Bug-fixes, enhancements and
new open-source resources will be discussed on the weblog. The
weblog is located in the news section and can be accessed via this
link.
vbXML.dll
vbXML.dll provides a (very simple) COM implementation of an XML parser.
It has a SAX like parser and a DOM like parser.
It is released under the GNU Library or Lesser General Public License (LGPL).
The current status of the vbXML.dll is alpha version 0.5.
More detail is here.
vbXMLRPC.dll
vbXMLRPC.dll provides a COM implementation of a client interface to web services implementing the XML-RPC standard.
It is released under the GNU Library or Lesser General Public License (LGPL).
The current status of the vbXMLRPC.dll is beta version 0.9.
More detail is here.
vbRSS.dll
vbRSS.dll provides a COM implementation of an RSS Reader.
It will abstract an RSS file into an object structure.
It will also maintain a list of current RSS files.
It will be released under the GNU Library or Lesser General Public License (LGPL).
The current status of the vbRSS.dll is alpha version 0.5.
More detail is here.
|