Amy's Devblog

A blog containing information on all my work/education projects.

Thursday, January 12, 2006

ESIWEB admin tools

I added a new administrative tool to the employee section of the ESIWEB application. This tool gives an admin user the capability to add a new Work Ethic Award winner, or edit an existing winner. The tool retrieves all existing winner information saved in the CMS and creates an array of beans representing the data. The JSP page uses the array to display a list of winners. The user can select an existing winner to edit his/her information, or click a link to add a new winner. Form submissions go to a servlet which handles updating an existing winner's node in CMS, or adding a new node if a new winner was added. The winner information includes text properties, such as date and description, and a picture of the winner. The html form uses a content type of multipart so the user can upload an image.

0 Comments:

Post a Comment

<< Home