<?xml version="1.0" encoding="utf-8"?><!-- generator="wordpress/2.0.2" -->
<rss version="2.0" 
	xmlns:content="http://purl.org/rss/1.0/modules/content/">
<channel>
	<title>Comments on: Spring XmlRpcServiceExporter</title>
	<link>http://blog.springsource.com/arjen/archives/2005/02/12/spring-xmlrpcserviceexporter/</link>
	<description>A blog about programming in .NET and Java</description>
	<pubDate>Wed, 07 Jan 2009 01:52:59 +0000</pubDate>
	<generator>http://wordpress.org/?v=2.0.2</generator>

	<item>
		<title>by: Arjen</title>
		<link>http://blog.springsource.com/arjen/archives/2005/02/12/spring-xmlrpcserviceexporter/#comment-246</link>
		<pubDate>Fri, 29 Jul 2005 13:26:00 +0000</pubDate>
		<guid>http://blog.springsource.com/arjen/archives/2005/02/12/spring-xmlrpcserviceexporter/#comment-246</guid>
					<description>You would configure it like any other &lt;code&gt;RemoteExporter&lt;/code&gt;. Refer to the &lt;a href=&quot;http://static.springframework.org/spring/docs/1.2.x/reference/remoting.html#d0e11537&quot;&gt;Spring Reference documentation on remoting&lt;/a&gt; for more info.</description>
		<content:encoded><![CDATA[<p>You would configure it like any other <code>RemoteExporter</code>. Refer to the <a href="http://static.springframework.org/spring/docs/1.2.x/reference/remoting.html#d0e11537">Spring Reference documentation on remoting</a> for more info.</p>
]]></content:encoded>
				</item>
	<item>
		<title>by: Steve Daly</title>
		<link>http://blog.springsource.com/arjen/archives/2005/02/12/spring-xmlrpcserviceexporter/#comment-243</link>
		<pubDate>Wed, 27 Jul 2005 16:56:22 +0000</pubDate>
		<guid>http://blog.springsource.com/arjen/archives/2005/02/12/spring-xmlrpcserviceexporter/#comment-243</guid>
					<description>Can you post an example of how to configure this exporter with a service in the application context config file?

TIA,

Steve</description>
		<content:encoded><![CDATA[<p>Can you post an example of how to configure this exporter with a service in the application context config file?</p>
<p>TIA,</p>
<p>Steve</p>
]]></content:encoded>
				</item>
	<item>
		<title>by: Alef</title>
		<link>http://blog.springsource.com/arjen/archives/2005/02/12/spring-xmlrpcserviceexporter/#comment-31</link>
		<pubDate>Sun, 13 Feb 2005 22:53:32 +0000</pubDate>
		<guid>http://blog.springsource.com/arjen/archives/2005/02/12/spring-xmlrpcserviceexporter/#comment-31</guid>
					<description>Well, like I said in my mail already, it's gonna be hard to get full serializability for all your arguments. Normale beans and arrays work, but once you start to use collections, you can't transform the structs into the necessary objects anymore (there's not type information available). Then there's properties that expose interfaces. You can go and guess a concrete type there. Finally there's the objects that don't adhere to the JavaBeans spec. You'll need property editors for those, but that's something I think you don't want since you want to have completely transparent RPC.

Well, on the other side, it works for simple beans. I think we'll have to add this to the Spring sandbox soon.</description>
		<content:encoded><![CDATA[<p>Well, like I said in my mail already, it&#8217;s gonna be hard to get full serializability for all your arguments. Normale beans and arrays work, but once you start to use collections, you can&#8217;t transform the structs into the necessary objects anymore (there&#8217;s not type information available). Then there&#8217;s properties that expose interfaces. You can go and guess a concrete type there. Finally there&#8217;s the objects that don&#8217;t adhere to the JavaBeans spec. You&#8217;ll need property editors for those, but that&#8217;s something I think you don&#8217;t want since you want to have completely transparent RPC.</p>
<p>Well, on the other side, it works for simple beans. I think we&#8217;ll have to add this to the Spring sandbox soon.</p>
]]></content:encoded>
				</item>
</channel>
</rss>
