SlideShare ist ein Scribd-Unternehmen logo
1 von 5
Downloaden Sie, um offline zu lesen
Product
                                                                                         Datasheet




Actuate Business Intelligence
and Reporting Tools (BIRT)

Eclipse’s BIRT project is a flexible, open source, and 100% pure Java reporting tool
for building and publishing reports against data sources ranging from typical
business relational databases, to XML data sources, to in-memory Java objects. BIRT
is developed as a top-level project within the Eclipse Foundation and leverages the
rich capabilities of the Eclipse platform and a very active open source community
of users. Using BIRT, developers of all levels can incorporate powerful reporting into
their Java, J2EE and Eclipse-based applications.
Product Datasheet:  Actuate Business Intelligence and Reporting Tools (BIRT)




Introduction                                                          Report Designer
                                                                      Application development with BIRT starts with the
Actuate BIRT is a commercial offering based on open                   Actuate BIRT Report Designers. These Eclipse-based
source BIRT and benefits from the rich capabilities                   interface offers an HTML page-oriented design
of the Eclipse platform and a very active community                   metaphor (similar to Adobe Dreamweaver and other
of users. Actuate BIRT provides the convenience of                    HTML editors) to build reports that are intuitive to
a one-button install, and support for production                      create and integrate easily into web applications.
deployments via the purchase of Actuate-backed                        Actuate BIRT provides two flavors of designers:
indemnification, maintenance, professional services                   Actuate BIRT Report Designer Professional which is a
and support.                                                          plug-in for the Eclipse IDE, and Actuate BIRT Report
BIRT has two main components: a report designer                       Designer which is a Rich Client Platform (RCP) version
based on Eclipse, and a runtime component that                        that offers a simplified interface without a need for
you can use to integrate BIRT reports into your                       the additional perspectives available in the standard
application. BIRT also has a charting engine that                     Eclipse platform.
lets you include charts in your BIRT reports or add                   Key components of the designers include:
standalone charting capabilities to Java applications.
                                                                      ·	 Data Explorer – Manages your data sources
All BIRT components are entirely open source and
                                                                         (connections) and data sets (queries).
available for download from
                                                                      ·	 Layout View – WYSIWYG editor that provides drag
http://www.eclipse.com/birt.
                                                                         and drop creation of the presentation portion of your
                                                                         report.
                                                                      ·	 Report Item Palette – A palette with a rich set of
                                                                         visual elements such as containers (tables, grids, and
                                                                         lists), labels and others.
                                                                      ·	 Expression Builder – Provides an interface to create
                                                                         calculated fields, format existing ones or perform
                                                                         other data-oriented calculations.
                                                                      ·	 Styles – Imports CSS style sheets, creates and
                                                                         manages styles for consistent formatting.
                                                                      ·	 Property Editor – Presents the most commonly used
                                                                         properties in a convenient format that makes editing
                                                                         quick and easy.




                                                                                                 BIRT Reporting Framework
                                                                                                                                  2
Product Datasheet:  Actuate Business Intelligence and Reporting Tools (BIRT)




·	 Report Preview – Allows you to test your report at any             Using the Servers view, the developer can easily
   time with real data.                                               deploy reports to an Actuate iServer instance.
·	 Code Editor – Edits custom business logic in Java or               Actuate Information Objects can be treated as data
   JavaScript to be executed during data access, report               sources in Actuate BIRT reports. Additionally, the
   generation, or viewing.                                            designer products include JDBC drivers that connect
·	 Chart Editor – Defines and formats charts and their                to commercial RDBMS’s such as Oracle and DB2
   accompanying legends and axes.                                     amongst others.
·	 Outline – Provides a compact overview of your entire
   report structure.                                                  Report Design File
·	 Cheat Sheets – Offer step-by-step instruction on                   The report design file, as expressed by the BIRT
   commonly performed tasks to shorten the 	                          Report Object Model (ROM), is the key design
   learning curve.                                                    “artifact” associated with a report. It contains the
·	 Report Libraries – Archives of commonly used report                elements that make up a report, including visual
   items are shared amongst report developers to speed                design components such as a table or an image and
   report design.                                                     other non-visual items such as report parameters,
·	 Report Templates – Common report types and                         formatting styles and data sources.
   layouts ease report design.                                        The designer allows the user to define these
·	 Paging and TOC – Interactive viewer enables paging                 elements, the design file stores the elements in an
   and table of contents to ease viewing of large reports.            XML format adhering to the ROM, and the report
·	 Report Parameters – Dynamic and cascading                          engine interprets the elements to produce a report
   parameters tailor a report’s output based on end 	                 document as output.
   user input.
·	 XML Editor – Advanced developers can directly edit                 Report Engine and the BIRT Viewer
   the XML report design file.                                        The BIRT report engine API allows you to integrate
·	 Servers – Defines connection profiles for one or more              the run-time part of BIRT into your application as
   Actuate iServer instances. Deploying reports is easy               a set of POJOs (Plain Old Java Objects). The engine
   from the designers.                                                enables you to discover the parameters defined for
                                                                      a report and get their default values, incorporate
Designing Actuate BIRT Reports for the Enterprise
                                                                      included images or charts, retrieve needed data
