I need to display a database table in jsp.

Now I have a session mean that contains a method to display all the data found in the database.

But now I do not know how to use it in jsp.

Any...