News Relating to Programming, Network Security, and Technology
Tuesday, September 07, 2010
Review of BIRT 2.6 Data Analysis and Reporting
I was pleasantly surprised to find a review of my recent edition of the BIRT book online here. I'm very excited to have gotten such a favorable review from another author. =)
6 comments:
Anonymous
said...
Hallo,
Congratulations for the blog.
I have developed an application in Java, where i create reports from database, using DesignHandlers -mainly grids, with colors and labels and data on top of them. I render the report in pdf. The result is very good and very efficient.
Now i want to go to the next step, where i want to deploy some charts (e.g. Area Chart) given the data that i have in arrays/vectors. But i have difficulty and i have not found any simple example on that, how to create a chart handler, and add it to my design.
I bought your book directly from Packt and have been unable to get a response from them. The "free" pdf chapters are NOT available on the website, and I have been unable to find them anywhere. It is very annoying when in chapter 4 you write:
For the time being, we needn't go into much detail about this as it will be covered in depth in the Practical Example—building reports for Bugzilla chapter.
And you don't have the chapter online or in the hard copy of the book. Can you help???
Marianne Anderson tiggermda@comcast.net or ladymtaxi@gmail.com
If your looking to just embed Charts into your application, the BIRT chart engine is actually separate from the BIRT engine, and can be integrated into an application without the need for the Report Engine or Design Engine.
There are some tutorials out there (I think I've done some myself on the blog). The best examples, however, are probably going to come from the BIRT source code. There is a Chart Integration examples project that shows all sorts for integration examples, from integrating into straight Java applications, RCP apps, web apps, and doing live, updating charts.
I am a computer programmer by trade, and a fitness enthusiast.
I have been writing about programming for several years, and am the author of "Practical Data Analysis and Reporting with BIRT" and "BIRT 2.6: Data Analysis and Reporting". I am a full time consultant specializing in Business Intelligence, enterprise search, and eCommerce.
I do Gracie Jiu-Jitsu, P90X, and Insanity. I am a BeachBody coach and reseller for P90X, Insanity, and Shakeology.
6 comments:
Hallo,
Congratulations for the blog.
I have developed an application in Java, where i create reports from database, using DesignHandlers -mainly grids, with colors and labels and data on top of them. I render the report in pdf. The result is very good and very efficient.
Now i want to go to the next step, where i want to deploy some charts (e.g. Area Chart) given the data that i have in arrays/vectors. But i have difficulty and i have not found any simple example on that, how to create a chart handler, and add it to my design.
Do you have any examples or any suggestions?
Thank you
Hi John,
I bought your book directly from Packt and have been unable to get a response from them. The "free" pdf chapters are NOT available on the website, and I have been unable to find them anywhere. It is very annoying when in chapter 4 you write:
For the time being, we needn't go into much detail about this as it
will be covered in depth in the Practical Example—building reports for Bugzilla chapter.
And you don't have the chapter online or in the hard copy of the book. Can you help???
Marianne Anderson
tiggermda@comcast.net or
ladymtaxi@gmail.com
Hey there, I just posted a review of your book @ http://bonlebon.blogspot.com/2010/09/book-review-birt-26-data-analysis-and.html
All the best,
Bonlebon
The chapters are at:
https://www.packtpub.com/article/use-templates-report-birt
https://www.packtpub.com/article/use-stylesheets-report-designing-using-birt
https://www.packtpub.com/article/creating-themes-report-birt
https://www.packtpub.com/article/creating-reporting-site-birt
Let me know if you have any issues getting them. I can send you the PDF version of the chapters.
John
Anonymous,
If your looking to just embed Charts into your application, the BIRT chart engine is actually separate from the BIRT engine, and can be integrated into an application without the need for the Report Engine or Design Engine.
There are some tutorials out there (I think I've done some myself on the blog). The best examples, however, are probably going to come from the BIRT source code. There is a Chart Integration examples project that shows all sorts for integration examples, from integrating into straight Java applications, RCP apps, web apps, and doing live, updating charts.
John
Just bought your book and have only breezed through it... and it looks good. I'll say more when I actually read it. thanks.
Post a Comment