Skip to content

Latest commit

 

History

History
37 lines (26 loc) · 997 Bytes

README.md

File metadata and controls

37 lines (26 loc) · 997 Bytes

OrderManagement Service and Client - Java Implementation

Building and Running Service

In order to build gradle project, Go to Java project root directory location (samples) and execute the following shell command,

./gradlew :ch06:secure-channel:java:server:build

In order to run, Go to Java project root directory location (secure-channel/java/server) and execute the following shell command,

java -jar build/libs/server.jar

Building and Running Client

In order to build gradle project, Go to Java project root directory location (inside samples directory) and execute the following shell command,

./gradlew :ch06:secure-channel:java:client:build

In order to run, Go to Java project root directory location (secure-channel/java/client) and execute the following shell command,

java -jar build/libs/client.jar

Additional Information

Generate Server key and certificate