It's all about the answers!

Ask a question

can one server plugin proxy for another


sam detweiler (12.5k6195201) | asked Feb 25 '12, 3:52 p.m.
1. I have a remote repository plugin, working fine, and one of the parameters is the lit of variables found in the synchrule to synchronize to the remote system. all is good.

2. I also have a server side plugin that the rtc clients call to get a centralized list of values for some special code.


Now I want to change my repository client (called by a web service) to use the list of variables defined in the server config.

I have a client-> api (IParmClient) clientLibrary.. used in step 2.
but the server properties are partitioned by service they are connected to.

So, the question.. if the client calls in with the IParmClient functions, can the server side then connect to the OTHER service to get the parameter list? this would make it from the ONE place it is stored and maintained.

http://i427.photobucket.com/albums/pp351/sdetweil/rtcstuff.jpg
this is the red link between the two plugins I am asking about

I will try this out anyhow..

sam

One answer



permanent link
sam detweiler (12.5k6195201) | answered Feb 26 '12, 5:21 p.m.
I decided to change the design to have a central parameter service, with all the parms registered there, and to have the repository manager AND the remote client call the service to get parms..

no proxy, one location.

http://i427.photobucket.com/albums/pp351/sdetweil/rtcstuff2.jpg

had a small problem with one plugin file not being created right (user error)

Your answer


Register or to post your answer.


Dashboards and work items are no longer publicly available, so some links may be invalid. We now provide similar information through other means. Learn more here.