The complete notes to use Spring-Flex Addon (2)
From command line
- mkdir eclection2012
- cd eclection 2012
- roo
- project --topLevelPackage com.hempire --projectName election2012
- persistence setup --provider HIBERNATE --database ORACLE --databaseName XE --userName practice_db --password secret
- flex setup
- entity --class ~.domain.Candidate --testAutomatically
- field string name --notNull
- flex remoting all --package ~.service
- exit
- mvn compile
- mvn tomcat:run
- http://localhost:8080/election2012/election2012_scaffold.html