1 Reply Latest reply on Dec 9, 2001 12:53 AM by adrian.brock

    Deploying Exploded Archives

    lsanders

      Currently, it appears that EJBs, web apps, and so on are required to be packaged up in their corresponding jar, war (ear, sar, rar, etc...) files. (I have only recently started studying the code, so I apologize if I am mistaken)

      I have an idea that might make deploying these exploded archives fairly easy to implement. I have developed a tool that takes a directory, and returns a zip-formatted InputStream with the contents of that directory.

      For those methods expecting an InputStream of a Zip archive, you could use this tool to point at a directory.

      Does this sound like something that may be useful?

      -Larry