INFORMATIVEACTIVE
Truth Source: Repository schemas and tests are authoritative.
Java SDK Guide
1. Purpose
The examples/java-basic-flow/ directory provides a minimal Java example demonstrating how MPLP concepts can be implemented in Java/Spring ecosystems.
2. Location
examples/java-basic-flow/
src/main/java/...
3. Usage
Refer to the example's README for build and run instructions.
4. For Full SDK Needs
If you need a production-ready Java SDK:
- Use the TypeScript SDK via a wrapper or code generation
- Generate POJOs from the JSON Schemas in
schemas/v2/using tools likejsonschema2pojo - Build your own binding using this example as reference
5. Future Roadmap
A full Java SDK is under consideration for future releases.