File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -126,7 +126,7 @@ Note: With devon4j we have already added the required dependency in pom.xml
126126
127127Now, You will create a Java interface VisitormanagementRestService to invoke inside client.
128128[step]
129- == Create service to invoke
129+ == Create service to invoke server
130130--
131131createFile("httprestclient/api/src/main/java/com/sample/application/httprestclient/general/service/api/rest/VisitormanagementRestService.java", "files/VisitorManagementRestServiceClient.txt")
132132--
@@ -144,7 +144,7 @@ createFile("httprestclient/api/src/main/java/com/sample/application/httprestclie
144144Now, you will create Devon4jRestClientImpl, the implementation class of Devon4jRestClient using JAX-RS standard.
145145
146146[step]
147- == Create implementation class for service
147+ == Create implementation class for client's service
148148--
149149createFile("httprestclient/core/src/main/java/com/sample/application/httprestclient/general/service/impl/rest/Devon4jRestClientImpl.java", "files/Devon4jRestClientImpl.java")
150150--
You can’t perform that action at this time.
0 commit comments