https://github.com/danpersa/first-forge
https://github.com/danpersa/first-forge
Last synced: 2 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/danpersa/first-forge
- Owner: danpersa
- Created: 2012-04-27T14:22:40.000Z (about 13 years ago)
- Default Branch: master
- Last Pushed: 2012-04-27T14:24:26.000Z (about 13 years ago)
- Last Synced: 2025-01-22T04:31:20.573Z (4 months ago)
- Language: Java
- Size: 156 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# J2EE Sample
This is a sample war application using the following technologies:
* JSF - for view
* CDI - for dependency injection
* JPA 2.0 - for persistence
* EJB 3.1 - for services
* Arquillian - for integration testing
* JBoss Application Server 7There are two maven profiles for testing the application:
* arq-jbossas-7-managed - which downloads a version of the JBoss AS and uses it
* arq-jbossas-7-remote - which uses an already started JBoss AS