Skip to content

CDPTechnologies/JavaCDPClient

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

39 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Maven Central

CDP Java Client

Project description

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/.

Usage

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/).

Dependencies

  • 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.

Logging

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>

Contact

Email: support@cdptech.com

About

A simple Java interface to communicate with CDP applications to retrieve application structure and object values.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Contributors 4

  •  
  •  
  •  
  •  

Languages