Feed Database through JSP using AJAX
Hi guys!
Please give me a simplest example where an ajax post request is feeding a column in a database, continuously after every 5 second. I am not adding my own code just to avoid confusion.
Lets say I wanna send the user's current time after every 5 sec to the database.
I am using PostgreSQL 9.1, JSP, JSTL tag library. Hope this is clear.
Thx
Zia