Image Fetch

Check ImagesAugust 2005
Built using Java Server Pages (JSP), this web application uses a 3rd party vendor’s Java API to retrieve checks and signature cards from the image archive. I developed all the backend code and designed the interface for this application.

Features

  • The backend Java code is completely seperate from the XHTML markup by using a custom JSP Tag Library. This allows content such as the FAQ to be updated without having to modify any backend Java code.
  • All application parameters are stored in an XML file which is parsed at runtime allowing other admins to make changes (such as database host or password) without my involvement.
  • Users can easily increase or decrease the font size to their liking. Changes are stored in a cookie and reflected each time they use the application.
  • XHTML compliant markup is compatible in all browsers and CSS for presentation allows for easy design changes.

Screenshots

Signature cards list
A list of available signature cards for an account.

Signature cards FAQ
Clicking a frequently asked question will show it’s answer.

Signature card Image
Viewing a signature card. The user can zoom the image in and out.