Деталі електронної книги

JasperReports 3.5 for Java Developers

JasperReports 3.5 for Java Developers

David R Heffelfinger, David R. Heffelfinger, Teodor Danciu

Eлектронна книга
Do you want to create easily understood, professional, and powerful reports from disordered, scattered data using a free, open source Java class library? If your answer is yes, this book on JasperReports is what you are looking for. JasperReports is the world's most popular embeddable Java open source reporting library, providing Java developers with the power to easily create rich print and web reports.
The book has been fully updated to use JasperReports 3.5, the latest version of JasperReports. Previously accepted techniques that have now been deprecated have been replaced with their modern counterparts. All examples in the book have been updated to use XML schemas for report templates. Coverage of new data sources that JasperReports now supports has been added to the book. Additionally, JasperReports can now export reports to even more formats than before and exporting reports to these new formats is covered in this new edition of the book.
This book shows you exactly how to get started, and develop the skills to get the most from JasperReports. It introduces you to the latest version of JasperReports, and gets you creating complex and elegant reports.
The book steers you through each point of report setup, to creating, designing, formatting, and exporting reports with data from a wide range of data sources, and integrating JasperReports with other Java frameworks.
Starting with the basics of adding reporting capabilities to your application and creating report templates, you will first see how to produce your reports through the use of JRXML files, custom ANT targets, and then preview them in both the web browser and the native browser of JasperReports.
Getting data into your reports is the next step, and you will see how to get data from a range of data sources, not only databases, but XML files, and Java Objects, among others.
You will create better looking reports with formatting and grouping, as well as adding graphical elements to your reports. You will export your reports to a range of different formats, including PDF and XML.
Creating reports will be made even easier with a walkthrough of the iReport Designer visual designing tool. To round things off, you will see how to integrate your reports with other Java frameworks, using Spring or Hibernate to get data for the report, and Java Server Faces or Struts for presenting the report.
All examples have been updated to use XML schemas. New export formats, such as OpenDocument Text, and new data sources now supported by JasperReports are now covered in this updated edition.
  • JasperReports 3.5 for Java Developers
    • Table of Contents
    • JasperReports 3.5 for Java Developers
    • Credits
    • About the Author
    • About the Reviewers
    • Preface
      • What this book covers
      • What you need for this book
      • Who this book is for
      • Conventions
      • Reader feedback
      • Customer support
        • Errata
        • Piracy
        • Questions
    • 1. An Overview of JasperReports
      • A brief history of JasperReports
      • What exactly is JasperReports?
      • The features of JasperReports
        • Flexible report layout
        • Multiple ways to present data
        • Multiple ways to supply data
        • Multiple datasources
        • Watermarks
        • Subreports
        • Exporting capabilities
      • Class library dependencies
      • Typical workflow
      • Where to get help
      • Summary
    • 2. Adding Reporting Capabilities to our Java Applications
      • Downloading JasperReports
        • Setting up our environment
      • JasperReports class library
        • Required libraries for report compilation
          • Apache Commons
            • Apache Commons Digester
            • Apache Commons Collections
            • Apache Commons Logging
            • Apache Commons BeanUtils
        • Optional libraries and tools
          • Apache ANT
          • JDT compiler
          • JDBC driver
          • iText
          • JFreeChart
          • JExcelApi
      • Summary
    • 3. Creating your First Report
      • Creating a JRXML report template
        • Previewing the XML report template
      • Creating a binary report template
        • Compiling a JRXML template programmatically
        • Previewing the compiled report template
        • Compiling a JRXML template through ANT
      • Generating the report
        • Viewing the report
        • Displaying reports in a web browser
      • Elements of a JRXML report template
        • <property>
        • <import>
        • <template>
        • <style>
        • <subDataset>
        • <parameter>
        • <queryString>
        • <field>
        • <sortField>
        • <variable>
        • <filterExpression>
        • <group>
          • <background>
        • <title>
        • <pageHeader>
        • <columnHeader>
        • <detail>
        • <columnFooter>
        • <pageFooter>
          • <lastPageFooter>
        • <summary>
        • <noData>
      • Summary
    • 4. Creating Dynamic Reports from Databases
      • Database for our reports
      • Generating database reports
        • Embedding SQL queries into a report template
        • Generating the report
        • Modifying a report query through report parameters
        • Database reporting through a datasource
        • A comparison of database report methods
      • Summary
    • 5. Working with Other Datasources
      • Empty datasources
      • Map datasources
      • Java objects as datasources
      • TableModels as datasources
      • XML datasources
      • CSV datasources
      • Custom datasources
        • Writing a custom JRDataSource implementation
        • Using the custom JRDataSource implementation
      • Summary
    • 6. Report Layout and Design
      • Controlling report-wide layout properties
      • Setting text properties
        • Styles
          • Reusing styles through style templates
          • Setting text style for individual report elements
            • Using markup to style text
              • Styled text
              • HTML
              • Rich Text Format
      • Setting a reports background
      • Report expressions
      • Adding multiple columns to a report
        • Final notes about report columns
      • Grouping report data
      • Report variables
        • Built-in report variables
      • Stretching text fields to accommodate data
      • Laying out report elements
        • Setting the size and position of a report element
      • Setting common element properties
      • Hiding repeated values
      • Subreports
      • Summary
    • 7. Adding Charts and Graphics to Reports
      • Adding geometrical shapes to a report
        • Adding lines to a report
        • Adding rectangles to a report
        • Adding ellipses to a report
      • Adding images to a report
        • Attributes of the <image> element
          • evaluationTime
          • evaluationGroup
          • hAlign
          • vAlign
          • IsLazy
          • isUsingCache
          • onErrorType
      • Adding charts to a report
        • Attributes of the <chart> element
          • customizerClass
          • evaluationGroup
          • evaluationTime
          • isShowLegend
        • Chart customization
        • Chart datasets
          • Attributes of the <dataset> element
            • incrementType
            • incrementGroup
            • resetType
            • resetGroup
        • Plotting charts
          • Attributes of the <plot> element
            • backcolor
            • backgroundAlpha
            • foregroundAlpha
            • orientation
        • Pie charts
        • Bar charts
        • XY line charts
        • Other types of charts
      • Summary
    • 8. Other JasperReports Features
      • Report localization
      • Scriptlets
      • Crosstabs
        • Crosstab subelements
          • <columnGroup>
          • <crosstabCell>
          • <crosstabDataset>
          • <crosstabParameter>
          • <measure>
          • <parametersMapExpression>
          • <reportElement>
          • <rowGroup>
          • <whenNoDataCell>
      • Subdatasets
      • Adding hyperlinks and anchors to reports
        • Turning chart items into hyperlinks
        • Bookmarks
      • Handling very large reports
      • Summary
    • 9. Exporting to Other Formats
      • Exporting overview
      • Exporting to PDF
      • Exporting to RTF
      • Exporting to ODT
      • Exporting to Excel
      • Exporting to HTML
      • Exporting to XML
      • Exporting to CSV
      • Exporting to plain text
      • Directing HTML reports to a browser
      • Summary
    • 10. Graphical Report Design with iReport
      • Obtaining iReport
      • Setting up iReport
      • Creating a database report in record time
        • Tweaking the generated report
      • Creating a report from scratch
      • Creating more elaborate reports
        • Adding images to a report
        • Adding multiple columns to a report
        • Grouping report data
        • Adding charts to a report
      • Help and support
      • Summary
    • 11. Integrating JasperReportswith Other Frameworks
      • Integrating JasperReports with Hibernate
      • Integrating JasperReports with JPA
      • Integrating JasperReports with Spring
      • Integrating JasperReports with JSF
      • Integrating JasperReports with Struts
      • Summary
    • Index
  • Назва: JasperReports 3.5 for Java Developers
  • Автор: David R Heffelfinger, David R. Heffelfinger, Teodor Danciu
  • Оригінальна назва: JasperReports 3.5 for Java Developers.
  • ISBN: 9781847198099, 9781847198099
  • Дата видання: 2009-08-13
  • Формат: Eлектронна книга
  • Ідентифікатор видання: e_3bll
  • Видавець: Packt Publishing