| Name | Modified | Size | Downloads / Week |
|---|---|---|---|
| Parent folder | |||
| readme.txt | 2011-04-27 | 1.2 kB | |
| changelog.txt | 2011-04-27 | 194.5 kB | |
| jboss-seam-2.2.2.Final.zip.md5 | 2011-04-26 | 61 Bytes | |
| jboss-seam-2.2.2.Final.tar.gz.md5 | 2011-04-26 | 64 Bytes | |
| jboss-seam-2.2.2.Final.zip | 2011-04-26 | 113.2 MB | |
| jboss-seam-2.2.2.Final.tar.gz | 2011-04-26 | 107.6 MB | |
| Totals: 6 Items | 221.0 MB | 1 | |
JBoss Seam - Contextual Component framework for Java EE 5 ========================================================= version 2.2.2.Final, April 2011 This software is distributed under the terms of the FSF Lesser Gnu Public License (see lgpl.txt). Get Up And Running Quick ------------------------ 1. Install JBoss AS 5.1.0.GA. 2. Edit the "build.properties" file and change jboss.home to your JBoss AS installation directory 3. Start JBoss AS by typing "bin/run.sh" in the JBoss home directory 4. In the "examples/booking" directory, type "ant deploy" and check for any error messages 5. Point your browser to http://localhost:8080/seam-booking/ 6. Register an account, search for hotels, book a room... Learn more ---------- * Read the documentation in the "doc/reference/en-US" directory * Read the online FAQ http://www.seamframework.org Notes for this release ---------------------- Running the examples with embedded JBoss on Tomcat 6 requires the following additional JARs be updated/added to the Tomcat lib directory after normal embedded JBoss embedded instal lib/test/hibernate-all.jar lib/test/thirdparty-all.jar lib/slf4j-api.jar lib/sl4j-log4j12.jar lib/hsqldb.jar