This is because AppFuse generates a generic core by default. A generic core
means that GenericManager and GenericXXXDao (where XXX is the DAO framework)
are used and Spring bean definitions are all that's created for them. If you
want to generate service and dao classes, use -Damp.genericCore=false
Matt, I find "mvn appfuse:gen -Dentity=Person" will do something same as
your tutorial done.
it shows:
[info] [AppFuse] Installing sample data for DbUnit...
[info] [AppFuse] Installing generated files (pattern: **/model/**/*.java)...
[info] [AppFuse] Installing generated files (pattern: **/dao/
The following explains some of the different commands:
http://maven.apache.org/guides/introduction/introduction-to-the-lifecycle.html
The following shows a list of useful commands for AppFuse:
http://appfuse.org/display/APF/Maven+2
If these commands don't show up in Maven's Eclipse integration,