Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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: 11 days ago
JSON representation

educational project for teaching Java EE comparable to Spring MVC and other Frameworks

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"