Designing Actuate BIRT reports for the                                and transform it as necessary and, finally, render
enterprise requires:                                                  the report in HTML or PDF. Report execution also
·	 A deployment architecture that is scalable enough                  encompasses execution of any custom business logic
   to serve 100% of the user population throughout the                associated with the report that is written in JavaScript
   enterprise and beyond                                              or Java.
·	 An enterprise wide common data model and access                    The report engine is typically deployed in existing
   to disparate sources of information from multiple,                 Java applications. Application context can be
   disparate data sources with different data structures              passed in to the engine data access layer to
   and terminology                                                    support connection pooling and checking security
Actuate iServer provides an unsurpassed reporting                     credentials. The report engine is optimized to handle
platform in terms of scalability for the enterprise.                  any size of data sets, from very small to very large, via
Actuate Information Objects address the ultimate                      a combination of in memory and disk caching. This
challenge in the Business Intelligence market today                   ensures that report generation does not consume all
for integrating data for access in real-time and                      available memory, even for large data sets.
simplifying access to this data.




                                                                                                                                  3
Product Datasheet:  Actuate Business Intelligence and Reporting Tools (BIRT)




Included with the BIRT distribution is a sample                       Actuate iServer is an enterprise class reporting
report viewer. It is used within the report designer                  application platform that supports the needs of
for the preview operation and serves as sample code                   sharing information with all users in an enterprise.
demonstrating the use of the Report Engine API                        Actuate iPortal is built so that it can easily scale up
(REAPI). The viewer presents a simple user interface                  to thousands of users or easily upgrade to Actuate
in a Java application to prompt for report parameters                 iServer if future requirements dictate the need for
prior to report execution via the BIRT report engine API.             an enterprise class reporting application platform.
                                                                      iPortal seamlessly handles access by multiple users,
Integrating Actuate BIRT Reports in                                   together with the inherent complexity of managing
Java Applications                                                     resource utilization and transient storage. Scalability
Forward thinking projects recognize that including                    enables more economical infrastructure.
a built-in report delivery portal requires more than
simply designing a BIRT report and calling the                        Chart Engine
appropriate reporting engine API function calls to                    The chart engine provides a rich business chart
generate it as demonstrated by the BIRT Viewer                        generation capability to be used standalone or
sample application. At the most basic level, the                      invoked from the report engine. The chart engine
proper application infrastructure must exist from                     supports creation of pie, bar, line, scatter, stock
which to host and run BIRT. Once established, the                     and meter charts, all of which can be rendered in
do-it-yourself developer can indeed, feed a pre-built                 the following graphic formats: 8-bit images, 24-
BIRT report design to the BIRT engine using API calls                 bit images, SWT graphics (GC), SWING graphics
to generate a report. But from here, the work is not                  (Graphics2D) and SVG. For reports, chart design is
finished. The report design, and its resulting report                 fully integrated into the report design experience.
files must be stored, and the virtual representation of
the report must be integrated and presented to the                    Design Engine API
application user. These are easy steps, which require                 The BIRT Design Engine API (DEAPI) enables the
simple knowledge of the file system structure, an                     programmatic creation or modification of report
understanding of the portal presentation layer and                    designs and also provides for interrogation of report
a little planning in order to successfully provide a                  elements and semantic checking.
report from the application.
                                                                      Extensibility
Actuate iPortal is an out-of-the-box, J2EE, standards-
                                                                      BIRT is more than a reporting tool; it is an extensible
based report delivery portal. iPortal provides an
                                                                      reporting framework. As such, it provides a number
easy to use web interface from which to generate
                                                                      of extension points to support application-specific
and manage report content created with Actuate
                                                                      and general-purpose modifications. These include:
BIRT Designer. iPortal is an integral member of the
Collaborative Reporting Architecture which brings                     ·	 The Open Data Access (ODA) framework, which
both open source technology and principles to                            enables the addition of new data sources to BIRT. It
reporting applications including participation,                          provides for both a runtime driver and a design time
iterative development and modularity. Access to all                      user interface.
Actuate content is offered with AJAX interactivity and                ·	 Custom scripting to incorporate complex and/or
is available though standard JSR-168 portlets. iPortal                   application specific business logic into report designs.
can embed directly into existing Java applications                    ·	 APIs that permit the introduction of new visual
to provide reporting and printing capabilities, it can                   components into reports and new attributes for
deployed by itself as a workgroup reporting server,                      existing components.
and it can be configured in conjunction with the                      ·	 Pluggable architecture for incorporating custom
Actuate iServer to support enterprise deployments.                       charts and new graphic formats into the charting
                                                                         engine.


                                                                                                                                    4
Product Datasheet:  Actuate Business Intelligence and Reporting Tools (BIRT)




·	 A flexible engine which provides the capability to
   create completely new report output formats such as
   SVG, RTF and many more.

Internationalization
BIRT is Unicode enabled, and supports creation of
reports in any locale. The list of languages supported
include German, Spanish, French, Italian, Japanese,
Korean, Brazilian Portuguese, Traditional Chinese
and Simplified Chinese, Czech, Hungarian, Polish and
Russian, Danish, Dutch, Finnish, Greek, Norwegian,
Portuguese, Swedish and Turkish, Arabic and Hebrew.

