i have problems with understanding parts of the RPC mechanism.
I don't understand what exactly YourServiceProxy and ServiceDefTarget is doing and which role this class/interface plays.
Somebody told me ServiceDefTarget defines the URL of my service.
But in my project we also have the part "@RemoteServiceRelativePath("stockPrices")". I thought this is setting the URL?
I'm confused about that and if somebody could give me a short explanation it would be awesome :) Cheers
