Questions tagged as 'javax.ws.rs'

0
answers

Deserialization of json wrong date object on java server

I have a user object and it contains the datadate attribute, I pass the user object to the server, the date I provide in the following format 2017-12-31, but the server changes to 2017-12-30, it always decrements a day on date server @POST...
asked by 03.10.2017 / 03:42
0
answers

How to implement DataSource in Tomcat

I am finalizing a project that uses a REST server in Java, and is implemented in Tomcat, and I encounter a problem, the time it takes the service to implement a new connection (3000ms to 5000ms) of the bank, leading to a slow application. I s...
asked by 06.03.2018 / 13:06