You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The current code parses the POST request body all within the AddParticipantServlet doPost method. This issue would help in modularization of this processing and convert the JSON object into a POJO
The text was updated successfully, but these errors were encountered:
The current code parses the POST request body all within the AddParticipantServlet doPost method. This issue would help in modularization of this processing and convert the JSON object into a POJO
The text was updated successfully, but these errors were encountered: