Difference between revisions of "JT400"
From MidrangeWiki
(Added variations section) |
|||
(7 intermediate revisions by 4 users not shown) | |||
Line 1: | Line 1: | ||
− | |||
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 11: | Line 10: | ||
# Print/[[spool]] resources | # Print/[[spool]] resources | ||
# Product and [[PTF]] information | # Product and [[PTF]] information | ||
− | # [[Jobs]] and [[ | + | # [[Jobs]] and [[Joblogs]] |
# [[Messages]], [[message queues]], [[message files]] | # [[Messages]], [[message queues]], [[message files]] | ||
# [[Users]] and groups | # [[Users]] and groups | ||
# [[User spaces]] | # [[User spaces]] | ||
− | # [[System values]] | + | # [[:Category:System values | System values]] |
# System status | # System status | ||
+ | # [[System Debugger]] | ||
+ | |||
+ | ==Variations== | ||
+ | There are two variations of the JT400 library. | ||
+ | * [http://jtopen.sf.net JTOpen] - Open Source. Full source code is available on SourceForge. Primarily maintained by [[IBM]], but community contributions accepted by the development leads. | ||
+ | * [http://www-03.ibm.com/systems/power/software/i/toolbox/index.html Toolbox for Java] - Closed Source. This is a [[LPP]] that is directly supported by IBM. | ||
+ | |||
+ | NOTE: JTOpen contains all the function and fixes of the most recent Toolbox LPP release, plus additional enhancements. | ||
+ | ==External links== | ||
+ | *[http://javadoc.midrange.com JT400 Javadoc] | ||
− | + | ==Categories== | |
+ | [[Category:Open Source]] | ||
+ | [[Category:Java]] | ||
+ | [[Category:Programming]] |
Latest revision as of 14:55, 9 September 2014
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...
- Database -- JDBC (SQL) and record-level access (DDM)
- Integrated File System
- Program calls
- Commands
- Data queues
- Data areas
- Print/spool resources
- Product and PTF information
- Jobs and Joblogs
- Messages, message queues, message files
- Users and groups
- User spaces
- System values
- System status
- System Debugger
Variations
There are two variations of the JT400 library.
- JTOpen - Open Source. Full source code is available on SourceForge. Primarily maintained by IBM, but community contributions accepted by the development leads.
- Toolbox for Java - Closed Source. This is a LPP that is directly supported by IBM.
NOTE: JTOpen contains all the function and fixes of the most recent Toolbox LPP release, plus additional enhancements.