I'm creating a simple web site to display pictures that are contained in folders on my hard drive. My goal is to have a menu in the left frame with "links" to folders and the pictures will be displayed in the right frame. My question is what is the best design route to take? Should the object displaying the pictures be some sort of servlet? If so, how do you initialize the servlet to look in a specific directory when it is activated? Is it possible to do the whole thing in JavaScript? Would I want to? Will JSP work?
I guess my main question is what sort of object to use to do the actual retrieving and displaying of pictures from specified directories.
Bookmarks