Thanks Matt,
The full-source archtetype was exactly what I want. Thanks I got my answer.
mraible wrote:
>
> You should be able to modify it the same way you modified core
> classes. Exclude the AppFuse dependency (or rather, don't include it)
> and then use "svn export" to put the source int
You should be able to modify it the same way you modified core
classes. Exclude the AppFuse dependency (or rather, don't include it)
and then use "svn export" to put the source into your project. One
problem you may have is that you'll need to grab all the dependencies
from the pom.xml's from da
Hi all,
I created a new project, and put a table which has a one2many relationship
between org.appfuse.model.User class. User has a list of this new class.
I got the source from svn (using tutorial "Appfuse Core Classes").
I need to modify the UserManager and UserDao to write new methods. I also