Skip to main content

Notice: this Wiki will be going read only early in 2024 and edits will no longer be possible. Please see: https://gitlab.eclipse.org/eclipsefdn/helpdesk/-/wikis/Wiki-shutdown-plan for the plan.

Jump to: navigation, search

Difference between revisions of "I-Card Manager Dependencies"

 
(2 intermediate revisions by one other user not shown)
Line 1: Line 1:
This page is a work in progress...
+
#REDIRECT [[I-Card_Manager_Web_Application_Dependencies]]
 
+
{| class="wikitable" style="text-align:left; width="100%" align="left" valign="top" border="1" cellpadding="5" cellspacing="0"
+
|-style="background:grey; color:black"
+
! width="20%" border="1" align="left" valign="top" | Library Home Page (URL)
+
! width="20%" border="1" align="left" valign="top" | URL(s) to JAR/library
+
! width="50%" border="1" align="left" valign="top" | Used for
+
! width="10%" border="1" align="left" valign="top" | Version
+
! width="10%" border="1" align="left" valign="top" | License (URL)
+
|-
+
| [http://code.google.com/webtoolkit/ Google Web Toolkit]
+
| [http://google-web-toolkit.googlecode.com/files/gwt-linux-1.4.59.tar.bz2 gwt-linux-1.4.59.tar.bz2]
+
| GWT is an open source Java software development framework that makes writing AJAX applications.
+
| 1.4
+
| [http://www.apache.org/licenses/ Apache License, Version 2.0]
+
|-
+
| [http://www.opensymphony.com/oscache/ OSCache]
+
| [https://oscache.dev.java.net/files/documents/629/30345/oscache-2.3-full.zip oscache-2.3-full.zip]
+
| OSCache is a caching solution that includes a JSP tag library and set of classes to perform fine grained dynamic caching of JSP content, servlet responses or arbitrary objects.
+
| 2.3
+
| [http://www.opensymphony.com/oscache/license.action The OpenSymphony Software License, Version 1.1]
+
|-
+
| [http://www.springframework.org/ Spring Framework]
+
| [http://switch.dl.sourceforge.net/sourceforge/springframework/spring-framework-2.0.zip spring-framework-2.0.zip]
+
| Developing a Web MVC application
+
| 2.0
+
| [http://www.apache.org/licenses/LICENSE-2.0 Apache License, Version 2.0]
+
|-
+
| [http://jakarta.apache.org/commons/logging/ Commons Logging]
+
| [http://apache.net.ua/jakarta/commons/logging/binaries/commons-logging-1.1.zip commons-logging.jar]
+
| Spring Framework
+
| 1.1
+
| [http://jakarta.apache.org/commons/license.html Apache License, Version 2.0]
+
|-
+
| [http://logging.apache.org/log4j Logging Services]
+
| [http://apache.infocom.ua/logging/log4j/1.2.13/logging-log4j-1.2.13.zip log4j-1.2.13.jar]
+
| Spring Framework
+
| 1.2.13
+
| [http://www.apache.org/licenses/LICENSE-2.0 Apache License, Version 2.0]
+
|-
+
| [http://jakarta.apache.org/commons/lang/ Commons Lang]
+
| [http://apache.net.ua/jakarta/commons/lang/binaries/commons-lang-2.1.zip commons-lang.jar]
+
| Spring Framework
+
| 2.1 Approved: CQ1456
+
| [http://jakarta.apache.org/commons/license.html Apache License, Version 2.0]
+
|-
+
| [http://ehcache.sourceforge.net/ Ehcache]
+
| [http://heanet.dl.sourceforge.net/sourceforge/ehcache/ehcache-1.2.3.tgz ehcache-1.2.3.jar]
+
| Spring Framework
+
| 1.2.3 (OK to check in under Incubator rules)
+
| [http://ehcache.sourceforge.net/license.html Apache License, Version 2.0]
+
|-
+
| [http://jakarta.apache.org/oro/ Jakarta ORO]
+
| [http://apache.infocom.ua/jakarta/oro/binaries/jakarta-oro-2.0.8.zip jakarta-oro-2.0.8.jar]
+
| Spring Framework
+
| 2.0.8 Approved: CQ1384
+
| [http://svn.apache.org/repos/asf/jakarta/oro/trunk/LICENSE Apache License, Version 2.0]
+
|-
+
| [http://jakarta.apache.org/commons/codec/ Commons Codec]
+
| [http://apache.infocom.ua/jakarta/commons/codec/binaries/commons-codec-1.3.zip commons-codec.jar]
+
| Spring Framework
+
| 1.3 Approved: CQ1385
+
| [http://jakarta.apache.org/commons/license.html Apache License, Version 2.0]
+
|-
+
| [http://jakarta.apache.org/commons/digester/ Commons Digester]
+
| [http://archive.apache.org/dist/jakarta/commons/digester/binaries/commons-digester-1.6.zip commons-digester.jar]
+
| Spring Framework
+
| 1.7 Approved: CQ1386
+
| [http://jakarta.apache.org/commons/license.html Apache License, Version 2.0]
+
|-
+
| [http://jakarta.apache.org/commons/collections/ Commons Collections]
+
| [http://apache.infocom.ua/jakarta/commons/collections/binaries/commons-collections-3.2.zip commons-collections.jar]
+
| Spring Framework
+
| 3.2 Approved: CQ1361
+
| [http://jakarta.apache.org/commons/license.html Apache License, Version 2.0]
+
|-
+
| [http://jakarta.apache.org/commons/beanutils/ Commons BeanUtils]
+
| [http://apache.net.ua/jakarta/commons/beanutils/binaries/commons-beanutils-1.7.0.zip commons-beanutils.jar]
+
| Spring Framework
+
| 1.7
+
| [http://jakarta.apache.org/commons/license.html Apache License, Version 2.0]
+
|-
+
|}
+
.
+
 
+
== See Also ==
+
* [http://www.eclipse.org/higgins Higgins Home]
+
* [[Components]]
+

Latest revision as of 01:22, 17 November 2007

Back to the top