<?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: Introducing POCO Data</title>
	<atom:link href="http://pocoproject.org/blog/?feed=rss2&#038;p=24" rel="self" type="application/rss+xml" />
	<link>http://pocoproject.org/blog/?p=24</link>
	<description>News and discussion for the POCO Community</description>
	<lastBuildDate>Thu, 09 May 2013 12:05:16 +0200</lastBuildDate>
	<generator>http://wordpress.org/?v=2.8.5</generator>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<item>
		<title>By: alex</title>
		<link>http://pocoproject.org/blog/?p=24&#038;cpage=1#comment-79</link>
		<dc:creator>alex</dc:creator>
		<pubDate>Tue, 26 Sep 2006 10:11:35 +0000</pubDate>
		<guid isPermaLink="false">http://appinf.com/poco/blog/?p=24#comment-79</guid>
		<description>I don&#039;t see how wrapping SOCI would enhance adoption of Poco either. Poco can already integrate nicely with Boost. For example, Peter&#039;s reply to my query about tuples explains how:
[quote]
Well, Poco::Tuple is currently not planned, but it should be possible to use boost::tuple in PocoData by providing the necessary TypeHandler template specializations.
[end quote]
However, I&#039;d have to have a good reason to couple myself with another library. Generally speaking, tight coupling (and dependencies in general) are bad. Same is probably SOCI&#039;s developer&#039;s concern when considering a &#039;merger&#039; with anyone. At any rate, I think we are beating a dead horse here.

