Skip to content

Commit

Permalink
README updates
Browse files Browse the repository at this point in the history
  • Loading branch information
ThePrez committed Nov 3, 2023
1 parent d03f4ca commit 07648cb
Showing 1 changed file with 19 additions and 1 deletion.
20 changes: 19 additions & 1 deletion docs/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,12 +3,30 @@

JTOpen is the open source software product known as the "IBM Toolbox for Java." It is also commonly
referred to "jt400" or simply "the toolbox."
In short, this package provides a set of Java classes that enable applications to integrate with IBM i
In short, this package provides a set of Java classes that enable applications to integrate with IBM i.
This includes, but is not limited to:
- Accessing the database using JDBC
- Accessing the database using record level access
- Calling CL commands
- Calling programs or service programs
- Accessing filesystem objects
- Managing object attributes and authorities

JTOpen is the open source counterpart to a version of the IBM Toolbox for Java that is delivered as part of the 5770-SS1 Licensed Program Product (LPP).

Please consult [the "major changes" documentation](MAJOR_CHANGES.md) to see if any major changes impact you!

## How to provide feedback or contribute

Feedback and contributions are in line with standard GitHub practices. Feedback can be submitted by opening an
[issue](https://github.com/IBM/JTOpen/issues/new), and contributions are accepted through standard GitHub pull
requests.

Acceptable contributions must meet the following criteria:
- The contributions must pass any Continuous Integration (BI) builds
- The contributions must include relevant in-code comments when new function is being added
- The contributions must not cause incompatibilities with Java versions still required to be supported by the library
- Coding conventions should match those of the surrounding code.

## Migration to GitHub

Expand Down

0 comments on commit 07648cb

Please sign in to comment.