Skip to content

Commit 666c19c

Browse files
authored
Merge pull request #22 from SEPIA-Framework/dev
v0.9.24; Support SEPIA-Home v2.6.0
2 parents 96e0107 + 7c265f4 commit 666c19c

11 files changed

+137
-139
lines changed

README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# sepia-sdk-java
1+
# SEPIA Java SDK
22
A set of tools and classes to develop services for SEPIA in Java.
33

44
## Credentials
@@ -14,11 +14,11 @@ You can use the 'Code-UI' page of the Control-HUB to edit and upload services cr
1414

1515
## Quickstart
1616
- Import the maven project into the IDE of your choice (tested with Eclipse).
17-
- Make sure you've installed a JAVA JDK on the S.E.P.I.A. server (e.g.: sudo apt-get install -y openjdk-11-jdk-headless). This is required to compile new classes during runtime.
17+
- Make sure you've installed a JAVA JDK on the S.E.P.I.A. server (e.g.: `sudo apt-get install -y openjdk-11-jdk-headless`). This is required to compile new classes during runtime.
1818
- Create a package for your developer account ID under 'net.b07z.sepia.sdk.services' (e.g. "uid1010" -> net.b07z.sepia.sdk.services.uid1010).
1919
- Open 'Settings/sdk.properties' and put in your credentials (ID + password of your SEPIA account with 'developer' role) and the endpoint URL of your SEPIA-Assist server.
2020
- Modify and run the various '[.main.Test***.java](https://github.com/SEPIA-Framework/sepia-sdk-java/tree/dev/src/main/java/net/b07z/sepia/sdk/main)' classes to test the upload of one of the demo services. Check the result for errors.
21-
- Check-out the examples under '[.services.uid1007.*](https://github.com/SEPIA-Framework/sepia-sdk-java/tree/dev/src/main/java/net/b07z/sepia/sdk/services/uid1007)' to get an idea of how a SDK custom service works (until a real documentation is ready ^^).
21+
- Check-out the examples under '[.services.uid1007.*](https://github.com/SEPIA-Framework/sepia-sdk-java/tree/dev/src/main/java/net/b07z/sepia/sdk/services/uid1007)' to get an idea of how a SDK custom service works. You can find more examples inside the 'SEPIA Extensions' repository.
2222
- Open your SEPIA client, login with the same user ID you used for development and make a real test of your custom service.
2323

2424
### How to load Javadoc
-1.83 MB
Binary file not shown.
2.24 MB
Binary file not shown.
Binary file not shown.

libs/sepia-chat-v1.3.1-javadoc.jar

-297 KB
Binary file not shown.

libs/sepia-chat-v1.3.2-javadoc.jar

689 KB
Binary file not shown.
Binary file not shown.
-573 KB
Binary file not shown.
979 KB
Binary file not shown.
Binary file not shown.

0 commit comments

Comments
 (0)