Re: Creating HTML files from Java accessing Oracle

From: FlameDance (FlameDance_at_gmx.de)
Date: 06/23/04


Date: Wed, 23 Jun 2004 23:45:53 +0200

I bought O'Reilley's Java Servlet Cookbook, installed Tomcat Apache
instead of the Oracle web server, and was happy within a few days.

DM schrieb:
> Hello folks,
> I have some queries that folks would like to have as HTML reports. At
> first I tried Oracle Reports but it's HTML output seems really poor
> and not 508 compliant which is an issue for us. I'd like to use JAVA
> (I use Jdev as my IDE right now.) but was hoping someone might have
> some insight on the best way to tackle this. I guess I am looking for
> methods that would make things easier rather than just outputting
> print commands line by line. :)
>
> Thanks folks...