JSP Guestbook
By James Wright
JSP Guestbook is a guestbook using java server pages and java beans.
My JSP Guestbook has three pages. First, the admin page
lets the guestbook
administrator decide which entries to display and which entries to hide.
I plan to add an admin login and the ability to edit entries at a later date.
Second, the sign guestbook page allows visitors to sign the guestbook.
To prevent abuse such as spam posting and profanity,
only test data can be entered at this time.
Third, the show guestbook page is used to show your guestbook
to visitors.
I plan to add pagination at a later date.
I hope you find my JSP Guestbook useful to your programming work. If you have
any comments or recommendations, please email me at JWright295@aol.com.
Thanks.
SOURCE CODE:
DBjw.java
Select.java
SendEmail.java
adminGuestbook.jsp
showGuestbook.jsp
signGuestbook.jsp
|