Re: How to not persist an object
Leif Wells <[email protected]>
| Newsgroups | gmane.comp.java.openamf.user |
|---|---|
| Message-ID | <[email protected]> |
Sean, I appologize for my lack of experience in this, but I am still at a loss. I understand that I should use your suggested Foo & FooInfoBean technique to avoid the problem we are having. What I don't understand: 1) How are these two Classes are related? In your earlier example there is no reference to either of them in each other. Is this connection something that Java will do in the background? Or is it something that OpenAMF automagically looks for when an Object is sent it's way? 2) I *assume* that I'd still be sending Foo to OpenAMF>Flash. Is that correct? If there is some reference material I should be reviewing about this, please point me in that direction. Leif On 4/28/05, Sean C. Sullivan <[email protected]> wrote: > implement a FooBeanInfo class for each Java class > where you need to force certain properties to be ignored > >