Michael Horwitz wrote: > For AppFuse 2.0.X the easiest approach is simply to include the code for > the User class and modify as required: > http://www.appfuse.org/display/APF/AppFuse+Core+Classes > > > On 9/7/07, Rob Hills > <[EMAIL PROTECTED]> wrote: >> >> I need to add a single attribute to the user class and was wondering what >> was the "recommended" way to go about this. >> >> I had thought to extend org.appfuse.model.User adding my own attributes, >> getters and setters, but had concerns about a couple of things: >>
Mike, I'm sure it's the _easiest_ way, but it doesn't seem like the _best_ way. It's not the "Java" way. Isn't extension possible? -- derek --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
