On my web project I have a JSP page. In that JSP page there should be a DataGridView to show the data's from my database. Now how can I do this? How can I run servlet, process the data, pass it to JSP and then the data can be shown by using JSTL tags.
Please help me. Thanks in advance.