A simple Java interface for the CDP Studio development platform that allows Java applications to interact with CDP Applications - retrieve CDP Application structures and read-write object values. For more information about CDP Studio see https://cdpstudio.com/.
The library is available at Maven (https://search.maven.org/artifact/com.cdptech/cdpclient/) and the API is described in the javadoc (https://www.javadoc.io/doc/com.cdptech/cdpclient/).
- Maven - Downloads necessary dependencies and builds the library.
- Project Lombok plugin - Install it to your IDE when developing this library or the auto-complete will not find some generated getters-setters.
The underlying websocket library uses SLF4J for logging and does not ship with any default logging implementation.
Feel free to use whichever logging framework you desire. For example:
<dependency>
<groupId>org.slf4j</groupId>
<artifactId>slf4j-simple</artifactId>
<version>1.7.25</version>
</dependency>
Email: [email protected]