Re: [Possible OT ] Re: report creation architecture

2005-11-07 Thread Borut Hadžialić
I don't know what a '1.3 FOP formatted document' is. The PDF's produced by jasperreports-1.0.1.jar begin with %PDF 1.4 (or something similar that contains 'PDF' and '1.4'). It renders my country's (Croatia) specific characters (šđčćč) correctly, and the JFreeChart graph images look nice too. Pdf

[Possible OT ] Re: report creation architecture

2005-11-06 Thread Martin Gainty
06, 2005 6:03 AM Subject: Re: report creation architecture Hi, in my report generating web aplication I use JasperReports to make Pdf and Excel reports. The aplication doesnt store generated reports anywhere - it generates reports on demand and just sends them as the response (or maybe as par

Re: report creation architecture

2005-11-06 Thread Borut Hadžialić
Hi, in my report generating web aplication I use JasperReports to make Pdf and Excel reports. The aplication doesnt store generated reports anywhere - it generates reports on demand and just sends them as the response (or maybe as part of the response, I am not sure yet) . That means that you do

report creation architecture

2005-11-06 Thread Rivka Shisman
Hi friends I need help with a design question (not directly connected to struts): I have a J2EE application that works on an application server (WEBSPHERE) and also a database server. When clients run requests for various reports - where should the report files be created? I don't want th