Re: Using proxy and requirements for java-files

2006-06-14 Thread Thomas Dudziak
On 6/14/06, Joose Vettenranta <[EMAIL PROTECTED]> wrote: I want to use generic proxy for "lazy loading" 1:n connections. Say I have class Foo Do I need to have also Interface for class Foo to make proxy to work? Say like Interface IntFoo or does the generic proxy thingie work without that cu

Using proxy and requirements for java-files

2006-06-14 Thread Joose Vettenranta
Hi, I want to use generic proxy for "lazy loading" 1:n connections. Say I have class Foo Do I need to have also Interface for class Foo to make proxy to work? Say like Interface IntFoo or does the generic proxy thingie work without that custom Interface? Thanks, Joose -- "Always remember t