Okay, this looks good. I did change the BaseXxx -> Xxx and Xxx -> ExtensionXxx per the existing convention in the om templates.
I have a question though, XxxProxyInterface is generate on condition of ojbUseProxy, which makes sense. But then XxxInterface is always generated. Do OJB users always need this XxxInteface to be generated? Or should it be done if !ojbUseProxy? Or should a new variable to be added, ojbUseInteface? Unless OJB users will always want the XxxInterface, we should do either the 2nd or 3rd option. - Stephen > -----Original Message----- > From: Markus M. May [mailto:[EMAIL PROTECTED]] > Sent: Friday, September 27, 2002 1:30 PM > To: Turbine Torque Developers List > Subject: RE: [patch] ojb templates > > The Interface and the ProxyInterface are used if you set ojbUseProxy in > your Properties. This is used for a dynamic proxy mapping. Anyway, I would > like to apply another patch, which defines the same Class structure as the > default OM Model of Torque. This means that there is a BaseObject and an > Object. And the Object is not touched, if it is already there. > > -- To unsubscribe, e-mail: <mailto:[EMAIL PROTECTED]> For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>
