<?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 for jolbox.com</title>
	<atom:link href="http://jolbox.com/blog/?feed=comments-rss2" rel="self" type="application/rss+xml" />
	<link>http://jolbox.com/blog</link>
	<description>Home of BoneCP and more</description>
	<lastBuildDate>Tue, 27 Mar 2012 13:24:13 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.0.1</generator>
	<item>
		<title>Comment on Find my resource! by Janning Vygen</title>
		<link>http://jolbox.com/blog/?p=17&#038;cpage=1#comment-33</link>
		<dc:creator>Janning Vygen</dc:creator>
		<pubDate>Tue, 27 Mar 2012 13:24:13 +0000</pubDate>
		<guid isPermaLink="false">http://jolbox.com/blog/?p=17#comment-33</guid>
		<description>Sorry for misusing blog comment for praise of BoneCP, but i didn&#039;t want to register in the forum.

We recently switched from c3p0 to BoneCP because we had some problems with C3p0 mainly some strange Exceptions we could not track down. So we just tried BoneCp. It works great! I can&#039;t really see if it is faster but it seems to be much more reliable. We drive a very popular website in germany with peaks of 3000 page views per second. All of these page views are dynamic and needs a DB connection if the data is not in second level cache. We used the LazyDatasource Pattern. As you stated you don&#039;t know who is using BoneCP, i can actually confirm: It is a joy, not a toy to run your app with BoneCP :-)</description>
		<content:encoded><![CDATA[<p>Sorry for misusing blog comment for praise of BoneCP, but i didn&#8217;t want to register in the forum.</p>
<p>We recently switched from c3p0 to BoneCP because we had some problems with C3p0 mainly some strange Exceptions we could not track down. So we just tried BoneCp. It works great! I can&#8217;t really see if it is faster but it seems to be much more reliable. We drive a very popular website in germany with peaks of 3000 page views per second. All of these page views are dynamic and needs a DB connection if the data is not in second level cache. We used the LazyDatasource Pattern. As you stated you don&#8217;t know who is using BoneCP, i can actually confirm: It is a joy, not a toy to run your app with BoneCP <img src='http://jolbox.com/blog/wp-includes/images/smilies/icon_smile.gif' alt=':-)' class='wp-smiley' /> </p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Find my resource! by Nico</title>
		<link>http://jolbox.com/blog/?p=17&#038;cpage=1#comment-32</link>
		<dc:creator>Nico</dc:creator>
		<pubDate>Mon, 05 Mar 2012 16:20:06 +0000</pubDate>
		<guid isPermaLink="false">http://jolbox.com/blog/?p=17#comment-32</guid>
		<description>For log4j specifically it is much easier to just specify -Dlog4j.debug at startup.</description>
		<content:encoded><![CDATA[<p>For log4j specifically it is much easier to just specify -Dlog4j.debug at startup.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Switching datasources dynamically at runtime by Kev</title>
		<link>http://jolbox.com/blog/?p=31&#038;cpage=1#comment-30</link>
		<dc:creator>Kev</dc:creator>
		<pubDate>Mon, 13 Feb 2012 12:33:12 +0000</pubDate>
		<guid isPermaLink="false">http://jolbox.com/blog/?p=31#comment-30</guid>
		<description>Is it possible to use the DynamicDataSourceProxy in combination with the LazyConnectionDataSourceProxy?</description>
		<content:encoded><![CDATA[<p>Is it possible to use the DynamicDataSourceProxy in combination with the LazyConnectionDataSourceProxy?</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Switching datasources dynamically at runtime by admin</title>
		<link>http://jolbox.com/blog/?p=31&#038;cpage=1#comment-20</link>
		<dc:creator>admin</dc:creator>
		<pubDate>Wed, 30 Jun 2010 10:52:44 +0000</pubDate>
		<guid isPermaLink="false">http://jolbox.com/blog/?p=31#comment-20</guid>
		<description>Sure! Thanks for the heads-up.</description>
		<content:encoded><![CDATA[<p>Sure! Thanks for the heads-up.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Switching datasources dynamically at runtime by andy</title>
		<link>http://jolbox.com/blog/?p=31&#038;cpage=1#comment-18</link>
		<dc:creator>andy</dc:creator>
		<pubDate>Wed, 02 Jun 2010 12:47:13 +0000</pubDate>
		<guid isPermaLink="false">http://jolbox.com/blog/?p=31#comment-18</guid>
		<description>Just to let you know that DataNucleus (http://www.datanucleus.org) is a JDO and JPA implementation providing persistence of Java objects to pretty much any type of datastore on the planet (RDBMS, ODBMS, LDAP, Excel, ODF, HBase, Amazon S3, etc etc), and it now supports use of BoneCP as a connection pool when persisting objects to RDBMS. Perhaps add a link to it from your docs ?
DataNucleus docs for its use are at
http://www.datanucleus.org/products/accessplatform_2_1/rdbms/bonecp.html</description>
		<content:encoded><![CDATA[<p>Just to let you know that DataNucleus (<a href="http://www.datanucleus.org" rel="nofollow">http://www.datanucleus.org</a>) is a JDO and JPA implementation providing persistence of Java objects to pretty much any type of datastore on the planet (RDBMS, ODBMS, LDAP, Excel, ODF, HBase, Amazon S3, etc etc), and it now supports use of BoneCP as a connection pool when persisting objects to RDBMS. Perhaps add a link to it from your docs ?<br />
DataNucleus docs for its use are at<br />
<a href="http://www.datanucleus.org/products/accessplatform_2_1/rdbms/bonecp.html" rel="nofollow">http://www.datanucleus.org/products/accessplatform_2_1/rdbms/bonecp.html</a></p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Switching datasources dynamically at runtime by Jon Demina</title>
		<link>http://jolbox.com/blog/?p=31&#038;cpage=1#comment-16</link>
		<dc:creator>Jon Demina</dc:creator>
		<pubDate>Fri, 23 Apr 2010 08:14:51 +0000</pubDate>
		<guid isPermaLink="false">http://jolbox.com/blog/?p=31#comment-16</guid>
		<description>Have a look at this post for a downloadable example of spring+hibernate+mysql:
http://forum.springsource.org/showpost.php?p=296322&amp;postcount=5</description>
		<content:encoded><![CDATA[<p>Have a look at this post for a downloadable example of spring+hibernate+mysql:<br />
<a href="http://forum.springsource.org/showpost.php?p=296322&amp;postcount=5" rel="nofollow">http://forum.springsource.org/showpost.php?p=296322&amp;postcount=5</a></p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Understanding &#8220;No session bound to thread&#8221; spring/hibernate problem by admin</title>
		<link>http://jolbox.com/blog/?p=27&#038;cpage=1#comment-6</link>
		<dc:creator>admin</dc:creator>
		<pubDate>Wed, 17 Feb 2010 15:55:48 +0000</pubDate>
		<guid isPermaLink="false">http://jolbox.com/blog/?p=27#comment-6</guid>
		<description>That&#039;s roughly equivalent of adding @Transactional on each method</description>
		<content:encoded><![CDATA[<p>That&#8217;s roughly equivalent of adding @Transactional on each method</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Understanding &#8220;No session bound to thread&#8221; spring/hibernate problem by Yuri</title>
		<link>http://jolbox.com/blog/?p=27&#038;cpage=1#comment-5</link>
		<dc:creator>Yuri</dc:creator>
		<pubDate>Thu, 21 Jan 2010 10:04:38 +0000</pubDate>
		<guid isPermaLink="false">http://jolbox.com/blog/?p=27#comment-5</guid>
		<description>You may move @Transactional at class level
and specify transaction politic within every method you need:

@Service
@Transactional	
public class SomeClassService{ 
 
        public void writeToDb() { 
            //some code
        }
        @Transactional(readOnly=true)
        public Object getFromDB() {
            //some code
        }
}
</description>
		<content:encoded><![CDATA[<p>You may move @Transactional at class level<br />
and specify transaction politic within every method you need:</p>
<p>@Service<br />
@Transactional<br />
public class SomeClassService{ </p>
<p>        public void writeToDb() {<br />
            //some code<br />
        }<br />
        @Transactional(readOnly=true)<br />
        public Object getFromDB() {<br />
            //some code<br />
        }<br />
}</p>
]]></content:encoded>
	</item>
</channel>
</rss>

