Tango.info v2 software

From tango.info wiki
Revision as of 2011-07-04T12:55:59 by Tobiasco (talk | contribs) (Created page with "== Current == === Libraries === * log4j-1.2.14.jar - application logging, wrapped in info.tango.util.Logger * junit-4.3.1.jar - for unit testing support, won't affect the main co...")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigation Jump to search

Current

Libraries

  • log4j-1.2.14.jar - application logging, wrapped in info.tango.util.Logger
  • junit-4.3.1.jar - for unit testing support, won't affect the main codebase directly, just the test cases
  • wicket-1.4.16.jar - UI framework, not wrappable
  • wicket-extensions-1.4.16.jar
  • mysql-connector-java-5.1.5-bin.jar - JDBC driver for connecting to database, used at runtime, doesn't affect codebase

Jetty libraries, only used at runtime to provide a servlet container, and don't affect the codebase except for the "launch" classes (which wouldn't be used in production):

  • jetty-6.1.4rc1.jar
  • jetty-util-6.1.4rc1.jar
  • servlet-api-2.5-6.1.4rc1.jar
  • slf4j-api-1.5.2.jar
  • slf4j-log4j12-1.5.2.jar

Other software

  • git for code management
  • apache/Tomcat ? replace with jetty?