<?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/"
	xmlns:itunes="http://www.itunes.com/dtds/podcast-1.0.dtd"
	>
<channel>
	<title>Comments on: Introduction: Using a factory to instantiate beans with the javabean cartridge</title>
	<atom:link href="http://blog.smooks.org/2009/10/12/introduction-using-a-factory-to-instantiate-beans-with-the-javabean-cartridge/feed/" rel="self" type="application/rss+xml" />
	<link>http://blog.smooks.org/2009/10/12/introduction-using-a-factory-to-instantiate-beans-with-the-javabean-cartridge/</link>
	<description>The official blog</description>
	<lastBuildDate>Thu, 29 Jul 2010 04:27:39 +0100</lastBuildDate>
	<generator>http://wordpress.org/?v=2.8.4</generator>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<item>
		<title>By: Maurice</title>
		<link>http://blog.smooks.org/2009/10/12/introduction-using-a-factory-to-instantiate-beans-with-the-javabean-cartridge/comment-page-1/#comment-51</link>
		<dc:creator>Maurice</dc:creator>
		<pubDate>Fri, 12 Feb 2010 17:09:21 +0000</pubDate>
		<guid isPermaLink="false">http://blog.smooks.org/?p=354#comment-51</guid>
		<description>Please use the mailing list for any questions not relating the blog entry. You can find the mailing list here: http://www.smooks.org/mediawiki/index.php?title=Mailing_Lists.

Also please follow the posting guidelines as specified here: http://www.smooks.org/mediawiki/index.php?title=Guidlines_for_Posting_Questions_to_the_User_Mailing_List

Also please specify as much information regarding your problem as possible. The guidelines explain how.</description>
		<content:encoded><![CDATA[<p>Please use the mailing list for any questions not relating the blog entry. You can find the mailing list here: <a href="http://www.smooks.org/mediawiki/index.php?title=Mailing_Lists" rel="nofollow">http://www.smooks.org/mediawiki/index.php?title=Mailing_Lists</a>.</p>
<p>Also please follow the posting guidelines as specified here: <a href="http://www.smooks.org/mediawiki/index.php?title=Guidlines_for_Posting_Questions_to_the_User_Mailing_List" rel="nofollow">http://www.smooks.org/mediawiki/index.php?title=Guidlines_for_Posting_Questions_to_the_User_Mailing_List</a></p>
<p>Also please specify as much information regarding your problem as possible. The guidelines explain how.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Edgar</title>
		<link>http://blog.smooks.org/2009/10/12/introduction-using-a-factory-to-instantiate-beans-with-the-javabean-cartridge/comment-page-1/#comment-50</link>
		<dc:creator>Edgar</dc:creator>
		<pubDate>Fri, 12 Feb 2010 15:30:13 +0000</pubDate>
		<guid isPermaLink="false">http://blog.smooks.org/?p=354#comment-50</guid>
		<description>I am trying desperately to validate a Java object using Smooks but I cannot seem to get this to work. I populate the object with values and then run Smooks. Smooks does not see my values in the object. ANy help appreciated.</description>
		<content:encoded><![CDATA[<p>I am trying desperately to validate a Java object using Smooks but I cannot seem to get this to work. I populate the object with values and then run Smooks. Smooks does not see my values in the object. ANy help appreciated.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: tom</title>
		<link>http://blog.smooks.org/2009/10/12/introduction-using-a-factory-to-instantiate-beans-with-the-javabean-cartridge/comment-page-1/#comment-42</link>
		<dc:creator>tom</dc:creator>
		<pubDate>Mon, 12 Oct 2009 08:54:15 +0000</pubDate>
		<guid isPermaLink="false">http://blog.smooks.org/?p=354#comment-42</guid>
		<description>And you could also define the &quot;factory.definition.parser.class&quot; on the command line ala:
    -Dfactory.definition.parser.class=org.milyn.javabean.factory.MVELFactoryDefinitionParser</description>
		<content:encoded><![CDATA[<p>And you could also define the &#8220;factory.definition.parser.class&#8221; on the command line ala:<br />
    -Dfactory.definition.parser.class=org.milyn.javabean.factory.MVELFactoryDefinitionParser</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Maurice</title>
		<link>http://blog.smooks.org/2009/10/12/introduction-using-a-factory-to-instantiate-beans-with-the-javabean-cartridge/comment-page-1/#comment-41</link>
		<dc:creator>Maurice</dc:creator>
		<pubDate>Mon, 12 Oct 2009 08:25:20 +0000</pubDate>
		<guid isPermaLink="false">http://blog.smooks.org/?p=354#comment-41</guid>
		<description>@Tom:Jibx has this feature as well but you can only use static factory methods. I don&#039;t know if JAXB has this feature. I don&#039;t believe that XStream has this feature.

@Tom &amp; @Daniel: Thanks.</description>
		<content:encoded><![CDATA[<p>@Tom:Jibx has this feature as well but you can only use static factory methods. I don&#8217;t know if JAXB has this feature. I don&#8217;t believe that XStream has this feature.</p>
<p>@Tom &#038; @Daniel: Thanks.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Daniel</title>
		<link>http://blog.smooks.org/2009/10/12/introduction-using-a-factory-to-instantiate-beans-with-the-javabean-cartridge/comment-page-1/#comment-40</link>
		<dc:creator>Daniel</dc:creator>
		<pubDate>Mon, 12 Oct 2009 08:19:36 +0000</pubDate>
		<guid isPermaLink="false">http://blog.smooks.org/?p=354#comment-40</guid>
		<description>Hi Maurice, 

nice feature and good description of it! 

/Daniel</description>
		<content:encoded><![CDATA[<p>Hi Maurice, </p>
<p>nice feature and good description of it! </p>
<p>/Daniel</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: tom</title>
		<link>http://blog.smooks.org/2009/10/12/introduction-using-a-factory-to-instantiate-beans-with-the-javabean-cartridge/comment-page-1/#comment-39</link>
		<dc:creator>tom</dc:creator>
		<pubDate>Mon, 12 Oct 2009 08:19:09 +0000</pubDate>
		<guid isPermaLink="false">http://blog.smooks.org/?p=354#comment-39</guid>
		<description>Question.... is this something that any of the other binding frameworks have... JiBX, JAXB etc?</description>
		<content:encoded><![CDATA[<p>Question&#8230;. is this something that any of the other binding frameworks have&#8230; JiBX, JAXB etc?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: tom</title>
		<link>http://blog.smooks.org/2009/10/12/introduction-using-a-factory-to-instantiate-beans-with-the-javabean-cartridge/comment-page-1/#comment-38</link>
		<dc:creator>tom</dc:creator>
		<pubDate>Mon, 12 Oct 2009 08:17:12 +0000</pubDate>
		<guid isPermaLink="false">http://blog.smooks.org/?p=354#comment-38</guid>
		<description>Cool stuff Maurice... well done!!  

I&#039;ll get this into the public SNAPSHOT repo later today.  People can have a play with it then.</description>
		<content:encoded><![CDATA[<p>Cool stuff Maurice&#8230; well done!!  </p>
<p>I&#8217;ll get this into the public SNAPSHOT repo later today.  People can have a play with it then.</p>
]]></content:encoded>
	</item>
</channel>
</rss>
