It seems like getting the core classes should be the best option if I just want to add the relationship between user and a new pojo.
But I also want to modify other classes like org.appfuse.webapp.taglib.CountryTag. But I am at the dilemma that I am afraid once I get the full source with "mvn appfuse:full-source", I will be hitting this problem again... http://www.nabble.com/override-User-code-class-and-link-OneToMany-to-any-other-class-tf3217084s2369.html Tobias Vogel wrote: > > There's a possibility betweem modifying nothing and pulling in the full > sources. You can also just modify the core classes (only the domain > objects). > See: http://appfuse.org/display/APF/AppFuse+Core+Classes > > Kind regards, > Tobias > > -----Ursprüngliche Nachricht----- > Von: Fan [mailto:[EMAIL PROTECTED] > Gesendet: Donnerstag, 28. Juni 2007 11:39 > An: [email protected] > Betreff: [appfuse-user] Add ManyToOne relationship between user and a new > pojo > > > I want to add ManyToOne relationship between user and a new pojo. > > 1) Should I extend the user pojo instead of modifying the user pojo to > build the relationship ? > > 2) Is there any implication when I run "mvn appfuse:full-source" ? > > > -- > View this message in context: > http://www.nabble.com/Add-ManyToOne-relationship-between-user-and-a-new-pojo-tf3993393s2369.html#a11340002 > Sent from the AppFuse - User mailing list archive at Nabble.com. > > --------------------------------------------------------------------- > To unsubscribe, e-mail: [EMAIL PROTECTED] > For additional commands, e-mail: [EMAIL PROTECTED] > > --------------------------------------------------------------------- > To unsubscribe, e-mail: [EMAIL PROTECTED] > For additional commands, e-mail: [EMAIL PROTECTED] > > > -- View this message in context: http://www.nabble.com/Add-ManyToOne-relationship-between-user-and-a-new-pojo-tf3993393s2369.html#a11344422 Sent from the AppFuse - User mailing list archive at Nabble.com. --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
