Archive file format for a Service Assembly.
The specification (in section 6.3.3 on pg 70) says:
"The deployment package itself consists of a deployment descriptor, and one or more service unit archives, all contained within a ZIP archive file."
I want to know if it is correct to interpret it as that the compression format used should be ZIP format so that the ZIP API provided by JDK can read it. And hence the extension of the archive can be anything then, apart from a JAR or a zip.
Please let me know.
Thanks and Regards,
Setu

