AW: FOP in production app (clienside)

2003-03-12 Thread Müller, Markus
Hi, You have to consider the additional JARs used by FOP (Xalan, Avalon, ...). IMHO you get somewhat around 5 MB of JARs. It will take a long time for your users to download so much stuff (at least the first time they use the applet). This was the reason for us to have FOP on the server and send

AW: FOP in production app (clienside)

2003-03-12 Thread s-oualid
I agree with Markus. FOP needs so much JARs and rendering PDF take so much ressources that I think it's better to do the transformations server side and then send the result to the client. That is my opinion about using FOP clientside with an applet (for web app, I think the servlet approach

RE: FOP in production app (clienside)

2003-03-12 Thread Van Camp, Kenneth (Exchange)
they are working on this. -Original Message- From: Müller, Markus [mailto:[EMAIL PROTECTED] Sent: Wednesday, March 12, 2003 9:18 AM To: [EMAIL PROTECTED] Subject: AW: FOP in production app (clienside) Hi, You have to consider the additional JARs used by FOP (Xalan, Avalon, ...). IMHO you get

Re: FOP in production app (clienside)

2003-03-12 Thread Oleg Tkachenko
Van Camp, Kenneth (Exchange) wrote: If applet is not practical, I wonder if there are any browser plug-ins that can do it (hopefully much smaller than 5MB)? I'd look to Java Web Start. 5MB is required, but it can be downloaded once only. It would be great if Adobe produced a version of Acrobat

RE: FOP in production app (clienside)

2003-03-12 Thread Philip Semanchuk
On Wed, 2003-03-12 at 11:03, Van Camp, Kenneth (Exchange) wrote: If applet is not practical, I wonder if there are any browser plug-ins that can do it (hopefully much smaller than 5MB)? It would be great if Adobe produced a version of Acrobat that can consume XSLT and render the PDF directly,

RE: FOP in production app (clienside)

2003-03-12 Thread s-oualid
-user Pour : '[EMAIL PROTECTED]' [EMAIL PROTECTED] cc : Objet : RE: FOP in production app (clienside) Good point. Here's my problem: I need to generate on-demand some good-size PDFs (a few hundred pages) for a lot of users. Our tests with FOP indicate it is too

RE: FOP in production app (clienside)

2003-03-12 Thread Patrick Dean Rusk
I use Java Web Start to deliver a Java application embedding FOP and it works great. I consider a one-time 5M download to be small these days, compared to lots of other internet practices people frequently use (like downloading game demos). Besides, you can quickly surpass 5M in PDF downloads by