Questions tagged as 'jersey'

1
answer

How to establish communication between WebService RestFul Jersey with desktop application?

I'm developing a chat system, in it I have a Java desktop application that needs to communicate with a WebService (server) which will distribute the messages to all connected clients. What is the best way to do this? I have a WebService RestF...
asked by 02.12.2015 / 18:44
1
answer

Endpoint Rest with Jersey does not display expected result

I created a JavaEE project directly in Intellij and added the dependencies of JavaEE 8 via maven. The structure of the project is in this link . web.xml: <?xml version="1.0" encoding="UTF-8"?> <web-app xmlns="http://xmlns.jcp.org/...
asked by 10.10.2018 / 13:44