Hi,
What is the most efficient way to display data in JSP from database(mysql).
Which one is more efficient : jstl or scriplet(using bean to connect to DB and returning resultset)??
Please Justify.
Discussions
Web tier: servlets, JSP, Web frameworks: Fetching data: to use jstl or buisness bean in scriplet
-
Fetching data: to use jstl or buisness bean in scriplet (1 messages)
- Posted by: Ravi Patil
- Posted on: June 13 2005 02:54 EDT
Threaded Messages (1)
- Fast Lane Reader by Sowmya Sridhar on June 20 2005 10:07 EDT
-
Fast Lane Reader[ Go to top ]
- Posted by: Sowmya Sridhar
- Posted on: June 20 2005 10:07 EDT
- in response to Ravi Patil
Use a Rowset to get the data from the database. Not sure whether mysql supports it or not. Use the display tag library to display the data in tables with the paging/sorting etc.