Support and Services
Actuate BIRT provides an enterprise reporting
platform that enables 100% adoption by employees
of an organization. This improves operational
effectiveness and efficiency at an affordable price.
Technology by itself is not enough for deployment
within mission-critical applications. Comprehensive
support and services are crucial. Actuate BIRT is
backed by world-class support and services from
Actuate Corporation, the steward of the Eclipse BIRT
project. Plan levels include Basic, Bronze, Silver, Gold,
and Platinum.
In order to ensure that its customers are successful,
the Actuate e.Services organization offers valuable
consulting services. These are based on:
·	 An in-depth knowledge and expertise of Actuate BIRT
·	 Best practices derived from the collective experience
   of over one thousand implementations and
   engagements
·	 Domain expertise with Business Intelligence and
   Reporting solutions that cut across functions and
   industries
·	 Reusable knowledge capital
The Actuate BIRT Fast Start package enables
customers who wish to utilize Actuate BIRT to
quickly and effectively develop a pilot reporting
application with targeted assistance from Actuate’s
e.Services organization.




                                              Actuate Corporation              Tel: (888) 422-8828
                                              2207 Bridgepointe Parkway        Web: http://www.actuate.com
                                              Suite 500                                                      5
                                              San Mateo, CA 94404

Weitere Àhnliche Inhalte

Mehr von Actuate Corporation

Value-added BIRT-based Actuate products for IBM Tivoli COmmon Reporting Initi...
Value-added BIRT-based Actuate products for IBM Tivoli COmmon Reporting Initi...Value-added BIRT-based Actuate products for IBM Tivoli COmmon Reporting Initi...
Value-added BIRT-based Actuate products for IBM Tivoli COmmon Reporting Initi...Actuate Corporation
 
Facts about IBM MaximoÂź Asset
Facts about IBM MaximoÂź AssetFacts about IBM MaximoÂź Asset
Facts about IBM MaximoÂź AssetActuate Corporation
 
Actuate Enterprise Reporting Solutions
Actuate Enterprise Reporting SolutionsActuate Enterprise Reporting Solutions
Actuate Enterprise Reporting SolutionsActuate Corporation
 
Eclipse Business Intelligence and Reporting Tools [BIRT] Project
Eclipse Business Intelligence and Reporting Tools [BIRT] ProjectEclipse Business Intelligence and Reporting Tools [BIRT] Project
Eclipse Business Intelligence and Reporting Tools [BIRT] ProjectActuate Corporation
 
Case Study: Union Gets Interactive with BIRT
Case Study: Union Gets Interactive with BIRTCase Study: Union Gets Interactive with BIRT
Case Study: Union Gets Interactive with BIRTActuate Corporation
 
Case Study: Retail Bookstore Chain Depends on BIRT for Sales Analysis
Case Study: Retail Bookstore Chain Depends on BIRT for Sales AnalysisCase Study: Retail Bookstore Chain Depends on BIRT for Sales Analysis
Case Study: Retail Bookstore Chain Depends on BIRT for Sales AnalysisActuate Corporation
 
Case Study: Sanitation Department Cleans Up with BIRT
Case Study: Sanitation Department Cleans Up with BIRTCase Study: Sanitation Department Cleans Up with BIRT
Case Study: Sanitation Department Cleans Up with BIRTActuate Corporation
 
Case Study: Telecom Provider Leverages Actuate to Drive Sales Performance and...
Case Study: Telecom Provider Leverages Actuate to Drive Sales Performance and...Case Study: Telecom Provider Leverages Actuate to Drive Sales Performance and...
Case Study: Telecom Provider Leverages Actuate to Drive Sales Performance and...Actuate Corporation
 
Case Study: Energy Giant Relies on Actuate to Drive Mission-Critical Trading ...
Case Study: Energy Giant Relies on Actuate to Drive Mission-Critical Trading ...Case Study: Energy Giant Relies on Actuate to Drive Mission-Critical Trading ...
Case Study: Energy Giant Relies on Actuate to Drive Mission-Critical Trading ...Actuate Corporation
 
Case Study: BIRT One-stop Portal Drives Performance
Case Study: BIRT One-stop Portal Drives Performance Case Study: BIRT One-stop Portal Drives Performance
Case Study: BIRT One-stop Portal Drives Performance Actuate Corporation
 
Case Study: Actuate reporting solution earns its stripes at RAF
Case Study: Actuate reporting solution earns its stripes at RAFCase Study: Actuate reporting solution earns its stripes at RAF
Case Study: Actuate reporting solution earns its stripes at RAFActuate Corporation
 
Case Study: Johnson Controls Drives Global Continuous
Case Study: Johnson Controls Drives Global ContinuousCase Study: Johnson Controls Drives Global Continuous
Case Study: Johnson Controls Drives Global ContinuousActuate Corporation
 
Case Study: Voltas views dramatic shift toward transparency, alignment and dy...
Case Study: Voltas views dramatic shift toward transparency, alignment and dy...Case Study: Voltas views dramatic shift toward transparency, alignment and dy...
Case Study: Voltas views dramatic shift toward transparency, alignment and dy...Actuate Corporation
 
Case Study: How NASCO Lowered Costs and Shortened the Development Cycle with ...
Case Study: How NASCO Lowered Costs and Shortened the Development Cycle with ...Case Study: How NASCO Lowered Costs and Shortened the Development Cycle with ...
Case Study: How NASCO Lowered Costs and Shortened the Development Cycle with ...Actuate Corporation
 
How NASCO Lowered Costs and Shortened
How NASCO Lowered Costs and ShortenedHow NASCO Lowered Costs and Shortened
How NASCO Lowered Costs and ShortenedActuate Corporation
 
