python (65.1k questions)
javascript (44.2k questions)
reactjs (22.7k questions)
java (20.8k questions)
c# (17.4k questions)
html (16.3k questions)
r (13.7k questions)
android (12.9k questions)
Session Control Java - GET Cookie from Request and Pass it to POST request
I am actually stuck in a data fetching API. In its documentation it has been mentioned that I have to make a call to the login API first then using its Authorization header and cookie (returned in Log...
Jawad-Dev
Votes: 0
Answers: 0
Java: Got Jersey's ContainerException when receiving formdata, but fine when received raw JSON data
I'm currently working on a plugin for Killbill, using Jooby for developing the servlet. The servlet will receive a notification from payment gateway and process the update into internal Killbill syste...
Muhamad Iqbal
Votes: 0
Answers: 0
SQL syntax Error on Java Jersey GET CRUD operation
I'm trying to retrieve the information of the faculty with the students attending it and the subjects corresponding to the student.
Here is the SQL error:
java.sql.SQLSyntaxErrorException: You have an...
dennod
Votes: 0
Answers: 1
Dropwizard/Jersey resource handler not correctly parsing json data
I'm working on a Dropwizard/Jersey backend. In one particular case, the data sent is not being parsed into the appropriate object. If I add @NotEmpty to a string field, I get a 422 error. Here is the ...
Mark Lilback
Votes: 0
Answers: 1