Silhouette
Write applications, not infrastructure
Java Framework Web Application
Overview
Features
Functionality
Requirements
Installation
Architecture
Java Doc
Taglib Doc
Download



Functionality



User handling and security

Silhouette provides full password-protected areas for system administration. A feature-rich, easily extensible administration skeleton is also provided with Silhouette.

login.gif


Context-sensitive help

A page-level help framework is provided with Silhouette. Help pages are JSP pages, so have more flexibility than static HTML help pages.

help.gif


System information and graphs

Information is provided about the Java virtual machine, and graphs of free memory and threads are provided.

systemInformationSummary.gif

freeMemoryGraph.gif


Log file viewer

A generic file viewer with paging and page navigation is provided with Silhouette. This is implemented as a log file viewer - specify the logfile directory and Silhouette takes care of the rest.

logFileViewer.gif


Database table information

Obtain information about any table in a JDBC-accessible database.

databaseInfo.gif


Generic database create/update/delete

Silhouette provides generic create/update/delete functionality for any JDBC-accessible database.

databaseEdit.gif