3 Replies Latest reply on Jun 27, 2011 9:08 AM by gus1977

    Sending ZIP file to browser

    gus1977

      Hi,
        Is there any easy way to generate ZIP file (like PDF) and send to browser using SEAM component ? Do you know simple way how to send/generate it ?
      Gustaw,

        • 1. Re: Sending ZIP file to browser
          lvdberg

          Hi,


          this is really off-topic. It's just basic java. There is even a package for it: java.util.zip when you have a Zip you can use the Seam DocumentStore componnt.The docs and the Seam In Action book explain how that is done.


          Leo






          • 2. Re: Sending ZIP file to browser
            gus1977

            Leo van den Berg wrote on Jun 27, 2011 08:24:


            Hi,

            this is really off-topic. It's just basic java. There is even a package for it: java.util.zip when you have a Zip you can use the Seam DocumentStore componnt.The docs and the Seam In Action book explain how that is done.

            Leo








            the same with PDF generation, I thought that there is simillar solution for zip files . But, if not I can use java.util.zip
            Thanks for answer

            • 3. Re: Sending ZIP file to browser
              gus1977

              Leo van den Berg wrote on Jun 27, 2011 08:24:


              Hi,

              this is really off-topic. It's just basic java. There is even a package for it: java.util.zip when you have a Zip you can use the Seam DocumentStore componnt.The docs and the Seam In Action book explain how that is done.

              Leo








              Hi Leo,
              The sam we coudl say about PDF generation ;-) I'll use java.util.zip.
              Thanks for reply.
              gus