| TOOLS: |
| |
Generic Configuration Framework (GCF) is Java program for reading and writing configuration files in INI or XML format.
<OBJECTIVE>
Property files are mainly used in Java for program configuration management. However, this interface doesn't have the capability of grouping the configuration entries just like the section name of the INI file and the flexibility to write configuration values in other formats like XML.
For the INI format, please refer to
Cloanto's site.
<FEATURES>
GCF is currently implemented to support the reading and writing configuration values in INI and XML format. This could be extended to by making a customize implementation of the reader/writer interfaces for such format; or having the configuration values being accessed from a database!
<PREREQUISITE>
GCF requires Java 1.2 or later JVM to run.
<LINKS>
GCF v.01 Binaries¡¡
GCF v.01 Source |
| |
Command Executor Framework (CEF) is a Java program for command line (or scripts) execution.
<OBJECTIVE>
CEF was created for the purpose of automating the command line execution of customized tasks. Though ANT is available, CEF simplofies the command grammar by using the <command> <arguments> structure. And it supports the runtime input of command from the console as well.
<FEATURES>
CEF is still under-development. Will update this link when the first implementation release is available. |
| |
... and soon more tools to be posted ... |
|
|
|
|
|
|
|
|
SAP MI Client Developer Tools:
Some tools to help SAP MI client developer to easen their tasks. |
| |
MIEx > Internet Explorer extension to startup, shutdown, restart and access MI main page thru the toolbar menus. MIEx.ex includes the icon files and the VBS installer files to generate the corresponding batch file scripts and system registration. [Download] [Watch Demo] |
| |
MI LAD > Simple JSP file for deploying an MI component into the MI client locally without any MI WebConsole. |
| |
... and more to come ... |
|