senzing-garage / g2-sdk-java

Java SDK hosted on MvnRepository.
https://mvnrepository.com/artifact/com.senzing/g2
Apache License 2.0
0 stars 0 forks source link

Create Examples and Test Usability of Java Engine SDK #65

Open barrycaceres opened 8 months ago

barrycaceres commented 8 months ago

Write test programs or extended examples of how to use the Java SDK. This is a test of usability of the Java SDK.
In general:

  1. The use of the SDK feels "natural" in the Java environment. No surprises.
  2. Parameters are easy to create.
  3. Outputs are easy to use and parse
  4. Error management is straight forward
  5. No "side-effects" of calling methods
  6. No "traps".
    1. Minimize/eliminate temporal coupling (init/destroy, open/close)