Stackoverflow team members.
I am struggling to get the solution of my problem.
Actually in my application I want to make use of Jquery and Json with Servlet. In my Application There is one JSP Servlet page to enter detail entry like user_name
, user_address
etc.
All this data will be send to database using jquery ajax. Now I want to retrieve all records that are inserted to database using json in the form of json array object.
I am able to insert record to database but I don't know how to get them back from database to json object array so i can use them again. in some another jsp servlet page.
Help me solve my problem.
Best Regards
Yogendra