VMS packages
Introduction:
This is a a bunch of Java stuff for VMS.
List of packages:
- VMS Script - a JVM JavaScript (Rhino) and JVM Python (JPython)
- VMS Acct - a Java library for processing VMS accounting files
- VMS Audit - a Java library for processing VMS audit journal files
- VMS Call - a Java library for calling functions in VMS shareable images using VMS calling convention
- VMS Web - a simple Java web server for VMS
- TIG (Transperent Interface Gateway) - a code generation tool enabling Windows/Linux code to call native code on VMS
Relationships:
- VMS Acct can use VMS Script
- VMS Audit can use VMS Script
- VMS Call can use VMS Script
- VMS Web will use VMS Call
- TIG will use VMS Call