Author: rsmeral Date: 2013-06-03 12:49:04 -0400 (Mon, 03 Jun 2013) New Revision: 15528
Removed: branches/enterprise/WFK-2_1/examples/blog/blog-tests/ branches/enterprise/WFK-2_1/examples/blog/readme.txt branches/enterprise/WFK-2_1/examples/booking/booking-tests/ branches/enterprise/WFK-2_1/examples/booking/readme.txt branches/enterprise/WFK-2_1/examples/groovybooking/groovybooking-tests/ branches/enterprise/WFK-2_1/examples/groovybooking/readme.txt branches/enterprise/WFK-2_1/examples/hibernate/hibernate-tests/ branches/enterprise/WFK-2_1/examples/hibernate/readme.txt branches/enterprise/WFK-2_1/examples/jee6/jee6-tests/ branches/enterprise/WFK-2_1/examples/jee6/readme.txt Log: blog, booking, groovybooking, hibernate, jee6 converted, removed files Deleted: branches/enterprise/WFK-2_1/examples/blog/readme.txt =================================================================== --- branches/enterprise/WFK-2_1/examples/blog/readme.txt 2013-06-03 16:48:33 UTC (rev 15527) +++ branches/enterprise/WFK-2_1/examples/blog/readme.txt 2013-06-03 16:49:04 UTC (rev 15528) @@ -1,19 +0,0 @@ -Seam Blog Example -================= - -This example demonstrates the use of Seam in a Java EE environment. -Transaction and persistence context management is handled by the EJB container. - -To deploy the example, follow these steps: - -* In the example root directory run: - - mvn clean install - -* Set JBOSS_HOME environment property. - -* In the blog-ear directory run: - - mvn jboss-as:deploy - -* Open this URL in a web browser: http://localhost:8080/seam-blog Deleted: branches/enterprise/WFK-2_1/examples/booking/readme.txt =================================================================== --- branches/enterprise/WFK-2_1/examples/booking/readme.txt 2013-06-03 16:48:33 UTC (rev 15527) +++ branches/enterprise/WFK-2_1/examples/booking/readme.txt 2013-06-03 16:49:04 UTC (rev 15528) @@ -1,36 +0,0 @@ -Seam Booking Example -==================== - -This example demonstrates the use of Seam in a Java EE 6 environment. -Transaction and persistence context management is handled by the -EJB container. This example runs on JBoss AS as an EAR - -To deploy the example to JBossAS, follow these steps: - -* In the example root directory run: - - mvn clean install - -* In the booking-ear directory run: - - mvn jboss-as:deploy - -* Open this URL in a web browser: http://localhost:8080/seam-booking - -Or to deploy it using Ant: - -* In the example root directory run: - - ant clean package - -* Or if you don't have have seam installation at standard location, - you have to specify it via seam.dir property: - - ant clean package -Dseam.dir=/path/to/your/seam/installation - -* Copy seam-booking.ear from directory booking-ear/target to the - deployment directory of JBossAS ($JBOSS_HOME/standalone/deployments - by default) - -* Open this URL in a web browser: http://localhost:8080/seam-booking - Deleted: branches/enterprise/WFK-2_1/examples/groovybooking/readme.txt =================================================================== --- branches/enterprise/WFK-2_1/examples/groovybooking/readme.txt 2013-06-03 16:48:33 UTC (rev 15527) +++ branches/enterprise/WFK-2_1/examples/groovybooking/readme.txt 2013-06-03 16:49:04 UTC (rev 15528) @@ -1,19 +0,0 @@ -Seam GroovyBooking Example -========================== - -This is the Hotel Booking example implemented in Groovy Beans and Hibernate JPA. -The application is deployed as an *exploded* WAR rather than an EAR. - -To deploy the example, follow these steps: - -* In the example root directory run: - - mvn clean install - -* Set JBOSS_HOME environment property. - -* In the groovybooking-web directory run: - - mvn jboss-as:deploy - -* Open this URL in a web browser: http://localhost:8080/groovybooking-web Deleted: branches/enterprise/WFK-2_1/examples/hibernate/readme.txt =================================================================== --- branches/enterprise/WFK-2_1/examples/hibernate/readme.txt 2013-06-03 16:48:33 UTC (rev 15527) +++ branches/enterprise/WFK-2_1/examples/hibernate/readme.txt 2013-06-03 16:49:04 UTC (rev 15528) @@ -1,18 +0,0 @@ -Seam Hibernate Example -====================== - -This is the Hotel Booking example implemented in Seam and Hibernate POJOs. - -To deploy the example, follow these steps: - -* In the example root directory run: - - mvn clean install - -* Set JBOSS_HOME environment property. - -* In the hibernate-web directory run: - - mvn jboss-as:deploy - -* Open this URL in a web browser: http://localhost:8080/hibernate-web Deleted: branches/enterprise/WFK-2_1/examples/jee6/readme.txt =================================================================== --- branches/enterprise/WFK-2_1/examples/jee6/readme.txt 2013-06-03 16:48:33 UTC (rev 15527) +++ branches/enterprise/WFK-2_1/examples/jee6/readme.txt 2013-06-03 16:49:04 UTC (rev 15528) @@ -1,19 +0,0 @@ -Seam Booking Example -==================== - -This example demonstrates the use of Seam in a Java EE 6 environment. -Transaction and persistence context management is handled by the -EJB container. This example runs on JBoss AS as a WAR - -To deploy the example to JBossAS, follow these steps: - -* In the example root directory run: - - mvn clean install - -* In the booking-web directory run: - - mvn jboss-as:deploy - -* Open this URL in a web browser: http://localhost:8080/jee6-web - _______________________________________________ seam-commits mailing list [email protected] https://lists.jboss.org/mailman/listinfo/seam-commits
