How to show database table on a jsp page

HI, How to show a database table on a jsp page.for example :i have a table named loginwhich has two columns as id passwordhow can i show it on a jsp pagethanks
[222 byte] By [khan_vu2007a] at [2007-11-27 9:03:41]
# 1
If you use Oracle db, there is a table called ALL_TAB_COLUMNS. Query this table and show it.
skp71a at 2007-7-12 21:35:57 > top of Java-index,Enterprise & Remote Computing,Web Tier APIs...
# 2
This tutorial shows how to accomplish this.... http://www.netbeans.org/kb/55/vwp-databoundcomponents.htmlregards
cplmckenziea at 2007-7-12 21:35:57 > top of Java-index,Enterprise & Remote Computing,Web Tier APIs...