Using Watson Translation service in an Eclipse SWT application Part 2
Using Watson Translation service in an Eclipse SWT application Part 2
The next follow-up to the last article is the code I used to communicate with the Watson Translation service. But first I want to show the flow of the data:
So basically the SWT client sends a JSON string to the server in the body of the message. You can do this as long as you specify application/json as the Content-Type. For JSON, I use the JSON library for Java over at json.org and its been…
View On WordPress










