The Artima Developer Community
Sponsored Link

Java Answers Forum
Building reports

3 replies on 1 page. Most recent reply: Jun 26, 2002 1:14 PM by Robert Price

Welcome Guest
  Sign In

Go back to the topic listing  Back to Topic List Click to reply to this topic  Reply to this Topic Click to search messages in this forum  Search Forum Click for a threaded view of the topic  Threaded View   
Previous Topic   Next Topic
Flat View: This topic has 3 replies on 1 page
keith

Posts: 1
Nickname: bobbassen
Registered: Jun, 2002

Building reports Posted: Jun 25, 2002 12:11 PM
Reply to this message Reply
Advertisement
I'm working on designing a reporting module that will create requested reports in PDF format that can be viewed or printed. We have a tool to generate the PDF called ITEXT. The goal is to make the formatting very flexible to avoid recompiling Java code when they want to modify a header or change a column name and to keep the formatting information in 1 place where several Web Servers can access them without restarting the servers (using Corba).

We have 10 different reports to create but they can choose various paremeter when viewing each report (date range, by family member, etc...).

I have reviewed several third party freeware tools such as JasperReports and DataVision. Just wondering if there are any tools out there that can help (that are free).

Thanks in advance for any help.


Charles Bell

Posts: 519
Nickname: charles
Registered: Feb, 2002

Re: Building reports Posted: Jun 25, 2002 4:15 PM
Reply to this message Reply
suggest you look at DOP and Cocoon at http://xml.apache.org/

Charles Bell

Posts: 519
Nickname: charles
Registered: Feb, 2002

Re: Building reports Posted: Jun 25, 2002 4:15 PM
Reply to this message Reply
Make that FOP and COCOON at http://xml.apache.org/

Robert Price

Posts: 2
Nickname: rob
Registered: Jun, 2002

Re: Building reports Posted: Jun 26, 2002 1:14 PM
Reply to this message Reply
I tried installing iText, but couldn't get it to work. Can u please pose installation instructions.

Thanks

Flat View: This topic has 3 replies on 1 page
Topic: a complicated question Previous Topic   Next Topic Topic: can I call a c++ function ?

Sponsored Links



Google
  Web Artima.com   

Copyright © 1996-2019 Artima, Inc. All Rights Reserved. - Privacy Policy - Terms of Use