Re: dynamic create jasper jrxml file

2010-10-13 Thread Dave Newton
You should ask Jasper questions in their lists/forums--more likely to get answers. Doing this means you'd be recompiling the report every time it's run. On Wednesday, October 13, 2010, cellterry wrote: > > Hello all, > > Is it a normal way to create jrxml file for jasperreport dynamically? > > I

Re: Dynamic create jasper jrxml file

2010-10-13 Thread Maurizio Cucchiara
Not long ago, I gave a cursory glance at http://dynamicjasper.sourceforge.net/ . I don't know if it can help you. Anyway jrxml file are xml file, so at least you should be able to do some dom manipulation. Otherwise you should consider using some template engine like freemarker or velocity 2010/