The basic Loom release includes the jar, css and javascript files, the javadoc, and the demo application and sources.
Loom requires a JSP 2.0 container (at least tomcat 5 or Jetty 5) and java 5. The complete list of tested application servers can be found here.
The demo application and any application created by the scaffolding tool will require JSP 2.1 (tomcat 6 or jetty 6).
Loom is released under The Apache License version 2.0.
<!-- the Loom framework --> <dependency> <groupId>org.extrema-sistemas</groupId> <artifactId>loom-core</artifactId> </dependency> <!-- the Loom addons library --> <dependency> <groupId>org.extrema-sistemas</groupId> <artifactId>loom-addons</artifactId> </dependency>
Loom is synchronized with maven central. For those interested in the latest snapshot, you should add the the Sonatype OSS repository to your list of repositories.