Download jbosscc-seam-archetype-1.3.jar
jbosscc/jbosscc-seam-archetype-1.3.jar.zip( 40 k)
The download jar file contains the following class files or Java source files.
META-INF/maven/archetype-metadata.xml
archetype-resources.__rootArtifactId__-bootstrap.src.main.java.bootstrap.ApplicationBootstrap.java
archetype-resources.__rootArtifactId__-bootstrap.src.main.java.bootstrap.ApplicationBootstrapBean.java
archetype-resources.__rootArtifactId__-bootstrap.src.main.java.bootstrap.testdata.BlogEntryTestdata.java
archetype-resources.__rootArtifactId__-bootstrap.src.main.java.bootstrap.testdata.BlogEntryTestdataBean.java
archetype-resources.__rootArtifactId__-bootstrap.src.main.java.bootstrap.testdata.CommentTestdata.java
archetype-resources.__rootArtifactId__-bootstrap.src.main.java.bootstrap.testdata.CommentTestdataBean.java
archetype-resources.__rootArtifactId__-bootstrap.src.main.java.bootstrap.testdata.UserTestdata.java
archetype-resources.__rootArtifactId__-bootstrap.src.main.java.bootstrap.testdata.UserTestdataBean.java
archetype-resources.__rootArtifactId__-datamodel.src.main.java.model.AbstractEntity.java
archetype-resources.__rootArtifactId__-datamodel.src.main.java.model.BlogEntry.java
archetype-resources.__rootArtifactId__-datamodel.src.main.java.model.Comment.java
archetype-resources.__rootArtifactId__-datamodel.src.main.java.model.User.java
archetype-resources.__rootArtifactId__-datamodel.src.test.java.model.BlogEntryTest.java
archetype-resources.__rootArtifactId__-datamodel.src.test.java.model.CommentTest.java
archetype-resources.__rootArtifactId__-datamodel.src.test.java.model.UserTest.java
archetype-resources.__rootArtifactId__-datamodel.src.test.java.testdata.BlogEntryTestdataBuilder.java
archetype-resources.__rootArtifactId__-datamodel.src.test.java.testdata.CommentTestdataBuilder.java
archetype-resources.__rootArtifactId__-datamodel.src.test.java.testdata.UserTestdataBuilder.java
archetype-resources.__rootArtifactId__-ejb.src.main.java.dao.AbstractDaoBean.java
archetype-resources.__rootArtifactId__-ejb.src.main.java.dao.BlogEntryDao.java
archetype-resources.__rootArtifactId__-ejb.src.main.java.dao.BlogEntryDaoBean.java
archetype-resources.__rootArtifactId__-ejb.src.main.java.dao.CommentDao.java
archetype-resources.__rootArtifactId__-ejb.src.main.java.dao.CommentDaoBean.java
archetype-resources.__rootArtifactId__-ejb.src.main.java.dao.Dao.java
archetype-resources.__rootArtifactId__-ejb.src.main.java.dao.UserDao.java
archetype-resources.__rootArtifactId__-ejb.src.main.java.dao.UserDaoBean.java
archetype-resources.__rootArtifactId__-ejb.src.main.java.weblogic.BlogEntryListService.java
archetype-resources.__rootArtifactId__-ejb.src.main.java.weblogic.BlogEntryListServiceBean.java
archetype-resources.__rootArtifactId__-ejb.src.main.java.weblogic.BlogEntryService.java
archetype-resources.__rootArtifactId__-ejb.src.main.java.weblogic.BlogEntryServiceBean.java
archetype-resources.__rootArtifactId__-ejb.src.main.java.weblogic.CommentService.java
archetype-resources.__rootArtifactId__-ejb.src.main.java.weblogic.CommentServiceBean.java
archetype-resources.__rootArtifactId__-ejb.src.main.java.weblogic.security.AuthenticatorService.java
archetype-resources.__rootArtifactId__-ejb.src.main.java.weblogic.security.AuthenticatorServiceBean.java
archetype-resources.__rootArtifactId__-ejb.src.test.java.logic.dao.BlogEntryDaoTest.java
archetype-resources.__rootArtifactId__-ejb.src.test.java.logic.dao.CommentEntryDaoTest.java
archetype-resources.__rootArtifactId__-ejb.src.test.java.logic.dao.UserDaoTest.java
archetype-resources.__rootArtifactId__-ejb.src.test.java.logic.injectionprovider.CurrentUserInjectionProvider.java
archetype-resources.__rootArtifactId__-ejb.src.test.java.logic.weblogic.BlogEntryListServiceTest.java
archetype-resources.__rootArtifactId__-ejb.src.test.java.logic.weblogic.BlogEntryServiceTest.java
archetype-resources.__rootArtifactId__-ejb.src.test.java.logic.weblogic.CommentServiceTest.java
archetype-resources.__rootArtifactId__-ejb.src.test.java.logic.weblogic.security.AuthenticatorServiceBeanTest.java
archetype-resources/__rootArtifactId__-bootstrap/pom.xml
archetype-resources/__rootArtifactId__-bootstrap/src/main/resources/META-INF/ejb-jar.xml
archetype-resources/__rootArtifactId__-bootstrap/src/main/resources/seam.properties
archetype-resources/__rootArtifactId__-datamodel/pom.xml
archetype-resources/__rootArtifactId__-datamodel/src/main/resources/META-INF/persistence.xml
archetype-resources/__rootArtifactId__-datamodel/src/test/resources/META-INF/persistence.xml
archetype-resources/__rootArtifactId__-datamodel/src/test/resources/needle.properties
archetype-resources/__rootArtifactId__-ear/pom.xml
archetype-resources/__rootArtifactId__-ear/src/main/application/META-INF/jboss-deployment-structure.xml
archetype-resources/__rootArtifactId__-ejb/pom.xml
archetype-resources/__rootArtifactId__-ejb/src/main/resources/META-INF/ejb-jar.xml
archetype-resources/__rootArtifactId__-ejb/src/main/resources/seam.properties
archetype-resources/__rootArtifactId__-war/pom.xml
archetype-resources/__rootArtifactId__-war/src/main/resources/messages.properties
archetype-resources/__rootArtifactId__-war/src/main/webapp/WEB-INF/components.xml
archetype-resources/__rootArtifactId__-war/src/main/webapp/WEB-INF/faces-config.xml
archetype-resources/__rootArtifactId__-war/src/main/webapp/WEB-INF/pages.xml
archetype-resources/__rootArtifactId__-war/src/main/webapp/WEB-INF/web.xml
archetype-resources/__rootArtifactId__-war/src/main/webapp/blogEntry.page.xml
archetype-resources/__rootArtifactId__-war/src/main/webapp/blogEntry.xhtml
archetype-resources/__rootArtifactId__-war/src/main/webapp/blogEntryEdit.xhtml
archetype-resources/__rootArtifactId__-war/src/main/webapp/error.xhtml
archetype-resources/__rootArtifactId__-war/src/main/webapp/header.xhtml
archetype-resources/__rootArtifactId__-war/src/main/webapp/img/favicon.ico
archetype-resources/__rootArtifactId__-war/src/main/webapp/img/header.png
archetype-resources/__rootArtifactId__-war/src/main/webapp/index.html
archetype-resources/__rootArtifactId__-war/src/main/webapp/index.page.xml
archetype-resources/__rootArtifactId__-war/src/main/webapp/index.xhtml
archetype-resources/__rootArtifactId__-war/src/main/webapp/layout/default.xhtml
archetype-resources/__rootArtifactId__-war/src/main/webapp/stylesheet/screen.css
archetype-resources/pom.xml
Related examples in the same category