Northstar Bluescope Steel Maximo BIRT Case Study
Northstar Bluescope Steel Maximo BIRT Case StudyNorthstar Bluescope Steel Maximo BIRT Case Study
Northstar Bluescope Steel Maximo BIRT Case StudyActuate Corporation
 
ActuateOne Brochure: Game Changing Business Intelligence (BI)
ActuateOne Brochure: Game Changing Business Intelligence (BI)ActuateOne Brochure: Game Changing Business Intelligence (BI)
ActuateOne Brochure: Game Changing Business Intelligence (BI)Actuate Corporation
 

Mehr von Actuate Corporation (20)

Value-added BIRT-based Actuate products for IBM Tivoli COmmon Reporting Initi...
Value-added BIRT-based Actuate products for IBM Tivoli COmmon Reporting Initi...Value-added BIRT-based Actuate products for IBM Tivoli COmmon Reporting Initi...
Value-added BIRT-based Actuate products for IBM Tivoli COmmon Reporting Initi...
 
Facts about IBM MaximoÂź Asset
Facts about IBM MaximoÂź AssetFacts about IBM MaximoÂź Asset
Facts about IBM MaximoÂź Asset
 
Actuate Enterprise Reporting Solutions
Actuate Enterprise Reporting SolutionsActuate Enterprise Reporting Solutions
Actuate Enterprise Reporting Solutions
 
Eclipse Business Intelligence and Reporting Tools [BIRT] Project
Eclipse Business Intelligence and Reporting Tools [BIRT] ProjectEclipse Business Intelligence and Reporting Tools [BIRT] Project
Eclipse Business Intelligence and Reporting Tools [BIRT] Project
 
Actuate BIRT Studio
Actuate BIRT StudioActuate BIRT Studio
Actuate BIRT Studio
 
Case Study: Union Gets Interactive with BIRT
Case Study: Union Gets Interactive with BIRTCase Study: Union Gets Interactive with BIRT
Case Study: Union Gets Interactive with BIRT
 
Case Study: Retail Bookstore Chain Depends on BIRT for Sales Analysis
Case Study: Retail Bookstore Chain Depends on BIRT for Sales AnalysisCase Study: Retail Bookstore Chain Depends on BIRT for Sales Analysis
Case Study: Retail Bookstore Chain Depends on BIRT for Sales Analysis
 
Case Study: Sanitation Department Cleans Up with BIRT
Case Study: Sanitation Department Cleans Up with BIRTCase Study: Sanitation Department Cleans Up with BIRT
Case Study: Sanitation Department Cleans Up with BIRT
 
Case Study: Telecom Provider Leverages Actuate to Drive Sales Performance and...
Case Study: Telecom Provider Leverages Actuate to Drive Sales Performance and...Case Study: Telecom Provider Leverages Actuate to Drive Sales Performance and...
Case Study: Telecom Provider Leverages Actuate to Drive Sales Performance and...
 
Case Study: Energy Giant Relies on Actuate to Drive Mission-Critical Trading ...
Case Study: Energy Giant Relies on Actuate to Drive Mission-Critical Trading ...Case Study: Energy Giant Relies on Actuate to Drive Mission-Critical Trading ...
Case Study: Energy Giant Relies on Actuate to Drive Mission-Critical Trading ...
 
Case Study: BIRT One-stop Portal Drives Performance
Case Study: BIRT One-stop Portal Drives Performance Case Study: BIRT One-stop Portal Drives Performance
Case Study: BIRT One-stop Portal Drives Performance
 
Case Study: Actuate reporting solution earns its stripes at RAF
Case Study: Actuate reporting solution earns its stripes at RAFCase Study: Actuate reporting solution earns its stripes at RAF
Case Study: Actuate reporting solution earns its stripes at RAF
 
Case Study: Johnson Controls Drives Global Continuous
Case Study: Johnson Controls Drives Global ContinuousCase Study: Johnson Controls Drives Global Continuous
Case Study: Johnson Controls Drives Global Continuous
 
Case Study: Voltas views dramatic shift toward transparency, alignment and dy...
Case Study: Voltas views dramatic shift toward transparency, alignment and dy...Case Study: Voltas views dramatic shift toward transparency, alignment and dy...
Case Study: Voltas views dramatic shift toward transparency, alignment and dy...
 
Case Study: How NASCO Lowered Costs and Shortened the Development Cycle with ...
Case Study: How NASCO Lowered Costs and Shortened the Development Cycle with ...Case Study: How NASCO Lowered Costs and Shortened the Development Cycle with ...
Case Study: How NASCO Lowered Costs and Shortened the Development Cycle with ...
 
How NASCO Lowered Costs and Shortened
How NASCO Lowered Costs and ShortenedHow NASCO Lowered Costs and Shortened
How NASCO Lowered Costs and Shortened
 
Northstar Bluescope Steel Maximo BIRT Case Study
Northstar Bluescope Steel Maximo BIRT Case StudyNorthstar Bluescope Steel Maximo BIRT Case Study
Northstar Bluescope Steel Maximo BIRT Case Study
 
Taleo Case Study
Taleo Case StudyTaleo Case Study
Taleo Case Study
 
Media 8 Case Study
Media 8 Case StudyMedia 8 Case Study
Media 8 Case Study
 
