<?xml version="1.0" encoding="UTF-8"?><rss
version="2.0"
xmlns:content="http://purl.org/rss/1.0/modules/content/"
xmlns:dc="http://purl.org/dc/elements/1.1/"
xmlns:atom="http://www.w3.org/2005/Atom"
xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
> <channel><title>Comments on: Request/Response Service Layer: Synchronous Client-Side Usage</title> <atom:link href="http://davybrion.com/blog/2009/11/requestresponse-service-layer-synchronous-client-side-usage/feed/" rel="self" type="application/rss+xml" /><link>http://davybrion.com/blog/2009/11/requestresponse-service-layer-synchronous-client-side-usage/</link> <description>inquisitive: adjective. given to inquiry, research, or asking questions; eager for knowledge; intellectually curious</description> <lastBuildDate>Wed, 08 Feb 2012 11:42:42 +0000</lastBuildDate> <sy:updatePeriod>hourly</sy:updatePeriod> <sy:updateFrequency>1</sy:updateFrequency> <generator>http://wordpress.org/?v=3.3.1</generator> <item><title>By: Davy Brion</title><link>http://davybrion.com/blog/2009/11/requestresponse-service-layer-synchronous-client-side-usage/comment-page-1/#comment-98675</link> <dc:creator>Davy Brion</dc:creator> <pubDate>Mon, 14 Mar 2011 21:05:00 +0000</pubDate> <guid
isPermaLink="false">http://davybrion.com/blog/?p=1806#comment-98675</guid> <description>nope, sorry... the support is limited to the IOC container for now :)glad to hear it works!</description> <content:encoded><![CDATA[<p>nope, sorry&#8230; the support is limited to the IOC container for now <img
src='http://d18sni7re4ly7f.cloudfront.net/blog/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /></p><p>glad to hear it works!</p> ]]></content:encoded> </item> <item><title>By: Filip Kinsky</title><link>http://davybrion.com/blog/2009/11/requestresponse-service-layer-synchronous-client-side-usage/comment-page-1/#comment-98674</link> <dc:creator>Filip Kinsky</dc:creator> <pubDate>Mon, 14 Mar 2011 20:57:00 +0000</pubDate> <guid
isPermaLink="false">http://davybrion.com/blog/?p=1806#comment-98674</guid> <description>Thanks for your response - I already created my own IRequestProcessor implementation which depends on IWcfRequestProcessor, which is registered as standard WCF service using Castle WCF facility. Than I set this class as ClientConfiguration.RequestProcessorImplementation - I can resolve IRequestDispatcher using Windsor now and everything works including the WCF Integration. Quite easy stuff - I was just expecting built-in support for the WCF facility when you support Windsor...</description> <content:encoded><![CDATA[<p>Thanks for your response &#8211; I already created my own IRequestProcessor implementation which depends on IWcfRequestProcessor, which is registered as standard WCF service using Castle WCF facility. Than I set this class as ClientConfiguration.RequestProcessorImplementation &#8211; I can resolve IRequestDispatcher using Windsor now and everything works including the WCF Integration. Quite easy stuff &#8211; I was just expecting built-in support for the WCF facility when you support Windsor&#8230;</p> ]]></content:encoded> </item> <item><title>By: Davy Brion</title><link>http://davybrion.com/blog/2009/11/requestresponse-service-layer-synchronous-client-side-usage/comment-page-1/#comment-98673</link> <dc:creator>Davy Brion</dc:creator> <pubDate>Mon, 14 Mar 2011 20:29:00 +0000</pubDate> <guid
isPermaLink="false">http://davybrion.com/blog/?p=1806#comment-98673</guid> <description>i haven&#039;t used Windsor&#039;s WCF integration facility yet so i can&#039;t really help you with that yetwhat are the changes you need to make to use the WCF integration facility?btw, it would be better if we&#039;d resume this discussion on the agatha mailing list:
http://groups.google.com/group/agatha-rrsl</description> <content:encoded><![CDATA[<p>i haven&#8217;t used Windsor&#8217;s WCF integration facility yet so i can&#8217;t really help you with that yet</p><p>what are the changes you need to make to use the WCF integration facility?</p><p>btw, it would be better if we&#8217;d resume this discussion on the agatha mailing list:<br
/> <a
href="http://groups.google.com/group/agatha-rrsl" rel="nofollow">http://groups.google.com/group/agatha-rrsl</a></p> ]]></content:encoded> </item> <item><title>By: Filip Kinsky</title><link>http://davybrion.com/blog/2009/11/requestresponse-service-layer-synchronous-client-side-usage/comment-page-1/#comment-98668</link> <dc:creator>Filip Kinsky</dc:creator> <pubDate>Mon, 14 Mar 2011 13:59:00 +0000</pubDate> <guid
isPermaLink="false">http://davybrion.com/blog/?p=1806#comment-98668</guid> <description>Is there any simple method how to register client side request processor using Castle Windsor WCF integration facility? I&#039;m using my standard WCF services like this:container.Register(WcfClient.ForChannels(
new DefaultClientModel(
WcfEndpoint.ForContract()
.BoundTo(wcfConfigurator.GetServiceBinding())
.At(wcfConfigurator.GetServiceEndpointAddress(&quot;RequestProcessor.svc&quot;))
)));(wcfConfigurator is a helper class to get rid of WCF XML configuration hell)Now I&#039;d like to slowly migrate my WCF services to Agatha, but still use Windsor WCF integration. At the moment I&#039;m thinking about implementing my own IRequestProcessor and IAsyncRequestProcessor. Both depending on IWcfRequestProcessor and so utilizing the WCF integration facility. Is it right approach or is there any easier method I just overlooked?Anyway thanks for great framework :)</description> <content:encoded><![CDATA[<p>Is there any simple method how to register client side request processor using Castle Windsor WCF integration facility? I&#8217;m using my standard WCF services like this:</p><p> container.Register(WcfClient.ForChannels(<br
/> new DefaultClientModel(<br
/> WcfEndpoint.ForContract()<br
/> .BoundTo(wcfConfigurator.GetServiceBinding())<br
/> .At(wcfConfigurator.GetServiceEndpointAddress(&#8220;RequestProcessor.svc&#8221;))<br
/> )));</p><p>(wcfConfigurator is a helper class to get rid of WCF XML configuration hell)</p><p>Now I&#8217;d like to slowly migrate my WCF services to Agatha, but still use Windsor WCF integration. At the moment I&#8217;m thinking about implementing my own IRequestProcessor and IAsyncRequestProcessor. Both depending on IWcfRequestProcessor and so utilizing the WCF integration facility. Is it right approach or is there any easier method I just overlooked?</p><p>Anyway thanks for great framework <img
src='http://d18sni7re4ly7f.cloudfront.net/blog/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /></p> ]]></content:encoded> </item> </channel> </rss>
<!-- Performance optimized by W3 Total Cache. Learn more: http://www.w3-edge.com/wordpress-plugins/

Minified using disk: basic
Page Caching using disk: enhanced
Database Caching 5/11 queries in 0.004 seconds using disk: basic
Object Caching 376/383 objects using disk: basic
Content Delivery Network via Amazon Web Services: CloudFront: d18sni7re4ly7f.cloudfront.net

Served from: davybrion.com @ 2012-02-09 03:44:18 -->
