Nate Pearson wrote: > I'm using weborb's generated code. It handles some of my remote > object calls and puts the info into an array. I then need to do some > things to this array when it's done. I could just add the code inside > the generated code but it would get wiped out if I ever re-generate it. > > What's the best design practice to overcome this issue?
Extend the class. - shaun

