|
|
Re: Dynamic proxy
|
Posted: Aug 29, 2005 11:47 PM
|
|
Even though it was kind of harsh, I kind of agree that the Q, is a little bit too unclear.
> > NeatPropertyBundle p = > > new NeatPropertyBundle("good_stuff"); > > System.out.println(p.a); > > System.out.println(p.b); > > System.out.println(p.c); >
> The contents of the configuration file can contain > anything, with any variable names. The dynamic proxy will > either map to the name or tell you it doesnt exist
The dynamic proxy I assume acts as your server, what type of Client/Server interaction (regulations or protocol) is the requirement. You want to know how to implement the Client, you tell us how the Server works (which is all good), yet you tell us nothing of how NeatPropertyBundle sends its requests.
|
|