Contents
Context and objective
Development kits and frameworks that support development and implement well defined use cases. This is inclusive of both application (bot) and UI module development in the container. Catalogue features between like solutions.
Known Projects
Language | Project | Status | Project owner | Description |
---|---|---|---|---|
Java | Implements the symphony-java-api language binding Maven dependencies <dependency> <groupId>org.symphonyoss.symphony</groupId> <artifactId>symphony-client</artifactId> <version>${symphony-client-version}</version> </dependency>
| 1.0.3: Released 1.1.0-SNAPSHOT | The Symphony java client provides a real-time wrapper around the Symphony REST API's to simplify the creation of chat sessions, room access, presence, messaging and more... The client provides a set of logical services representing supported features of the Symphony platform. Services support real-time events through feature based listeners and communication objects. Access is not limited to the services as all underlying Symphony client implementations are exposed for advanced use and extensibility. Use Cases:
| |