Displaying oracle table in jsp as a html table  
Author Message
Sameer





PostPosted: 2007-10-26 20:29:00 Top

java-programmer, Displaying oracle table in jsp as a html table Dear All,
Is there any custom tag, procedure, any mechanism which will let me
put the html code to display the table rows from Oracle database table
into a JSP page?

Any procedure which accepts some parameters like table name, database
connection url, database username, password etc. and display the table
data in a web page?

-Sameer

 
Lew





PostPosted: 2007-10-26 21:17:00 Top

java-programmer >> Displaying oracle table in jsp as a html table Sameer wrote:
> Dear All,
> Is there any custom tag, procedure, any mechanism which will let me
> put the html code to display the table rows from Oracle database table
> into a JSP page?
>
> Any procedure which accepts some parameters like table name, database
> connection url, database username, password etc. and display the table
> data in a web page?

Java Server Faces (JSF).
<http://java.sun.com/javaee/5/docs/tutorial/doc/bnarf.html#bnarz>

Java Server Pages Standard Tag Library (JSTL).
<http://java.sun.com/javaee/5/docs/tutorial/doc/bnald.html>

--
Lew