source: ether_ndacc/trunk/web/WEB-INF/lib/LisezMoi.txt @ 207

Last change on this file since 207 was 113, checked in by rboipsl, 13 years ago

Import du projet NDACC _ module web

File size: 1.0 KB
Line 
1USED LIBRARIES :
2        - slf4j*.jar
3                - Simple Logging Facade for Java
4                - TODO : replace by log4j
5               
6        - javassist-3.9.0.GA.jar
7                - Needed to resolve "org.hibernate.tuple.entity.PojoEntityTuplizer" error
8                - https://forum.hibernate.org/viewtopic.php?f=1&t=998187
9
10        - jta-1.1.jar
11                - Java Transaction API
12               
13        - dom4j-1.6.1.jar
14                - dom4j is an easy to use, open source library for working with XML, XPath and XSLT on the Java platform using the Java Collections Framework and with full support for DOM, SAX and JAXP.
15               
16        - antlr-2.7.6.jar
17                - ANother Tool for Language Recognition
18                - A framework for constructing recognizers, compilers, and translators from grammatical descriptions
19
20        - spring*.jar
21                - !!!!! WARNING : THESE LIBRARIES MUST ALSO BE IN THE WEB-INF/lib/ DIRECTORY !!!!!
22
23        - asm-1.5.3.jar & cglib-2.2.jar
24                - Needs to avoid "java.lang.NoClassDefFoundError: net/sf/cglib/proxy/CallbackFilter"
25                - WARNING : ONLY THESES VERSIONS WORKS WITH hibernate-all.jar & hibernate-3.3.2.GA.jar (both needed)
26
27        - hibernate-all.jar needed for junit tests
Note: See TracBrowser for help on using the repository browser.