Re: [appfuse-user] Trying to create a BaseManagerImpl class

2007-11-06 Thread Michael Horwitz
On 11/6/07, Rob Hills <[EMAIL PROTECTED]> wrote: > > Hi All, > > This one's really a Java question, but I know there are lots of you there > that know much more Java than I do. > > I have some functionality I wish to include in all of my Manager classes > so I started down the track of trying to cr

[appfuse-user] Trying to create a BaseManagerImpl class

2007-11-05 Thread Rob Hills
Hi All, This one's really a Java question, but I know there are lots of you there that know much more Java than I do. I have some functionality I wish to include in all of my Manager classes so I started down the track of trying to create an abstract BaseManagerImpl class. My problem is that