How to display data in jsp from dao using java beans?

Hi

I need to display data in jsp pulling from dao using java beans, Please can anyone give me the sample application with above topics. Any help would be highly appreciated.

Thanks, Lissy.

View Answers

January 23, 2013 at 2:55 PM

hi friend, you can go through the following link JSP CRUD Application

hope this may helpful for you.

If you only need to fetch the data from database using dao you can see the code of listUser.jsp and the UserDao.java code for the corresponding dao method









Related Tutorials/Questions & Answers:
Advertisements