Displaying oracle table in jsp as a html table

S

Sameer

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
 
L

Lew

Sameer said:
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>
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Members online

Forum statistics

Threads
473,755
Messages
2,569,535
Members
45,007
Latest member
obedient dusk

Latest Threads

Top