Where are the Java source files and JSPs in 2.x?
AppFuse 2.x is a fair amount different from 1.x in that you don’t get all the source to start your project with. The main reason for this is to make it possible for you to upgrade your application to a newer version of AppFuse. For a more detailed explanation, please see this mailing list thread. If you’d like to modify modify AppFuse’s core entity classes, see how to modify core classes. If you’d like to convert your project so it doesn’t rely on AppFuse dependencies and includes AppFuse’s source instead, run mvn appfuse:full-source.