Re: BIRT integration

2013-04-11 Thread Thiago H de Paula Figueiredo
On Thu, 11 Apr 2013 06:18:41 -0300, Dmitry Gusev wrote: Hi, There's nothing tapestry-specific in integrating BIRT. http://www.eclipse.org/birt/deploy/ The same applies for almost everything which isn't web-specific. For example, JFreeChart: you use it in the same way you would without

Re: BIRT integration

2013-04-11 Thread Dmitry Gusev
I have a blog post about deploying BIRT to tomcat, maybe this will also help: http://dmitrygusev.blogspot.ru/2011/09/running-birt-reports-in-tomcat.html On Thu, Apr 11, 2013 at 2:05 PM, Peter Courcoux wrote: > Hi, > > Birt is a substantial codebase and report generation is often very > resource

Re: BIRT integration

2013-04-11 Thread Peter Courcoux
Hi, Birt is a substantial codebase and report generation is often very resource hungry. I did have Birt embedded in a tapestry application but many reports took longer to generate than I wanted my users to wait, so have pushed it out into a separate cluster, using web services, (CXF) to interface

Re: BIRT integration

2013-04-11 Thread Dmitry Gusev
Hi, There's nothing tapestry-specific in integrating BIRT. http://www.eclipse.org/birt/deploy/ On Thu, Apr 11, 2013 at 10:51 AM, Ken in Nashua wrote: > Folks, > > Is there a doc or tech help on how to integrate BIRT into my tapestry app? > > Thanks in advance. > > I havent found anything. > >

BIRT integration

2013-04-10 Thread Ken in Nashua
Folks, Is there a doc or tech help on how to integrate BIRT into my tapestry app? Thanks in advance. I havent found anything. - cheers Ken