<html>
<head>
<!--///////////////////////////////////////////////////////////////////////////
//
// JTOpen (IBM Toolbox for Java - OSS version)
//
// Filename: package.html
//
// The source code contained herein is licensed under the IBM Public License
// Version 1.0, which has been approved by the Open Source Initiative.
// Copyright (C) 1997-2000 International Business Machines Corporation and
// others. All rights reserved.
//
////////////////////////////////////////////////////////////////////////////-->
</head>
<body>
Provides classes to simplify calling IBM i programs (RPG, COBOL, C, etc) from Java.
<p>
The classes in this package use a technology called the
<strong>Program Call Markup Language</strong>, or <strong>PCML</strong>.
PCML is based on the Extensible Markup Language (XML) and defines the interface that is
used when calling a program.
<h2>Related Documentation</h2>
For overviews, tutorials, examples, guides, and tool documentation, please see:
<ul>
<li><a href="http://www.ibm.com/systems/i/software/toolbox">IBM Toolbox for Java official Web site</a></li>
<li><A HREF="http://sourceforge.net/projects/jt400">JTOpen (open source Toolbox) official Web site</A></li>
<li><A HREF="http://www-912.ibm.com/j_dir/JTOpen.nsf">Toolbox/JTOpen official Web forum</A></li>
</ul>
</body>
</html>
|