Results 1 to 5 of 5
- 03-06-2011, 04:12 PM #1
Member
- Join Date
- Aug 2010
- Posts
- 25
- Rep Power
- 0
Please help : handle database to jsp
hi all.....
i want handle some data from database to jsp , but i don't know which the best way to handle it .for example the data are : date ,time and light condition(on/off) .The data gonna be big data cause by the time data will increase .how to get/access the date into JSP ? use hash table ,vector or directly ...
hope some one can show me ,how to do this...
- 03-06-2011, 04:40 PM #2
- Join Date
- Sep 2008
- Location
- Voorschoten, the Netherlands
- Posts
- 11,380
- Blog Entries
- 7
- Rep Power
- 17
Tip #1: never let a jsp handle database communication. Use another Java class for that and let a servlet populate a, say, List, with the results and pass that to your jsp so it can concentrate on generating the html code so your results look nice when it arrives at the client.
kind regards,
JosWhen people rob a bank they get a penalty; when banks rob people they get a bonus.
- 03-06-2011, 05:03 PM #3
Member
- Join Date
- Aug 2010
- Posts
- 25
- Rep Power
- 0
thanks to Josah for your tips
in the java class ,is there must use hashtable /vector to get the data first ?and then show to client the data on hashtable .i mind there must have temp place to handle data or any others way...
- 03-06-2011, 05:06 PM #4
- Join Date
- Sep 2008
- Location
- Voorschoten, the Netherlands
- Posts
- 11,380
- Blog Entries
- 7
- Rep Power
- 17
When people rob a bank they get a penalty; when banks rob people they get a bonus.
- 03-07-2011, 11:19 AM #5
Moderator
- Join Date
- Apr 2009
- Posts
- 10,438
- Rep Power
- 16
Similar Threads
-
best way to handle db connection
By uthpalaw in forum Advanced JavaReplies: 11Last Post: 02-18-2011, 06:00 AM -
Access Database, Invalid Handle
By JonJacobs in forum JDBCReplies: 1Last Post: 08-13-2010, 05:54 PM -
About File handle...
By vaibhavspawar in forum New To JavaReplies: 6Last Post: 07-19-2010, 07:28 AM -
Handle sound
By varsamakos in forum AWT / SwingReplies: 4Last Post: 12-26-2009, 09:40 PM -
how to handle exceptions
By paty in forum Advanced JavaReplies: 2Last Post: 08-05-2007, 04:17 AM


LinkBack URL
About LinkBacks
Reply With Quote

Bookmarks