ActuateOne Brochure: Game Changing Business Intelligence (BI)
ActuateOne Brochure: Game Changing Business Intelligence (BI)ActuateOne Brochure: Game Changing Business Intelligence (BI)
ActuateOne Brochure: Game Changing Business Intelligence (BI)
 

KĂŒrzlich hochgeladen

Mastering MySQL Database Architecture: Deep Dive into MySQL Shell and MySQL R...
Mastering MySQL Database Architecture: Deep Dive into MySQL Shell and MySQL R...Mastering MySQL Database Architecture: Deep Dive into MySQL Shell and MySQL R...
Mastering MySQL Database Architecture: Deep Dive into MySQL Shell and MySQL R...Miguel AraĂșjo
 
Handwritten Text Recognition for manuscripts and early printed texts
Handwritten Text Recognition for manuscripts and early printed textsHandwritten Text Recognition for manuscripts and early printed texts
Handwritten Text Recognition for manuscripts and early printed textsMaria Levchenko
 
Partners Life - Insurer Innovation Award 2024
Partners Life - Insurer Innovation Award 2024Partners Life - Insurer Innovation Award 2024
Partners Life - Insurer Innovation Award 2024The Digital Insurer
 
Injustice - Developers Among Us (SciFiDevCon 2024)
Injustice - Developers Among Us (SciFiDevCon 2024)Injustice - Developers Among Us (SciFiDevCon 2024)
Injustice - Developers Among Us (SciFiDevCon 2024)Allon Mureinik
 
Data Cloud, More than a CDP by Matt Robison
Data Cloud, More than a CDP by Matt RobisonData Cloud, More than a CDP by Matt Robison
Data Cloud, More than a CDP by Matt RobisonAnna Loughnan Colquhoun
 
Driving Behavioral Change for Information Management through Data-Driven Gree...
Driving Behavioral Change for Information Management through Data-Driven Gree...Driving Behavioral Change for Information Management through Data-Driven Gree...
Driving Behavioral Change for Information Management through Data-Driven Gree...Enterprise Knowledge
 
Slack Application Development 101 Slides
Slack Application Development 101 SlidesSlack Application Development 101 Slides
Slack Application Development 101 Slidespraypatel2
 
🐬 The future of MySQL is Postgres 🐘
🐬  The future of MySQL is Postgres   🐘🐬  The future of MySQL is Postgres   🐘
🐬 The future of MySQL is Postgres 🐘RTylerCroy
 
08448380779 Call Girls In Diplomatic Enclave Women Seeking Men
08448380779 Call Girls In Diplomatic Enclave Women Seeking Men08448380779 Call Girls In Diplomatic Enclave Women Seeking Men
08448380779 Call Girls In Diplomatic Enclave Women Seeking MenDelhi Call girls
 
Boost PC performance: How more available memory can improve productivity
Boost PC performance: How more available memory can improve productivityBoost PC performance: How more available memory can improve productivity
Boost PC performance: How more available memory can improve productivityPrincipled Technologies
 
The 7 Things I Know About Cyber Security After 25 Years | April 2024
The 7 Things I Know About Cyber Security After 25 Years | April 2024The 7 Things I Know About Cyber Security After 25 Years | April 2024
The 7 Things I Know About Cyber Security After 25 Years | April 2024Rafal Los
 
Salesforce Community Group Quito, Salesforce 101
Salesforce Community Group Quito, Salesforce 101Salesforce Community Group Quito, Salesforce 101
Salesforce Community Group Quito, Salesforce 101Paola De la Torre
 
How to Troubleshoot Apps for the Modern Connected Worker
How to Troubleshoot Apps for the Modern Connected WorkerHow to Troubleshoot Apps for the Modern Connected Worker
How to Troubleshoot Apps for the Modern Connected WorkerThousandEyes
 
From Event to Action: Accelerate Your Decision Making with Real-Time Automation
From Event to Action: Accelerate Your Decision Making with Real-Time AutomationFrom Event to Action: Accelerate Your Decision Making with Real-Time Automation
From Event to Action: Accelerate Your Decision Making with Real-Time AutomationSafe Software
 
Developing An App To Navigate The Roads of Brazil
Developing An App To Navigate The Roads of BrazilDeveloping An App To Navigate The Roads of Brazil
Developing An App To Navigate The Roads of BrazilV3cube
 
Top 5 Benefits OF Using Muvi Live Paywall For Live Streams
Top 5 Benefits OF Using Muvi Live Paywall For Live StreamsTop 5 Benefits OF Using Muvi Live Paywall For Live Streams
Top 5 Benefits OF Using Muvi Live Paywall For Live StreamsRoshan Dwivedi
 
Neo4j - How KGs are shaping the future of Generative AI at AWS Summit London ...
Neo4j - How KGs are shaping the future of Generative AI at AWS Summit London ...Neo4j - How KGs are shaping the future of Generative AI at AWS Summit London ...
Neo4j - How KGs are shaping the future of Generative AI at AWS Summit London ...Neo4j
 
Finology Group – Insurtech Innovation Award 2024
Finology Group – Insurtech Innovation Award 2024Finology Group – Insurtech Innovation Award 2024
Finology Group – Insurtech Innovation Award 2024The Digital Insurer
 
