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
- Host: GitHub
- URL: https://github.com/lppedd/j
- Owner: lppedd
- License: mit
- Created: 2017-06-16T17:49:48.000Z (about 9 years ago)
- Default Branch: master
- Last Pushed: 2018-08-24T12:52:11.000Z (almost 8 years ago)
- Last Synced: 2025-04-12T18:07:11.214Z (over 1 year ago)
- Topics: as400, ibmi, java, jt400, jtopen
- Language: Java
- Size: 272 KB
- Stars: 4
- Watchers: 3
- Forks: 3
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE.md
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.