Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations IamaSherpa on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

reporting framework or tool

Status
Not open for further replies.

varocho

Programmer
Dec 4, 2000
238
US

Can anyone recommend a reporting framework or tool that has the following
features:

1. SQL statement separate from presentation
2. Output configurable with XML files
3. Input (prompting parameters) configurable with XML file
4. Paging through data predictable and efficient
5. Quick performance
6. Low on memory
7. Easy and quick development
8. CSV, Excel, Adobe, etc. formatting

?
 
Here are a couple of products:

- This free..and per the WebSite:
[ul]
[li]full on-screen print preview;[/li]
[li]data obtained via Swing's TableModel interface (making [li]it easy to print data directly from your application);[/li]
[li]XML-based report definitions; [/li]
[li]output to the screen, printer or various export formats (PDF, HTML, CSV, Excel, plain text); [/li]
[li]complete source code included (subject to the GNU Lesser General Public Licence); [/li]
[li]extensive documentation in Acrobat PDF format, plus full Javadocs; [/li]
[/ul]

- Another free product..per WebSite:
JasperReports is a powerful report-generating tool that has the ability to deliver rich content onto the screen, to the printer or into PDF, HTML, XLS, CSV and XML files.

Crystal Reports - If you can spend some money....however I found it little diffcult working this product into my Java App.

- Never used this before - However come across it while doing a search on this topic.

Also another good product is Oracle Reports...
Hope this helps.
 
Hi,
We too had the same requirements and chose Jasper Reports for our project. Its easy and free as well. It has two Designer UI to design ur template : iReports and Jasper designer. ireports was much much better than jasper designer

We also considered Jreport and Report mill, but they were overkill considering the basic requirements for our project.
Thx
ShivA
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top