Author: snjeza
Date: 2008-10-13 18:02:32 -0400 (Mon, 13 Oct 2008)
New Revision: 10815
Modified:
workspace/examples/projectExamples.xml
Log:
Adding Seam booking projects
Modified: workspace/examples/projectExamples.xml
===================================================================
--- workspace/examples/projectExamples.xml 2008-10-13 21:23:21 UTC (rev 10814)
+++ workspace/examples/projectExamples.xml 2008-10-13 22:02:32 UTC (rev 10815)
@@ -39,6 +39,48 @@
</project>
<project>
+ <category>Seam</category>
+ <name>booking</name>
+ <shortDescription>Seam Booking Example - WAR</shortDescription>
+ <description>This example demonstrates the use of Seam in a Java EE 5
environment.
+Transaction and persistence context management is handled by the EJB container.
+This example can also run in Tomcat with JBoss Embedded.
+</description>
+ <size>2900000</size>
+ <url>
+
http://anonsvn.jboss.org/repos/jbosstools/workspace/snjeza/seam-examples/...
+ </url>
+ </project>
+
+ <project>
+ <category>Seam</category>
+ <name>booking-ejb</name>
+ <shortDescription>Seam Booking Example - EJB</shortDescription>
+ <description>This example demonstrates the use of Seam in a Java EE 5
environment.
+Transaction and persistence context management is handled by the EJB container.
+This example can also run in Tomcat with JBoss Embedded.
+</description>
+ <size>70000</size>
+ <url>
+
http://anonsvn.jboss.org/repos/jbosstools/workspace/snjeza/seam-examples/...
+ </url>
+ </project>
+
+ <project>
+ <category>Seam</category>
+ <name>booking-ejb</name>
+ <shortDescription>Seam Booking Example - EAR</shortDescription>
+ <description>This example demonstrates the use of Seam in a Java EE 5
environment.
+Transaction and persistence context management is handled by the EJB container.
+This example can also run in Tomcat with JBoss Embedded.
+</description>
+ <size>4700000</size>
+ <url>
+
http://anonsvn.jboss.org/repos/jbosstools/workspace/snjeza/seam-examples/...
+ </url>
+ </project>
+
+ <project>
<category>Portlet</category>
<name>TestJavaPortlet</name>
<shortDescription>JBoss Java Portlet Example</shortDescription>