|
Status: Released
This will is a framework for displaying reports via Java Servlets/JSPs. The idea is to provide some general database table structure and some canned Java classes so that anyone can create the tables in their database, populate some of the tables with their own SQL statements (these are the reports), put the Java classes in their classpath, and, viola!, have some slick looking reports output to a web browser, using whatever servlet/jsp engine they desire.
I ended up needing this for a PHP project I was working on, so it is currently implemented in PHP. It will be ported to Java whenever I have a Java project that needs the functionality.
|