Skip to content

Commit 3ecc6e9

Browse files
committed
updating readme
1 parent 82c7bcd commit 3ecc6e9

File tree

1 file changed

+15
-1
lines changed

1 file changed

+15
-1
lines changed

README.md

Lines changed: 15 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# Parsec Java Client
22

3-
To enabled Parsec support in the Java Ecosystem, this repository contains multiple implementaitons of Java Client that consumes the API Providers by the Parsec Service. Using this library is possible in two ways, as a Basic Java Client and/or as a Native Java JCA Interface.
3+
To enabled Parsec support in the Java Ecosystem, this repository contains multiple implementaiton(s) of Java Client that consumes the API Providers by the Parsec Service. Using this library is possible in two ways, as a Basic Java Client and/or as a Native Java JCA Interface.
44

55
## In this repository
66

@@ -12,6 +12,20 @@ The following are the
1212
- parsec-protobuf-java: This is submodule of the PArsec Protobuf where java classes are generated
1313
- parsec-testcontainers: collection of Docker test containers to test the use of Java Client
1414

15+
# How to use this library
16+
Here is explain how to use the Parsec Java-Client library in your application
17+
18+
# How to develop the Parsec Java Client
19+
If you'd like to get started in developing parsec further, we explain how to get started and the design behind the support for parsec in java
20+
21+
# Example Implementations
22+
There are a number of example implementations of both the basic java client and JCA client along with a demo (seperate repository)
23+
Both the tests and workshop demo cover the basic functionality of Parsec that address the majority of use cases, the following
24+
25+
- Parsec JCA Tests [**Link**](/parsec-jca-test)
26+
- Parsec Test Containers [**Link**](/parsec-testcontainers)
27+
- Parsec Workshop Demos (External Repository) [**Link**](https://github.com/56kcloud/parsec-workshop)
28+
1529
## License
1630

1731
The software is provided under Apache-2.0. Contributions to this project are accepted under the same license.

0 commit comments

Comments
 (0)