The AS/400 is capable to let other computers getting access to its resources via TCP/IP connections. The xBus uses the IBM Toolbox for Java
, a toolkit available from IBM, for accessing these resources. This picture out of the Toolbox' documentation shall illustrate the principle:
The server programs needed on the AS/400 are part of the operating system and must only be started. The toolkit itself is distributed by IBM for free under an open source license.
Currently two resources of the AS/400 can be used by the xBus:
- The first resource is the
Integrated File System
. It gives you access to all file systems existing on the AS/400, including the QSYS-Library file system.
- Second
Programs
can be called on the AS/400.