I'm confused as to which interface reference proxies must implement. Tutorial 3 says:
"Because a proxy reference is only about the location of the definition, the referenced class must implement a special interface." What is that 'special' interface? There's the VirtualProxy class, but that's a class, not an interface. Or, does it just mean that classes used as reference proxies must implement any old interface (i.e. Article implements InterfaceArticle) containing its persistent properties, like any other dynamic proxy? I'm hoping it's the latter, because I don't want to have to change my program code to configure when to use proxies; hopefully I can do all of that in the repository XML file. Thanks! Steve Molitor -- To unsubscribe, e-mail: <mailto:[EMAIL PROTECTED]> For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>
