Hello, I am working in a Client/Server environment and would like to do the following with FOP: A Java-client calls a remote method on a server to render a document with FOP and wants to retrieve an object which it can use to print using PrintJob. My first thought was using the AWTRenderer right away to get the Graphics2D Objects and serialize them, but this doesnt wont work since the Graphics2D Objects arent serializable.
Now I have seen that StreamRenderer holds a queue of Page objects. Are those serialisable ? I could then transport them through the wire and have the client use the AWTRenderer to do the writing into a Graphics2D. I am thinking of a system environment where a server is running FOP and a client having maybe only AWTRenderer. Any comments on what to serialize or ideas how to do it ? Thanks a lot, Greetings, Patrick Dipl. Inform. Patrick Chaumette T-Systems ITS GmbH Service Prozesse Retail Hausanschrift: Fasanenweg 9, 70771 Leinfelden-Echterdingen Postanschrift: Postfach 100258, 70746 Leinfelden-Echterdingen Telefon: (0711)972-2437 Telefax: (0711)972-1949 E-Mail: [EMAIL PROTECTED] Internet: http://www.t-systems.de