Raspberry Pi 5: Challenges and Solutions in Bringing up an OpenGL/Vulkan Driv...
Raspberry Pi 5: Challenges and Solutions in Bringing up an OpenGL/Vulkan Driv...Raspberry Pi 5: Challenges and Solutions in Bringing up an OpenGL/Vulkan Driv...
Raspberry Pi 5: Challenges and Solutions in Bringing up an OpenGL/Vulkan Driv...Igalia
 
Exploring the Future Potential of AI-Enabled Smartphone Processors
Exploring the Future Potential of AI-Enabled Smartphone ProcessorsExploring the Future Potential of AI-Enabled Smartphone Processors
Exploring the Future Potential of AI-Enabled Smartphone Processorsdebabhi2
 

KĂŒrzlich hochgeladen (20)

Mastering MySQL Database Architecture: Deep Dive into MySQL Shell and MySQL R...
Mastering MySQL Database Architecture: Deep Dive into MySQL Shell and MySQL R...Mastering MySQL Database Architecture: Deep Dive into MySQL Shell and MySQL R...
Mastering MySQL Database Architecture: Deep Dive into MySQL Shell and MySQL R...
 
Handwritten Text Recognition for manuscripts and early printed texts
Handwritten Text Recognition for manuscripts and early printed textsHandwritten Text Recognition for manuscripts and early printed texts
Handwritten Text Recognition for manuscripts and early printed texts
 
Partners Life - Insurer Innovation Award 2024
Partners Life - Insurer Innovation Award 2024Partners Life - Insurer Innovation Award 2024
Partners Life - Insurer Innovation Award 2024
 
Injustice - Developers Among Us (SciFiDevCon 2024)
Injustice - Developers Among Us (SciFiDevCon 2024)Injustice - Developers Among Us (SciFiDevCon 2024)
Injustice - Developers Among Us (SciFiDevCon 2024)
 
Data Cloud, More than a CDP by Matt Robison
Data Cloud, More than a CDP by Matt RobisonData Cloud, More than a CDP by Matt Robison
Data Cloud, More than a CDP by Matt Robison
 
Driving Behavioral Change for Information Management through Data-Driven Gree...
Driving Behavioral Change for Information Management through Data-Driven Gree...Driving Behavioral Change for Information Management through Data-Driven Gree...
Driving Behavioral Change for Information Management through Data-Driven Gree...
 
Slack Application Development 101 Slides
Slack Application Development 101 SlidesSlack Application Development 101 Slides
Slack Application Development 101 Slides
 
🐬 The future of MySQL is Postgres 🐘
🐬  The future of MySQL is Postgres   🐘🐬  The future of MySQL is Postgres   🐘
🐬 The future of MySQL is Postgres 🐘
 
08448380779 Call Girls In Diplomatic Enclave Women Seeking Men
08448380779 Call Girls In Diplomatic Enclave Women Seeking Men08448380779 Call Girls In Diplomatic Enclave Women Seeking Men
08448380779 Call Girls In Diplomatic Enclave Women Seeking Men
 
Boost PC performance: How more available memory can improve productivity
Boost PC performance: How more available memory can improve productivityBoost PC performance: How more available memory can improve productivity
Boost PC performance: How more available memory can improve productivity
 
The 7 Things I Know About Cyber Security After 25 Years | April 2024
The 7 Things I Know About Cyber Security After 25 Years | April 2024The 7 Things I Know About Cyber Security After 25 Years | April 2024
The 7 Things I Know About Cyber Security After 25 Years | April 2024
 
Salesforce Community Group Quito, Salesforce 101
Salesforce Community Group Quito, Salesforce 101Salesforce Community Group Quito, Salesforce 101
Salesforce Community Group Quito, Salesforce 101
 
How to Troubleshoot Apps for the Modern Connected Worker
How to Troubleshoot Apps for the Modern Connected WorkerHow to Troubleshoot Apps for the Modern Connected Worker
How to Troubleshoot Apps for the Modern Connected Worker
 
From Event to Action: Accelerate Your Decision Making with Real-Time Automation
From Event to Action: Accelerate Your Decision Making with Real-Time AutomationFrom Event to Action: Accelerate Your Decision Making with Real-Time Automation
From Event to Action: Accelerate Your Decision Making with Real-Time Automation
 
Developing An App To Navigate The Roads of Brazil
Developing An App To Navigate The Roads of BrazilDeveloping An App To Navigate The Roads of Brazil
Developing An App To Navigate The Roads of Brazil
 
Top 5 Benefits OF Using Muvi Live Paywall For Live Streams
Top 5 Benefits OF Using Muvi Live Paywall For Live StreamsTop 5 Benefits OF Using Muvi Live Paywall For Live Streams
Top 5 Benefits OF Using Muvi Live Paywall For Live Streams
 
Neo4j - How KGs are shaping the future of Generative AI at AWS Summit London ...
Neo4j - How KGs are shaping the future of Generative AI at AWS Summit London ...Neo4j - How KGs are shaping the future of Generative AI at AWS Summit London ...
Neo4j - How KGs are shaping the future of Generative AI at AWS Summit London ...
 
Finology Group – Insurtech Innovation Award 2024
Finology Group – Insurtech Innovation Award 2024Finology Group – Insurtech Innovation Award 2024
Finology Group – Insurtech Innovation Award 2024
 
