<?xml version="1.0" encoding="utf-8" standalone="yes"?><rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom"><channel><title>Uncategorized on Random Ramblings</title><link>https://blog.foundev.pro/tags/Uncategorized.html</link><description>Recent content in Uncategorized on Random Ramblings</description><generator>Hugo</generator><language>en-us</language><lastBuildDate>Tue, 29 Jun 2010 13:10:00 +0000</lastBuildDate><atom:link href="https://blog.foundev.pro/tags/Uncategorized/index.xml" rel="self" type="application/rss+xml"/><item><title>Java Dependency Management with Apache Ivy</title><link>https://blog.foundev.pro/2010/06/29/java-dependency-management-with-apache-ivy.html</link><pubDate>Tue, 29 Jun 2010 13:10:00 +0000</pubDate><guid>https://blog.foundev.pro/2010/06/29/java-dependency-management-with-apache-ivy.html</guid><description>&lt;h1&gt;Java Dependency Management with Apache Ivy&lt;/h1&gt;&#10;Not wanting to ditch your already built well working ant scripts for the plugin-centric view of Maven, especially if your project structure doesn&amp;#8217;t line up quite right with Maven&amp;#8217;s point of view? Enter Apache Ivy which like Maven can automatically download and resolve all of your dependencies and their dependencies for you with just a few simple lines of XML (if only I could get rid of the XML Part).&#10;&lt;p&gt;&lt;span style="font-size: 14px;font-weight: bold"&gt;Pros&lt;/span&gt;&lt;/p&gt;</description></item><item><title>Hibernate Connection Pooling: why isn’t the default one for production?</title><link>https://blog.foundev.pro/2010/06/26/hibernate-connection-pooling-why-is-the-default-one-for-production.html</link><pubDate>Sat, 26 Jun 2010 13:50:00 +0000</pubDate><guid>https://blog.foundev.pro/2010/06/26/hibernate-connection-pooling-why-is-the-default-one-for-production.html</guid><description>&lt;h1&gt;Hibernate Connection Pooling: why isn&amp;#8217;t the default one for production?&lt;/h1&gt;&#10;Hibernate unlike NHibernate comes with a variety of connection pooling options. The three primary ones of which I&amp;#8217;m aware are [Proxool](http://proxool.sourceforge.net/), [Apache DBCP](http://commons.apache.org/dbcp/), and [c3p0](http://sourceforge.net/projects/c3p0/) . I myself have only so far used c3p0 and it works quite well having saved me from a couple of jams so far where the default one was in use previously. First why not use the default one? Because the official Hibernate documentation says in a big yellow box marked caution the following words:&#10;&lt;p&gt;&lt;span style="font-family: 'Lucida Grande', Geneva, Verdana, Arial, sans-serif;color: #533500;line-height: 18px"&gt;&lt;/span&gt;&lt;/p&gt;</description></item></channel></rss>