- Getting a json data using jQuery Ajax and reading it and sending it to DB then printing the data back in XML format in the console
- Getting xml data using jQuery Ajax and reading it and sending it to DB, and then printing the data back in JSON format in the console
- Primary Language -> Java (openjdk 11)
- Gson jar for JSON
- JAXB jar for XML
- MySQL database
- Servlet as the controller
- JSP as the view
- JS(jQuery, Ajax) for transmitting the data
---Thanks Suvadeep Ghoshal