共有 0 个贴子
没有任何数据可供显示
开源项目社区 | 当前位置 : |
|
www.trustie.net/open_source_projects | 主页 > 开源项目社区 > ShrinkWrap |
ShrinkWrap
|
12 | 0 | 1685 |
贡献者 | 讨论 | 代码提交 |
Shrinkwrap provides a simple API to assemble archives like JARs, WARs, and EARs in Java.
However useful, archives typically require the addition of a build step within the development lifecycle, either via a script or extra tool. The ShrinkWrap project provides a simple API to declaratively assemble archives in code, optionally allowing for export into ZIP or Exploded File formats. This makes is very fast to prototype "virtual" archives from resources scattered about the classpath, the filesystem or remote URLs.