Report Engine 0.2 FAQ
Home Page
Question 1 What is ... this ?
Question 2 What is a report ?
1. What is ... this ?
This is an opensource library for reports written in java.
Some of the features of this java reports library are:
- Easy to use and understand - you only need 5 minutes to undertand and make a simple report
- Reliable design - obtained by segregation of the the main layers : Input - Algorithm - Output
- Superior speed - compared with orther products of this kind, ReportEngine relies on very fast algorithms
- No precompilation - you don't have to lose your precious time precompiling.
The engine only needs
a basic configuration which can be done via its setter methods.
The author of this project is Dragos Balan.
2. What is a report ?
A report is a way of showing data in a formatted manner
Reportengine Main Page