| JDK1.4 is required.The operation confirmation is done with Eclipse2.1.2. Please defrost(jar xf) S2xxx.jar, assume the seasar2 directory to be a Java project of Eclipse, and import wholly.
There are samples under the control of src/examples, too. 
 When basic feature (S2Container,S2AOP) of S2 is used, it is necessary to include the following files to CLASSPATH.
 
lib/asm.jarlib/cglib-2.0.jarlib/log4j-1.2.8.jarlib/ognl-2.6.5.jarlib/aopalliance.jarlib/s2-framework-2.x.x.jarsrc/log4j.properties When enhanced feature (S2JTA,S2DBCP,S2JDBC,S2Unit,S2Tx,S2DataSet) of S2 is used, it is necessary to include the following files to CLASSPATH by the addition.
 
lib/jta.jarlib/junit-3.8.1.jarlib/poi-2.5-final-20040302.jarlib/s2-extension-2.x.x.jarsrc/j2ee.dicon To test the function concerning the data base easily, HSQLDB is prepared as RDBMS.
Please execute HSQLDB before testing the function. 
To execute HSQLDB, bin/runHsqldb.bat is double-clicked (For Windows). 
"sql/demo-oracle.sql" is prepared so that you may immediately test the function with Oracle. 
 |