Raspberry Pi 5: Challenges and Solutions in Bringing up an OpenGL/Vulkan Driv...
Raspberry Pi 5: Challenges and Solutions in Bringing up an OpenGL/Vulkan Driv...Raspberry Pi 5: Challenges and Solutions in Bringing up an OpenGL/Vulkan Driv...
Raspberry Pi 5: Challenges and Solutions in Bringing up an OpenGL/Vulkan Driv...
 
Exploring the Future Potential of AI-Enabled Smartphone Processors
Exploring the Future Potential of AI-Enabled Smartphone ProcessorsExploring the Future Potential of AI-Enabled Smartphone Processors
Exploring the Future Potential of AI-Enabled Smartphone Processors
 

Actuate Business Intelligence and Reporting Tools (BIRT)

  • 1. Product Datasheet Actuate Business Intelligence and Reporting Tools (BIRT) Eclipse’s BIRT project is a flexible, open source, and 100% pure Java reporting tool for building and publishing reports against data sources ranging from typical business relational databases, to XML data sources, to in-memory Java objects. BIRT is developed as a top-level project within the Eclipse Foundation and leverages the rich capabilities of the Eclipse platform and a very active open source community of users. Using BIRT, developers of all levels can incorporate powerful reporting into their Java, J2EE and Eclipse-based applications.
  • 2. Product Datasheet: Actuate Business Intelligence and Reporting Tools (BIRT) Introduction Report Designer Application development with BIRT starts with the Actuate BIRT is a commercial offering based on open Actuate BIRT Report Designers. These Eclipse-based source BIRT and benefits from the rich capabilities interface offers an HTML page-oriented design of the Eclipse platform and a very active community metaphor (similar to Adobe Dreamweaver and other of users. Actuate BIRT provides the convenience of HTML editors) to build reports that are intuitive to a one-button install, and support for production create and integrate easily into web applications. deployments via the purchase of Actuate-backed Actuate BIRT provides two flavors of designers: indemnification, maintenance, professional services Actuate BIRT Report Designer Professional which is a and support. plug-in for the Eclipse IDE, and Actuate BIRT Report BIRT has two main components: a report designer Designer which is a Rich Client Platform (RCP) version based on Eclipse, and a runtime component that that offers a simplified interface without a need for you can use to integrate BIRT reports into your the additional perspectives available in the standard application. BIRT also has a charting engine that Eclipse platform. lets you include charts in your BIRT reports or add Key components of the designers include: standalone charting capabilities to Java applications. · Data Explorer – Manages your data sources All BIRT components are entirely open source and (connections) and data sets (queries). available for download from · Layout View – WYSIWYG editor that provides drag http://www.eclipse.com/birt. and drop creation of the presentation portion of your report. · Report Item Palette – A palette with a rich set of visual elements such as containers (tables, grids, and lists), labels and others. · Expression Builder – Provides an interface to create calculated fields, format existing ones or perform other data-oriented calculations. · Styles – Imports CSS style sheets, creates and manages styles for consistent formatting. · Property Editor – Presents the most commonly used properties in a convenient format that makes editing quick and easy. BIRT Reporting Framework 2
  • 3. Product Datasheet: Actuate Business Intelligence and Reporting Tools (BIRT) · Report Preview – Allows you to test your report at any Using the Servers view, the developer can easily time with real data. deploy reports to an Actuate iServer instance. · Code Editor – Edits custom business logic in Java or Actuate Information Objects can be treated as data JavaScript to be executed during data access, report sources in Actuate BIRT reports. Additionally, the generation, or viewing. designer products include JDBC drivers that connect · Chart Editor – Defines and formats charts and their to commercial RDBMS’s such as Oracle and DB2 accompanying legends and axes. amongst others. · Outline – Provides a compact overview of your entire report structure. Report Design File · Cheat Sheets – Offer step-by-step instruction on The report design file, as expressed by the BIRT commonly performed tasks to shorten the Report Object Model (ROM), is the key design learning curve. “artifact” associated with a report. It contains the · Report Libraries – Archives of commonly used report elements that make up a report, including visual items are shared amongst report developers to speed design components such as a table or an image and report design. other non-visual items such as report parameters, · Report Templates – Common report types and formatting styles and data sources. layouts ease report design. The designer allows the user to define these · Paging and TOC – Interactive viewer enables paging elements, the design file stores the elements in an and table of contents to ease viewing of large reports. XML format adhering to the ROM, and the report · Report Parameters – Dynamic and cascading engine interprets the elements to produce a report parameters tailor a report’s output based on end document as output. user input. · XML Editor – Advanced developers can directly edit Report Engine and the BIRT Viewer the XML report design file. The BIRT report engine API allows you to integrate · Servers – Defines connection profiles for one or more the run-time part of BIRT into your application as Actuate iServer instances. Deploying reports is easy a set of POJOs (Plain Old Java Objects). The engine from the designers. enables you to discover the parameters defined for a report and get their default values, incorporate Designing Actuate BIRT Reports for the Enterprise included images or charts, retrieve needed data Designing Actuate BIRT reports for the and transform it as necessary and, finally, render enterprise requires: the report in HTML or PDF. Report execution also · A deployment architecture that is scalable enough encompasses execution of any custom business logic to serve 100% of the user population throughout the associated with the report that is written in JavaScript enterprise and beyond or Java. · An enterprise wide common data model and access The report engine is typically deployed in existing to disparate sources of information from multiple, Java applications. Application context can be disparate data sources with different data structures passed in to the engine data access layer to and terminology support connection pooling and checking security Actuate iServer provides an unsurpassed reporting credentials. The report engine is optimized to handle platform in terms of scalability for the enterprise. any size of data sets, from very small to very large, via Actuate Information Objects address the ultimate a combination of in memory and disk caching. This challenge in the Business Intelligence market today ensures that report generation does not consume all for integrating data for access in real-time and available memory, even for large data sets. simplifying access to this data. 3
  • 4. Product Datasheet: Actuate Business Intelligence and Reporting Tools (BIRT) Included with the BIRT distribution is a sample Actuate iServer is an enterprise class reporting report viewer. It is used within the report designer application platform that supports the needs of for the preview operation and serves as sample code sharing information with all users in an enterprise. demonstrating the use of the Report Engine API Actuate iPortal is built so that it can easily scale up (REAPI). The viewer presents a simple user interface to thousands of users or easily upgrade to Actuate in a Java application to prompt for report parameters iServer if future requirements dictate the need for prior to report execution via the BIRT report engine API. an enterprise class reporting application platform. iPortal seamlessly handles access by multiple users, Integrating Actuate BIRT Reports in together with the inherent complexity of managing Java Applications resource utilization and transient storage. Scalability Forward thinking projects recognize that including enables more economical infrastructure. a built-in report delivery portal requires more than simply designing a BIRT report and calling the Chart Engine appropriate reporting engine API function calls to The chart engine provides a rich business chart generate it as demonstrated by the BIRT Viewer generation capability to be used standalone or sample application. At the most basic level, the invoked from the report engine. The chart engine proper application infrastructure must exist from supports creation of pie, bar, line, scatter, stock which to host and run BIRT. Once established, the and meter charts, all of which can be rendered in do-it-yourself developer can indeed, feed a pre-built the following graphic formats: 8-bit images, 24- BIRT report design to the BIRT engine using API calls bit images, SWT graphics (GC), SWING graphics to generate a report. But from here, the work is not (Graphics2D) and SVG. For reports, chart design is finished. The report design, and its resulting report fully integrated into the report design experience. files must be stored, and the virtual representation of the report must be integrated and presented to the Design Engine API application user. These are easy steps, which require The BIRT Design Engine API (DEAPI) enables the simple knowledge of the file system structure, an programmatic creation or modification of report understanding of the portal presentation layer and designs and also provides for interrogation of report a little planning in order to successfully provide a elements and semantic checking. report from the application. Extensibility Actuate iPortal is an out-of-the-box, J2EE, standards- BIRT is more than a reporting tool; it is an extensible based report delivery portal. iPortal provides an reporting framework. As such, it provides a number easy to use web interface from which to generate of extension points to support application-specific and manage report content created with Actuate and general-purpose modifications. These include: BIRT Designer. iPortal is an integral member of the Collaborative Reporting Architecture which brings · The Open Data Access (ODA) framework, which both open source technology and principles to enables the addition of new data sources to BIRT. It reporting applications including participation, provides for both a runtime driver and a design time iterative development and modularity. Access to all user interface. Actuate content is offered with AJAX interactivity and · Custom scripting to incorporate complex and/or is available though standard JSR-168 portlets. iPortal application specific business logic into report designs. can embed directly into existing Java applications · APIs that permit the introduction of new visual to provide reporting and printing capabilities, it can components into reports and new attributes for deployed by itself as a workgroup reporting server, existing components. and it can be configured in conjunction with the · Pluggable architecture for incorporating custom Actuate iServer to support enterprise deployments. charts and new graphic formats into the charting engine. 4
  • 5. Product Datasheet: Actuate Business Intelligence and Reporting Tools (BIRT) · A flexible engine which provides the capability to create completely new report output formats such as SVG, RTF and many more. Internationalization BIRT is Unicode enabled, and supports creation of reports in any locale. The list of languages supported include German, Spanish, French, Italian, Japanese, Korean, Brazilian Portuguese, Traditional Chinese and Simplified Chinese, Czech, Hungarian, Polish and Russian, Danish, Dutch, Finnish, Greek, Norwegian, Portuguese, Swedish and Turkish, Arabic and Hebrew. Support and Services Actuate BIRT provides an enterprise reporting platform that enables 100% adoption by employees of an organization. This improves operational effectiveness and efficiency at an affordable price. Technology by itself is not enough for deployment within mission-critical applications. Comprehensive support and services are crucial. Actuate BIRT is backed by world-class support and services from Actuate Corporation, the steward of the Eclipse BIRT project. Plan levels include Basic, Bronze, Silver, Gold, and Platinum. In order to ensure that its customers are successful, the Actuate e.Services organization offers valuable consulting services. These are based on: · An in-depth knowledge and expertise of Actuate BIRT · Best practices derived from the collective experience of over one thousand implementations and engagements · Domain expertise with Business Intelligence and Reporting solutions that cut across functions and industries · Reusable knowledge capital The Actuate BIRT Fast Start package enables customers who wish to utilize Actuate BIRT to quickly and effectively develop a pilot reporting application with targeted assistance from Actuate’s e.Services organization. Actuate Corporation Tel: (888) 422-8828 2207 Bridgepointe Parkway Web: http://www.actuate.com Suite 500 5 San Mateo, CA 94404