An open API service indexing awesome lists of open source software.

https://github.com/lppedd/j

Java Toolbox for IBM i
https://github.com/lppedd/j

as400 ibmi java jt400 jtopen

Last synced: over 1 year ago
JSON representation

Java Toolbox for IBM i

Awesome Lists containing this project

README

          

# Update
This project will be rewritten completely using Kotlin 1.2.70, stay tuned.
No more super-hierarchies or dozen of utility classes.
If you see this let me know using an issue the JVM target you'd prefer, 1.6 or 1.8.

# j
Java Toolbox for IBM i

## What is j?
**J** is a small framework that wraps the JTOpen (JT400) library, to make its usage more user-friendly.
I initially developed it to avoid boring manual tasks, but soon I realised it could grow further and show its true potential.
**J** allows control over libraries, objects (which includes database files, device files, printer files), members, users, jobs and the machine itself.
It also provides access to certain IBM API.

## Authors
* Edoardo Luppi

## Acknowledgments
I'd like to thanks the guys who developed the JTOpen (JT400) library.
Also, thanks IBM.

## License
This project is licensed under the MIT License - see the [LICENSE.md](LICENSE.md) file for details.