How To Use Maven With Birt
Is you use Maven to build your projects integrating Birt into the build process can be a pain. This article outlines a way, although not perfect, to do this.
View ArticleBirt: Get Access To Chart Element And Modify Properties From Reportrunnable...
This example shows how to access a Chart type using the IReportRunnable object instead of opening with the Design Engine API, modify some properties, and run the report. This is useful if you want to...
View ArticleDeploying Actuate Java Components To Jboss 5.0
This tip is intended to help you deploy the ActuateJavaComponent.war file on JBoss 5.0. This was tested with JBoss 5.0.1 GA and ActuateJavaComponent.war version 10 SP1 Fix3. The...
View ArticleBirt Report Printing Without User Interaction (Background Printing)
Nice blog post showing how to do server side printing of reports without user interaction. Here are the steps covered in the post: Steps : (1). Create a servlet which can be invoked from a simple Java...
View ArticleBirt Report Thumbnails
This is an german article about: How to write a Servlet which produces realtime thumbnails from BIRT Reports. In this approach the JSF4Birt Library is used to get a shared BIRT runtime inside a...
View ArticleBuilding Birt Based Dashboard
The article discusses four categories of gadgets and how to use them.
View ArticleA Glance At Birt(2.5.1 & 2.6.0)
Few places that I was stuck into and later realised ways to do it. It cover\''s my observations on the XLS emitter of 2.5.1 and 2.6.0.
View ArticleDeploying Birt On Jboss
This is a short article I wrote on deploying the BIRT 2.6 Viewer on a CentOS server running JBoss.
View ArticleDeploying Birt On Tomcat
This is a short article I wrote on deploying the BIRT 2.6 Viewer on a CentOS server running Tomcat.
View ArticleLimit Birt Heap Usage To Avoid Outofmemoryerror
Eclipse BIRT is a very commonly used platform for generating many kind of reports. It provides core reporting features such as report layout, data access and scripting. Specially, its report layout...
View ArticlePassing Tivoli Common Reporting Userid In Birt Reports
Tivoli Common Reporting is a Websphere based reporting product that relies on BIRT report engine. TCR provides necessary authentication & authorization features and web based front end for BIRT...
View ArticleLink Birt 360 Gadgets
Linking gadgets is easy and involves matching the published data field from the data selection gadget to a data field in the data visualization gadget
View ArticleJboss 6 Birt Service Integration
A tutorial how to integrete the BIRT report service engine into the JBoss 6 server. Link
View ArticleHow To Deploy Eclipse Birt Web Viewer To Glassfish Server
BIRT is usually deployed on Apache Tomcat. But it runs very well in GlassFish too. Read the complete article here: Deploying Eclipse BIRT Web Viewer to GlassFish 3.0/3.1 Java EE Server on Ubuntu
View ArticlePage-Break Pagination Is Broken For Rendertasks
Hi, There is a small bug in RenderTask.java that seems to have been there for a long time. The bug prevents emitters using page-break-pagination from paginating correctly (at all). This doesn\''t...
View ArticleSee Your Birt Reports On Mobile Device
Actuate released native BIRT mobile apps that makes it possible to access existing BIRT reports on iOS and Android mobile devices. The app when installed has preconfigured connections to a demo account...
View ArticlePublish Content To Birt Ondemand Using Birt Designer
The user experience when browsing and downloading content from the BIRT onDemand repository is identical to the BIRT iServer. More specifically the user invokes the same iServer Explorer view within...
View ArticleRelative File References In Birt Reports
Some components of BIRT (like the flat file data source) need absolute file references, which is irritating if you just want to deploy a data file alongside a report design. This blog entry provides...
View ArticleBirt: Running A Multi-Select Parameter Report From Java
This is an example piece of Java Code that will execute a multi-parameter report using the Report Engine API.
View Article