| Author |
ssl in JSP and more
|
chinedu efoagui
Ranch Hand
Joined: Feb 11, 2003
Posts: 167
|
|
hello ranchers,well i have finished build this web application all that is left is the administration section of it. which i need to secure against unauthorised users so question 1 how do i implement secure socket layer on those resourses that are not servlets or even servlets,JSP,html and so forth question 2 also i will like to know how to implement search paging in jsp. where if you want 10 results to appear on each page out of say 50 results how do you do that with code please cause i have a dbBean that gets the search results from the database and store them in an arrayList from there what next come help please
|
--One learns a lot during a lesson but seeing is not enough,you must do;knowing is not enough ,you must apply--<br />SCJP 1.4,SCBCD,SCEA part 1,OCM JEE Enterprise Architect.
|
 |
Stephen Huey
Ranch Hand
Joined: Jul 15, 2003
Posts: 618
|
|
Are you doing this in Tomcat? Is this a school assignment? If so, you should figure it out on your own. If not, try Google! When you get a ResultSet from a database, all you have to do is iterate through those results and store them in whatever data structure you need to (a List?) before you're ready to display them.
|
 |
chinedu efoagui
Ranch Hand
Joined: Feb 11, 2003
Posts: 167
|
|
thanks but this is not a school. anyway i have an arraylist already could i get sample code please. ps. the hyperlinks have to be self submitting right??
|
 |
 |
|
|
subject: ssl in JSP and more
|
|
|