RE: WO 5.2 and EOCustom Objects
"Endre Rognerud" <[email protected]>
| Newsgroups | gmane.comp.web.webobjects.devel,gmane.comp.web.webobjects.eof |
|---|---|
| Message-ID | <[email protected]> |
[email protected] (Wednesday, January 08, 2003 3:55 PM): > > I'm making the migration of my WOApp from WO5.1 to WO5.2. > > Should I update the addToKey method of my EOCustom Objects and add > the includeObjectIntoPropertyWithKey( Object, String ) method ? > > The same question with the removeFromKey method > and the excludeObjectIntoPropertyWithKey( Object, String ) method ? I'm not quite sure exactly what you have to change in your EO-classes, but I have another advice instead :) If your using a tool like 'eogenerator', you will separate your code in the EO-classes from the code that WO needs for itself. When you upgrade your project to a new version of WO, you can just generate new EO-classes so you don't have to think of what you have to change. EOGenerator: http://www.rubicode.com/Software/EOGenerator/ -- Endre