Spring Roo Notes without Flex

We are going do this from STS based on this
This is the most simple version:
  • create new Root project: Project name: wedding; Top Level: com.wedding
  • open roo shell
  • persistence setup --provider HIBERNATE --database ORACLE --databaseName XE --userName practice_db --password secret 
  • entity --class ~.domain.Rsvp
  • field string code --notNull --sizeMin 1 --sizeMax 30
  • field string email --sizeMax 30
  • field number attending --type java.lang.Integer
  • field string specialRequests --sizeMax 100
  • field date confirmed --type java.util.Date
  • controller scaffold ~.web.RsvpController
  • add wedding project into server, and start server
  • http://localhost:8080/wedding