View Single Post
  #6 (permalink)  
Old 09-26-2008, 11:20 PM
bitpusher bitpusher is offline
Registered User
 
Join Date: Nov 2007
Posts: 28
Re: Beyond TV SDK addition for developers (BTV >= 4.8)

Thanks for confirming that.

I have built a logging adapter layer for my service proxy assembly that logs all property bags coming out of the webservices.

This is allowing me to infer possible property results for each service call and generate stongly typed domain object wrappers.

Seems to be working out just fine so far.

Once I finalize the architecture of my api I will make my lib play nice with the others out there.
Reply With Quote