Re: EOEnterpriseObjectClazz with interface

2018-11-20 Thread Morris, Mark
, November 20, 2018 at 8:26 PM To: "Morris, Mark" Cc: "Webobjects-dev@lists.apple.com" Subject: Re: EOEnterpriseObjectClazz with interface Hey Mark, Even if Java allowed you to override static methods of an interface, you would still have problems to discover the classes th

Re: EOEnterpriseObjectClazz with interface

2018-11-20 Thread Henrique Prange
hey could override that method to return useful information. > But now *all* of my classes have that default implementation, so it’s not > really a clean workaround…. > > Thanks again! > Mark > > From: Johann Werner > Date: Tuesday, November 20, 2018 at 3:39 AM >

Re: EOEnterpriseObjectClazz with interface

2018-11-20 Thread Morris, Mark
again! Mark From: Johann Werner Date: Tuesday, November 20, 2018 at 3:39 AM To: "Morris, Mark" Cc: "Webobjects-dev@lists.apple.com" Subject: Re: EOEnterpriseObjectClazz with interface Hi Mark, I think you have to tell us what exactly you want to achieve? Do you have an

Re: EOEnterpriseObjectClazz with interface

2018-11-20 Thread Johann Werner
m is > saying it makes that possible, but I’m just not understanding how that works. > > Thanks again. Tschüß! > Mark > > From: Johann Werner > Date: Monday, November 19, 2018 at 1:37 AM > To: "Morris, Mark" > Cc: "Webobjects-dev@lists.apple.com"

Re: EOEnterpriseObjectClazz with interface

2018-11-19 Thread Morris, Mark
;Webobjects-dev@lists.apple.com" Subject: Re: EOEnterpriseObjectClazz with interface Hi Mark, have a look at BugTracker and its dependent framework BTBusinessLogic. That should you give some ideas. There are some more apps/frameworks in Wonder using that pattern, just have a look at the t

Re: EOEnterpriseObjectClazz with interface

2018-11-18 Thread Johann Werner
Hi Mark, have a look at BugTracker and its dependent framework BTBusinessLogic. That should you give some ideas. There are some more apps/frameworks in Wonder using that pattern, just have a look at the type hierarchy of the EOEnterpriseObjectClazz class (in Eclipse right click on the class nam