Looking for a reporting engine for your java platform? Windward’s powerful java engine is exactly what you’re looking for. It’s easy to get started with Windward Reports, many times requiring just 3 lines of code. Create an instance of a report object, passing it the report template as a stream. Call the object once for each datasource. You can mix XML, SQL, and your own custom datasources. XML datasources are passed as a stream or Node. SQL is passed as a set of connection parameters or a Connection object.
Features of Java Reporting Engine
- The XML/XPath datasource uses dom4j & jaxen. Very fast and full XPath 1.0 support.
- The SQL datasource uses JDBC.