<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	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:slash="http://purl.org/rss/1.0/modules/slash/"
	>

<channel>
	<title>let x=x &#187; money-is-money</title>
	<atom:link href="http://www.crazymcphee.net/x/tag/money-is-money/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.crazymcphee.net/x</link>
	<description>programming idiom and methodology</description>
	<lastBuildDate>Fri, 27 Jan 2012 09:36:24 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.1</generator>
		<item>
		<title>Money-is-Money 0.17</title>
		<link>http://www.crazymcphee.net/x/2009/12/04/money-is-money-0-17/</link>
		<comments>http://www.crazymcphee.net/x/2009/12/04/money-is-money-0-17/#comments</comments>
		<pubDate>Fri, 04 Dec 2009 08:52:12 +0000</pubDate>
		<dc:creator>Scot Mcphee</dc:creator>
				<category><![CDATA[programming]]></category>
		<category><![CDATA[code]]></category>
		<category><![CDATA[library]]></category>
		<category><![CDATA[money]]></category>
		<category><![CDATA[money-is-money]]></category>
		<category><![CDATA[opensource]]></category>

		<guid isPermaLink="false">http://www.crazymcphee.net/x/?p=498</guid>
		<description><![CDATA[I just released a new version of Money-Is-Money, v0.17. If you&#8217;re interested, see the features here and here. My aim with it is to make the most accurate currency-aware Java money handling library available. This time I&#8217;ve added just a couple of new methods to get the whole and fractional amounts as Integers (I use [...]]]></description>
			<content:encoded><![CDATA[<p>I just released a new version of Money-Is-Money, v0.17. If you&#8217;re interested, see the features <a href="http://www.crazymcphee.net/x/2009/04/17/money-is-money-v016/">here</a> and <a href="http://www.crazymcphee.net/x/2009/04/17/money-is-money-v015-with-added-maven-repository/">here</a>. My aim with it is to make the most accurate currency-aware Java money handling library available. This time I&#8217;ve added just a couple of new methods to get the whole and fractional amounts as Integers (I use throughout BigDecimal and BigInteger to represent amounts, to avoid the fatal floating point errors).</p>
<p>To include it into your Maven POM you&#8217;ll have to add my repository to a profile in your settings.xml:</p>
<pre class="code" lang="xml">&lt;repositories&gt;
  &lt;repository&gt;
    &lt;id&gt;crazy-mcphee&lt;/id&gt;
    &lt;url&gt;http://modular.autonomous.org:80/artifactory-2.0.5/libs-releases-local&lt;/url&gt;
    &lt;snapshots&gt;
      &lt;enabled&gt;false&lt;/enabled&gt;
    &lt;/snapshots&gt;
    &lt;releases&gt;
      &lt;enabled&gt;true&lt;/enabled&gt;
    &lt;/releases&gt;
  &lt;/repository&gt;
&lt;/repositories&gt;</pre>
<p>At which point you can include the dependency in your pom.xml for your project:</p>
<pre class="code" lang="xml">&lt;dependency&gt;
  &lt;groupId&gt;org.autonomous&lt;/groupId&gt;
  &lt;artifactId&gt;money-is-money&lt;/artifactId&gt;
  &lt;version&gt;0.17&lt;/version&gt;
&lt;/dependency&gt;</pre>
<p>If you want to check the source code out with SVN the release is at <em>http://crazymcphee.net/svn/money/tags/money-is-money-0.17</em> and the latest trunk at <em>http://crazymcphee.net/svn/money/trunk</em></p>
]]></content:encoded>
			<wfw:commentRss>http://www.crazymcphee.net/x/2009/12/04/money-is-money-0-17/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

