You are viewing a plain text version of this content. The canonical link for it is here.
Posted to fop-users@xmlgraphics.apache.org by Clay Leeds <cl...@medata.com> on 2003/02/10 17:37:04 UTC

Web site for FOP List Archives (was Re: FOP and IIS4/5)

Hi there!

Good luck with your IIS/FOP integration!

 From the FOP's Resources page:
http://xml.apache.org/fop/resources.html

Here you go:
http://marc.theaimsgroup.com/?l=fop-user&r=1&w=2

(I found it challenging to find this myself--there isn't exactly a blink 
tag pointing to this spot :-)

Web Maestro Clay

Matthew Lancashire wrote:
> How do I query the archives?
> 
> -----Original Message-----
> From: Jeff_Mitchell@accessbusinessgroup.com
> [mailto:Jeff_Mitchell@accessbusinessgroup.com]
> Sent: 10 Feb 2003 15:55
> To: fop-user@xml.apache.org
> Subject: Re: FOP and IIS4/5
> 
> 
> 
> Matthew-
> 
> I've used FOP (with Sun's JRE, not Microsoft's -- see Oleg's note) with IIS
> 5 (and I would assume it would work with IIS 4) by basically writing an
> ActiveX DLL that shells out to a call to the fop.bat file, and monitors a
> log file of the output from the batch file to see when it's finished.
> 
> I later broke these steps out, because the render was taking quite a while
> (lots of images, which were being pulled from a different server), and
> basically wrapped everything with a bunch of VB "listener" apps, which
> periodically checked a database of FOP requests.
> 
> Also, I believe someone came up with a .NET wrapper for FOP, which should
> work under IIS, with the .NET framework installed.  If this interests you,
> you might want to hit the archive; I believe the string ".NET" was in the
> subject line.  If you want more information about my setup, I'd be happy to
> provide it.
> 
> -Jeff


-- 
Clay Leeds - cleeds@medata.com
Web Developer - Medata, Inc. - http://www.medata.com
PGP Public Key: https://mail.medata.com/pgp/cleeds.asc


---------------------------------------------------------------------
To unsubscribe, e-mail: fop-user-unsubscribe@xml.apache.org
For additional commands, e-mail: fop-user-help@xml.apache.org


RE: Web site for FOP List Archives (was Re: FOP and IIS4/5)

Posted by Matthew Lancashire <m....@ies.uk.com>.
Ta for your help.

Just for your info I have managed todo it for either client side VB script
and IIS asp.

I have used Javabeans ActiveX bridge and it is non too shabby. When I have
finished i will post some info to the board.

YAY


-----Original Message-----
From: Clay Leeds [mailto:cleeds@medata.com]
Sent: 10 Feb 2003 16:37
To: fop-user@xml.apache.org
Subject: Web site for FOP List Archives (was Re: FOP and IIS4/5)


Hi there!

Good luck with your IIS/FOP integration!

 From the FOP's Resources page:
http://xml.apache.org/fop/resources.html

Here you go:
http://marc.theaimsgroup.com/?l=fop-user&r=1&w=2

(I found it challenging to find this myself--there isn't exactly a blink
tag pointing to this spot :-)

Web Maestro Clay

Matthew Lancashire wrote:
> How do I query the archives?
>
> -----Original Message-----
> From: Jeff_Mitchell@accessbusinessgroup.com
> [mailto:Jeff_Mitchell@accessbusinessgroup.com]
> Sent: 10 Feb 2003 15:55
> To: fop-user@xml.apache.org
> Subject: Re: FOP and IIS4/5
>
>
>
> Matthew-
>
> I've used FOP (with Sun's JRE, not Microsoft's -- see Oleg's note) with
IIS
> 5 (and I would assume it would work with IIS 4) by basically writing an
> ActiveX DLL that shells out to a call to the fop.bat file, and monitors a
> log file of the output from the batch file to see when it's finished.
>
> I later broke these steps out, because the render was taking quite a while
> (lots of images, which were being pulled from a different server), and
> basically wrapped everything with a bunch of VB "listener" apps, which
> periodically checked a database of FOP requests.
>
> Also, I believe someone came up with a .NET wrapper for FOP, which should
> work under IIS, with the .NET framework installed.  If this interests you,
> you might want to hit the archive; I believe the string ".NET" was in the
> subject line.  If you want more information about my setup, I'd be happy
to
> provide it.
>
> -Jeff


--
Clay Leeds - cleeds@medata.com
Web Developer - Medata, Inc. - http://www.medata.com
PGP Public Key: https://mail.medata.com/pgp/cleeds.asc


---------------------------------------------------------------------
To unsubscribe, e-mail: fop-user-unsubscribe@xml.apache.org
For additional commands, e-mail: fop-user-help@xml.apache.org


---------------------------------------------------------------------
To unsubscribe, e-mail: fop-user-unsubscribe@xml.apache.org
For additional commands, e-mail: fop-user-help@xml.apache.org


RE: Web site for FOP List Archives (was Re: FOP and IIS4/5)

Posted by Matthew Lancashire <m....@ies.uk.com>.
Thanks. I will need it.
Me thinks SOAP is the way to go as I have already got my render class
working (yay)
 Thanks

-----Original Message-----
From: Clay Leeds [mailto:cleeds@medata.com]
Sent: 10 Feb 2003 16:37
To: fop-user@xml.apache.org
Subject: Web site for FOP List Archives (was Re: FOP and IIS4/5)


Hi there!

Good luck with your IIS/FOP integration!

 From the FOP's Resources page:
http://xml.apache.org/fop/resources.html

Here you go:
http://marc.theaimsgroup.com/?l=fop-user&r=1&w=2

(I found it challenging to find this myself--there isn't exactly a blink
tag pointing to this spot :-)

Web Maestro Clay

Matthew Lancashire wrote:
> How do I query the archives?
>
> -----Original Message-----
> From: Jeff_Mitchell@accessbusinessgroup.com
> [mailto:Jeff_Mitchell@accessbusinessgroup.com]
> Sent: 10 Feb 2003 15:55
> To: fop-user@xml.apache.org
> Subject: Re: FOP and IIS4/5
>
>
>
> Matthew-
>
> I've used FOP (with Sun's JRE, not Microsoft's -- see Oleg's note) with
IIS
> 5 (and I would assume it would work with IIS 4) by basically writing an
> ActiveX DLL that shells out to a call to the fop.bat file, and monitors a
> log file of the output from the batch file to see when it's finished.
>
> I later broke these steps out, because the render was taking quite a while
> (lots of images, which were being pulled from a different server), and
> basically wrapped everything with a bunch of VB "listener" apps, which
> periodically checked a database of FOP requests.
>
> Also, I believe someone came up with a .NET wrapper for FOP, which should
> work under IIS, with the .NET framework installed.  If this interests you,
> you might want to hit the archive; I believe the string ".NET" was in the
> subject line.  If you want more information about my setup, I'd be happy
to
> provide it.
>
> -Jeff


--
Clay Leeds - cleeds@medata.com
Web Developer - Medata, Inc. - http://www.medata.com
PGP Public Key: https://mail.medata.com/pgp/cleeds.asc


---------------------------------------------------------------------
To unsubscribe, e-mail: fop-user-unsubscribe@xml.apache.org
For additional commands, e-mail: fop-user-help@xml.apache.org


---------------------------------------------------------------------
To unsubscribe, e-mail: fop-user-unsubscribe@xml.apache.org
For additional commands, e-mail: fop-user-help@xml.apache.org