Alex</description>
		<content:encoded><![CDATA[<p>I don&#8217;t see how wrapping SOCI would enhance adoption of Poco either. Poco can already integrate nicely with Boost. For example, Peter&#8217;s reply to my query about tuples explains how:<br />
[quote]<br />
Well, Poco::Tuple is currently not planned, but it should be possible to use boost::tuple in PocoData by providing the necessary TypeHandler template specializations.<br />
[end quote]<br />
However, I&#8217;d have to have a good reason to couple myself with another library. Generally speaking, tight coupling (and dependencies in general) are bad. Same is probably SOCI&#8217;s developer&#8217;s concern when considering a &#8216;merger&#8217; with anyone. At any rate, I think we are beating a dead horse here.</p>
<p>Alex</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Cornell</title>
		<link>http://pocoproject.org/blog/?p=24&#038;cpage=1#comment-78</link>
		<dc:creator>Cornell</dc:creator>
		<pubDate>Mon, 25 Sep 2006 19:57:04 +0000</pubDate>
		<guid isPermaLink="false">http://appinf.com/poco/blog/?p=24#comment-78</guid>
		<description>Enhance adoption would have been a better term. Boost libraries have a growing mindshare, although I myself am not a fan of their extreme emphasis on templates. Boost based code takes forever to compile..
However, if Poco can integrate nicely with Boost it sure would help speed up adoption among Boost fans.
A wrapper on top of wrappers sounds convuluted I agree but you take advantage of the work done by potentially hundreds of other developers while concentrating on other parts of Poco.

c</description>
		<content:encoded><![CDATA[<p>Enhance adoption would have been a better term. Boost libraries have a growing mindshare, although I myself am not a fan of their extreme emphasis on templates. Boost based code takes forever to compile..<br />
However, if Poco can integrate nicely with Boost it sure would help speed up adoption among Boost fans.<br />
A wrapper on top of wrappers sounds convuluted I agree but you take advantage of the work done by potentially hundreds of other developers while concentrating on other parts of Poco.</p>
<p>c</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: alex</title>
		<link>http://pocoproject.org/blog/?p=24&#038;cpage=1#comment-77</link>
		<dc:creator>alex</dc:creator>
		<pubDate>Mon, 25 Sep 2006 16:29:20 +0000</pubDate>
		<guid isPermaLink="false">http://appinf.com/poco/blog/?p=24#comment-77</guid>
		<description>I&#039;m not sure I understand how SOCI boostification would enhance usability of Poco. And wrapping a wrapper which wrapps other wrappers sounds like a bit too much wrapping.

Alex</description>
		<content:encoded><![CDATA[<p>I&#8217;m not sure I understand how SOCI boostification would enhance usability of Poco. And wrapping a wrapper which wrapps other wrappers sounds like a bit too much wrapping.</p>
<p>Alex</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Cornell</title>
		<link>http://pocoproject.org/blog/?p=24&#038;cpage=1#comment-76</link>
		<dc:creator>Cornell</dc:creator>
		<pubDate>Mon, 25 Sep 2006 12:44:54 +0000</pubDate>
		<guid isPermaLink="false">http://appinf.com/poco/blog/?p=24#comment-76</guid>
		<description>How about designing PocoData simply as warapper around SOCI. This would enhance the usability of Poco if SOCI ever gets accepted into Boost.

c.</description>
		<content:encoded><![CDATA[<p>How about designing PocoData simply as warapper around SOCI. This would enhance the usability of Poco if SOCI ever gets accepted into Boost.</p>
<p>c.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: alex</title>
		<link>http://pocoproject.org/blog/?p=24&#038;cpage=1#comment-75</link>
		<dc:creator>alex</dc:creator>
		<pubDate>Mon, 25 Sep 2006 10:48:51 +0000</pubDate>
		<guid isPermaLink="false">http://appinf.com/poco/blog/?p=24#comment-75</guid>
		<description>One way or the other, there are two parallel very similar implementations. It is sad that this is the case because way more could be achieved if the two teams joined the eforts.  I have invited SOCI folks to join the Poco community and effort but they declined it. So, for the time being, the efforts shall continue in parallel.

Alex</description>
		<content:encoded><![CDATA[<p>One way or the other, there are two parallel very similar implementations. It is sad that this is the case because way more could be achieved if the two teams joined the eforts.  I have invited SOCI folks to join the Poco community and effort but they declined it. So, for the time being, the efforts shall continue in parallel.</p>
<p>Alex</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: pschojer</title>
		<link>http://pocoproject.org/blog/?p=24&#038;cpage=1#comment-74</link>
		<dc:creator>pschojer</dc:creator>
		<pubDate>Fri, 22 Sep 2006 07:14:12 +0000</pubDate>
		<guid isPermaLink="false">http://appinf.com/poco/blog/?p=24#comment-74</guid>
		<description>Well,
I have to object.
PocoData is NOT a port of SOCI. We took the SOCI library as inspiration source, and redesigned and implemented it from scratch. SOCI has a very good interface, so there was no need to reinvent it. We simply changed the parts where we felt it improves the usage of PocoData.
About contributing to SOCI: too much work. With our interface changes most parts of SOCI would have been in need of a rewrite, probably the same is true for their connector implementations. Add to that the time effort to understand
their code, to communicate changes...
Way faster to start from scratch :-)
br
Peter</description>
		<content:encoded><![CDATA[<p>Well,<br />
I have to object.<br />
PocoData is NOT a port of SOCI. We took the SOCI library as inspiration source, and redesigned and implemented it from scratch. SOCI has a very good interface, so there was no need to reinvent it. We simply changed the parts where we felt it improves the usage of PocoData.<br />
About contributing to SOCI: too much work. With our interface changes most parts of SOCI would have been in need of a rewrite, probably the same is true for their connector implementations. Add to that the time effort to understand<br />
their code, to communicate changes&#8230;<br />
Way faster to start from scratch <img src='http://pocoproject.org/blog/wp-includes/images/smilies/icon_smile.gif' alt=':-)' class='wp-smiley' /><br />
br<br />
Peter</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Vlad</title>
		<link>http://pocoproject.org/blog/?p=24&#038;cpage=1#comment-73</link>
		<dc:creator>Vlad</dc:creator>
		<pubDate>Fri, 22 Sep 2006 04:02:23 +0000</pubDate>
		<guid isPermaLink="false">http://appinf.com/poco/blog/?p=24#comment-73</guid>
		<description>This implementation seems to me to be a port of SOCI to Poco. If the intent is to mimic SOCI why not simply contribute to the SOCI project. I am sure they could use your help. The thing is C++ desperately needs a standard RDBMS access library. It appears SOCI aims to achieve this. But am not sure they have what it takes to implement a trully industrial strength library.
Right now I am using OTL together with Poco because I don&#039;t think SOCI is there yet. OTL is more complete and mature but SOCI seems better architected so it is likely to succeed. I was looking foward to the promised Poco data but if the goal is to re-do SOCI I might as weel wait for SOCI to mature.
May be I am pre-judging here  Poco::data but am kind of library junky so I will give a it fare try..


v.</description>
		<content:encoded><![CDATA[<p>This implementation seems to me to be a port of SOCI to Poco. If the intent is to mimic SOCI why not simply contribute to the SOCI project. I am sure they could use your help. The thing is C++ desperately needs a standard RDBMS access library. It appears SOCI aims to achieve this. But am not sure they have what it takes to implement a trully industrial strength library.<br />
Right now I am using OTL together with Poco because I don&#8217;t think SOCI is there yet. OTL is more complete and mature but SOCI seems better architected so it is likely to succeed. I was looking foward to the promised Poco data but if the goal is to re-do SOCI I might as weel wait for SOCI to mature.<br />
May be I am pre-judging here  Poco::data but am kind of library junky so I will give a it fare try..</p>
<p>v.</p>
]]></content:encoded>
	</item>
</channel>
</rss>
