JSP - Java Server Pages, code generated Java Server
Applets created from HTML like pages that contain script tags that contain
Java code.
I have built only one JSP web site I wanted to see what you could do
with it. I like it, I like it a lot, unlike ASP that requires me to script
in Basic, JSP has me scripting in Java with instant access to beans,
very nice.
- I built a photo gallery for the family web site that I manage. It
allows easy access to hundreds of pictures without lengthy pages of
thumbnails. Users can search by people in the pictures, titles of
pictures, add pictures and even help identify pictures that have not
yet had titles attached. In addition to the mostly individual pictures
I have massive group photos going back 20 years in which the JSP code
makes rollovers for every person in the photo and links to their 'picture
page'. Finally I have a section that contains years of family correspondences
that are indexed on a number of traits to easily allow users to locate
letters about a particular relative or family.