Zocalo 3rdPartySoftware
From CommerceNet Wiki
Zocalo is open source software released under the MIT license. There's a copy of the license here titled LICENSE. We ship Zocalo with several compiled libraries, and include the licenses for each in our distribution. Other than mod_pubsub, we don't modify any of the libraries, so we aren't required to include their source. We list here where you can download the source or object form yourself. The jar files are in the jars directory, and the licenses are in jars/LICENSES.
- MochiKit, a toolkit for javascript
- License: MIT
- files: webpages/MochiKit
- url: http://www.mochikit.com
- JUnit, a unit testing framework
- jar file: junit.jar
- License: junit-cpl-v10.html
- url: http://www.junit.org
- JUnit addons, some additional software for use with Junit
- jar file: junit.jar
- url: http://sourceforge.net/projects/junit-addons
- License: Apache
- Jetty, a Java HTTP Server and Servlet Container
- ** License: jetty-LICENSE.html
- jar file: org.mortbay.jetty.jar
- url: http://jetty.mortbay.org/jetty
- Hibernate, Object-Relational Mapping
- License: LGPL
- jar file: hibernate.jar
- url: http://hibernate.org
- documentation: http://www.hibernate.org/hib_docs/reference/en/html/index.html
- Hsql
- url: http://hsqldb.sourceforge.net
- jar file: hsqldb.jar
- license: BSD
- JFreechart
- license: lgpl
- url: http://www.jfree.org/jfreechart/
- jar file: jfreechart-1.0.0-rc1.jar
- Mod_pubsub, publish and subscribe toolkit for the web (We use the python and java implementions of the legacy version.)
- License: BSD
- jar file: java_pubsub-1.1.0.jar
- url: http://sourceforge.net/projects/mod-pubsub
- Jakarta Commons, open source solutions for Java from Apache
- License: Apache
- commons-httpclient, http client support
- jar file: commons-httpclient-2.0.2.jar
- url: http://jakarta.apache.org/commons/httpclient/
- commons-lang, java utility classes
- jar file: commons-lang-2.0.jar
- url: http://jakarta.apache.org/commons/lang/
- commons-el, an interpreter for JSP Expression Language
- jar file: commons-el.jar
- url: http://jakarta.apache.org/commons/el/
- commons-logging, a wrapper for the standard logging API
- jar file: commons-logging-api.jar
- url: http://jakarta.apache.org/commons/logging/
- TomCat/Jasper, a JSP implementation
- License: tomcat-LICENSE
- jar files: jasper-compiler.jar, jasper-runtime.jar, jsp-api.jar, servlet-api.jar
- url: http://jakarta.apache.org/tomcat
- Log4J, a framework for logging in java programs
- License: log4j-LICENSE.txt
- jar file: log4j-1.2.9.jar
- url: http://logging.apache.org/log4j
- Ant, a java-based build tool
- jar file: ant.jar
- url: http://ant.apache.org
- commons-httpclient, http client support
- License: Apache
