| Name | Modified | Size | Downloads / Week |
|---|---|---|---|
| Parent folder | |||
| jboss-seam-2.3.0.Beta1-dist.zip | 2012-03-29 | 128.8 MB | |
| jboss-seam-2.3.0.Beta1-dist.tar.gz | 2012-03-29 | 123.1 MB | |
| jboss-seam-2.3.0.Beta1-dist.zip.md5 | 2012-03-29 | 66 Bytes | |
| jboss-seam-2.3.0.Beta1-dist.tar.gz.md5 | 2012-03-29 | 69 Bytes | |
| readme.txt | 2012-03-29 | 1.3 kB | |
| changelog.txt | 2012-03-29 | 199.7 kB | |
| Totals: 6 Items | 252.1 MB | 0 | |
JBoss Seam - Contextual Component framework for Java EE 5
=========================================================
version 2.3.0.Beta1, March 2012
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 7.1.0.Final
2. Start JBoss AS by typing "bin/standalone.sh" in the JBoss home directory
3. In the "examples-ee6/booking" directory, type "mvn clean package" and check
for any error messages.
4. In the booking-ear directory run:
mvn jboss-as:deploy
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/Seam2
Notes for this release
----------------------
Be warned that JBoss Embedded is LEGACY runtime. Description below is still
working but is not supported.
Running the examples with embedded JBoss on Tomcat 6 requires the following
additional JARs to be updated/added to the Tomcat lib directory after normal
embedded JBoss embedded install
lib/test/hibernate-all.jar
lib/test/thirdparty-all.jar
lib/slf4j-api.jar
lib/sl4j-log4j12.jar
lib/hsqldb.jar