| Author |
Retrieve data from databse using servlet and pass it on to ajax (jsp)
|
Manas Saxena
Ranch Hand
Joined: Mar 01, 2013
Posts: 34
|
|
I am working on creating a social networking website using java tech only.
I want that whenever a user posts something it should get stored in database and then retrieved from there and displayed on the page without refresh.
Please tell me if you need to see my code
I am not posting it because there are some additional functionalities in the code too like retrieving all previously posted data.
|
 |
Bear Bibeault
Author and ninkuma
Marshal
Joined: Jan 10, 2002
Posts: 56191
|
|
|
You will need to use Ajax and JavaScript in addition to Java to achieve this.
|
[Smart Questions] [JSP FAQ] [Books by Bear] [Bear's FrontMan] [About Bear]
|
 |
 |
|
|
subject: Retrieve data from databse using servlet and pass it on to ajax (jsp)
|
|
|