<?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>Stoss&#039; Home &#187; API</title>
	<atom:link href="http://stoss.ca/wp/tag/api/feed" rel="self" type="application/rss+xml" />
	<link>http://stoss.ca/wp</link>
	<description>The Musings of a Techie Canuck</description>
	<lastBuildDate>Tue, 24 Jan 2012 11:53:09 +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>My API</title>
		<link>http://stoss.ca/wp/2010/my-api</link>
		<comments>http://stoss.ca/wp/2010/my-api#comments</comments>
		<pubDate>Sat, 09 Jan 2010 14:08:17 +0000</pubDate>
		<dc:creator>Stoss</dc:creator>
				<category><![CDATA[geek]]></category>
		<category><![CDATA[website change]]></category>
		<category><![CDATA[API]]></category>
		<category><![CDATA[Technology]]></category>

		<guid isPermaLink="false">http://stoss.ca/wp/?p=306</guid>
		<description><![CDATA[<p>WARNING: Geeks only. (Persistent Link on the left hand side)</p> <p>I have been doing an excessive amount of coding lately, for both work and for personal things and I found that I use the same handful of JAVA methods in sequence to perform many tasks. Specifically around persisting/converting data.</p> <p>So in an effort to make [...]]]></description>
			<content:encoded><![CDATA[<p>WARNING: Geeks only. (<a title="Stoss' Util API" href="http://stoss.ca/wp/2010/my-api">Persistent Link</a> on the left hand side)</p>
<p>I have been doing an excessive amount of coding lately, for both work and for personal things and I found that I use the same handful of JAVA methods in sequence to perform many tasks. Specifically around persisting/converting data.</p>
<p>So in an effort to make my life easier I created a series of String and File utilities that I can call to avoid having to copy/paste and adjust dozens of lines of code.</p>
<p>The API is generic and mostly Object agnostic. I went through and fully documented all the methods, and I also overloaded many of the methods for the base case and specific cases.</p>
<p>I am posting it online here for people to use.:</p>
<ul>
<li><a title="Download the Stoss Utils API (JAR)" href="http://stoss.ca/API/files/util_api_1.0.jar">Java JAR</a></li>
<li><a title="Java Docs" href="http://www.stoss.ca/API/doc/index.html" target="_blank">JavaDocs</a></li>
<li><a title="Download the Stoss Util's API (DLL)" href="http://stoss.ca/API/files/util_api_1.0.dll">.NET DLL</a>*</li>
<li><a title="Download the Sample Java file" href="http://stoss.ca/API/sample/TestUtils.java">Sample Class</a></li>
</ul>
<p>I think eventually this will be &#8220;open source&#8221; in the sense I will let people add to it, but for the time being I&#8217;ll just see if anyone actually has an interest in it.</p>
<p>*Although not fully tested, There is a DLL version of this API. The DLL was generated using a neat little utility called <a title="IKVM" href="http://www.ikvm.net" target="_blank">IKVM</a>. The ability to convert JARs to DLLs is really useful!</p>
<p>You can run the Test Class by executing &#8220;java -jar util_api_1.0.jar&#8221;</p>
<p>This requires <a title="Java 6 Download" href="http://java.sun.com/javase/downloads/index.jsp" target="_blank">Java 6</a>.</p>
<p>Anyway, Please feel free to download and check out. Suggestions/Comments welcome.</p>
]]></content:encoded>
			<wfw:commentRss>http://stoss.ca/wp/2010/my-api/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

