Difference between revisions of "JT400"

From MidrangeWiki
Jump to: navigation, search
m
m (cleanup; section; +cat Category:Open Source)
Line 1: Line 1:
[[Category:Open source]]
 
[[Category:Java]]
 
[[Category:Programming]]
 
 
The [[IBM]] Toolbox for [[Java]] is a library of Java classes supporting the client/server and internet programming models to an [[iSeries]] or [[AS/400]] server. The classes can be used by Java applets, servlets, and applications to easily access iSeries and AS/400 data and resources.
 
The [[IBM]] Toolbox for [[Java]] is a library of Java classes supporting the client/server and internet programming models to an [[iSeries]] or [[AS/400]] server. The classes can be used by Java applets, servlets, and applications to easily access iSeries and AS/400 data and resources.
  
Line 20: Line 17:
 
# System status
 
# System status
  
Additional information on JT400 can be found at http://jt400.sourceforge.net.
+
==External links==
 +
*http://jt400.sourceforge.net.
 +
 
 +
==Categories==
 +
[[Category:Open Source]]
 +
[[Category:Java]]
 +
[[Category:Programming]]

Revision as of 18:05, 20 February 2007

The IBM Toolbox for Java is a library of Java classes supporting the client/server and internet programming models to an iSeries or AS/400 server. The classes can be used by Java applets, servlets, and applications to easily access iSeries and AS/400 data and resources.

JT400 provides the ability to do...

  1. Database -- JDBC (SQL) and record-level access (DDM)
  2. Integrated File System
  3. Program calls
  4. Commands
  5. Data queues
  6. Data areas
  7. Print/spool resources
  8. Product and PTF information
  9. Jobs and Joblogs
  10. Messages, message queues, message files
  11. Users and groups
  12. User spaces
  13. System values
  14. System status

External links

Categories