Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/phasenraum2010/addresslist_jee
educational project for teaching Java EE comparable to Spring MVC and other Frameworks
https://github.com/phasenraum2010/addresslist_jee
java javaee javaee6 jboss spring-mvc
Last synced: about 2 months ago
JSON representation
educational project for teaching Java EE comparable to Spring MVC and other Frameworks
- Host: GitHub
- URL: https://github.com/phasenraum2010/addresslist_jee
- Owner: phasenraum2010
- License: gpl-2.0
- Created: 2013-12-12T07:26:22.000Z (about 11 years ago)
- Default Branch: master
- Last Pushed: 2014-01-29T20:53:47.000Z (about 11 years ago)
- Last Synced: 2024-11-11T05:38:38.279Z (3 months ago)
- Topics: java, javaee, javaee6, jboss, spring-mvc
- Language: Java
- Size: 133 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
addresslist_jee
===============educational project for teaching Java EE comparable to Spring MVC and other Frameworks
install JBoss
-------------install JBoss 7.1.Final from http://www.jboss.org/jbossas/downloads/ to e.g. /Users/tw/srv/jboss-as-7.1.1.Final/
start JBoss by: cd /Users/tw/srv/jboss-as-7.1.1.Final/bin ; ./standalone.sh
build and run
-------------build and deploy project with: mvn clean install jboss-as:deploy
open url in browser: http://localhost:8080/addresslist_jee6/
open tasks for development
--------------------------add validation
add use case "edit"