You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+3-3Lines changed: 3 additions & 3 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,4 +1,4 @@
1
-
# sepia-sdk-java
1
+
# SEPIA Java SDK
2
2
A set of tools and classes to develop services for SEPIA in Java.
3
3
4
4
## Credentials
@@ -14,11 +14,11 @@ You can use the 'Code-UI' page of the Control-HUB to edit and upload services cr
14
14
15
15
## Quickstart
16
16
- 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.
18
18
- Create a package for your developer account ID under 'net.b07z.sepia.sdk.services' (e.g. "uid1010" -> net.b07z.sepia.sdk.services.uid1010).
19
19
- 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.
20
20
- 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.
22
22
- Open your SEPIA client, login with the same user ID you used for development and make a real test of your custom service.
0 commit comments