<?xml version="1.0" encoding="UTF-8"?>
<?xml-stylesheet type="text/xsl" media="screen" href="/~d/styles/rss2full.xsl"?><?xml-stylesheet type="text/css" media="screen" href="http://feeds.feedburner.com/~d/styles/itemcontent.css"?><rss 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/" xmlns:feedburner="http://rssnamespace.org/feedburner/ext/1.0" version="2.0">

<channel>
	<title>Huikau?</title>
	
	<link>http://blog.huikau.com</link>
	<description>... finding time to write something useful is nontrivial ...</description>
	<lastBuildDate>Mon, 15 Mar 2010 16:56:08 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.9</generator>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
			<atom10:link xmlns:atom10="http://www.w3.org/2005/Atom" rel="self" type="application/rss+xml" href="http://feeds.feedburner.com/huikau" /><feedburner:info uri="huikau" /><atom10:link xmlns:atom10="http://www.w3.org/2005/Atom" rel="hub" href="http://pubsubhubbub.appspot.com/" /><item>
		<title>New opportunity</title>
		<link>http://feedproxy.google.com/~r/huikau/~3/7r07a5dfxAU/</link>
		<comments>http://blog.huikau.com/2010/03/15/new-opportunity/#comments</comments>
		<pubDate>Mon, 15 Mar 2010 16:56:08 +0000</pubDate>
		<dc:creator>Mike McKinney</dc:creator>
				<category><![CDATA[Programming]]></category>

		<guid isPermaLink="false">http://blog.huikau.com/?p=114</guid>
		<description><![CDATA[As anyone reading this may already know&#8230; I left Platinum Solutions for a position with a company called Solutions Made Simple, Inc. based in Reston, VA.  I&#8217;m moving my family away from the beach which makes us sad, but we are moving into an area we are very familiar with and are looking at this [...]]]></description>
		<wfw:commentRss>http://blog.huikau.com/2010/03/15/new-opportunity/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		<feedburner:origLink>http://blog.huikau.com/2010/03/15/new-opportunity/</feedburner:origLink></item>
		<item>
		<title>Web Services in Seconds (SOAP/REST)</title>
		<link>http://feedproxy.google.com/~r/huikau/~3/SxeAxLChst8/</link>
		<comments>http://blog.huikau.com/2009/11/23/web-services-in-seconds-soaprest/#comments</comments>
		<pubDate>Mon, 23 Nov 2009 18:03:22 +0000</pubDate>
		<dc:creator>Mike McKinney</dc:creator>
				<category><![CDATA[Programming]]></category>
		<category><![CDATA[netbeans]]></category>
		<category><![CDATA[rest]]></category>
		<category><![CDATA[soap]]></category>
		<category><![CDATA[web services]]></category>

		<guid isPermaLink="false">http://blog.huikau.com/?p=92</guid>
		<description><![CDATA[Don&#8217;t blink&#8230;
1. open netbeans&#8230;

2. create a new Java Web Project

3. create a new Web Service


4. specify the implementation details of your new Web Service

5. deploy it!

6. go see  your newly created Web Service in action!
http://localhost:8080/MyTest/TimeService?wsdl
7. now to support  REST too!

8. test your newly created REST service!


Or just hit:
http://localhost:8080/MyTest/resources/timeserviceport/gettime/

That&#8217;s it, hope you didn&#8217;t blink&#8230;
]]></description>
		<wfw:commentRss>http://blog.huikau.com/2009/11/23/web-services-in-seconds-soaprest/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		<feedburner:origLink>http://blog.huikau.com/2009/11/23/web-services-in-seconds-soaprest/</feedburner:origLink></item>
		<item>
		<title>Groovy in Action</title>
		<link>http://feedproxy.google.com/~r/huikau/~3/WTE3ZHHO3vE/</link>
		<comments>http://blog.huikau.com/2009/11/23/groovy-in-action/#comments</comments>
		<pubDate>Mon, 23 Nov 2009 14:53:07 +0000</pubDate>
		<dc:creator>Mike McKinney</dc:creator>
				<category><![CDATA[Programming]]></category>

		<guid isPermaLink="false">http://blog.huikau.com/?p=90</guid>
		<description><![CDATA[I started my career with &#8220;dynamic languages&#8221; (we called them scripting languages then).  I enjoy getting things done quickly with scripting languages, the power it gives you and the freedom to concentrate on the problem domain and not fight with the platform.  With all the new languages that are available on the JVM [...]]]></description>
		<wfw:commentRss>http://blog.huikau.com/2009/11/23/groovy-in-action/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		<feedburner:origLink>http://blog.huikau.com/2009/11/23/groovy-in-action/</feedburner:origLink></item>
		<item>
		<title>Google App Engine – JVM support</title>
		<link>http://feedproxy.google.com/~r/huikau/~3/Y1P8JkQv9Wk/</link>
		<comments>http://blog.huikau.com/2009/06/01/google-app-engine-jvm-support/#comments</comments>
		<pubDate>Mon, 01 Jun 2009 05:05:04 +0000</pubDate>
		<dc:creator>Mike McKinney</dc:creator>
				<category><![CDATA[Programming]]></category>
		<category><![CDATA[gae]]></category>
		<category><![CDATA[java]]></category>
		<category><![CDATA[jruby]]></category>
		<category><![CDATA[php]]></category>

		<guid isPermaLink="false">http://blog.huikau.com/?p=71</guid>
		<description><![CDATA[So of course most have heard Google App Engine now supports the JVM&#8230; and in doing that they have not only gone from just supporting Python, they now support Java and most of the other languages written to run on the JVM.
I find it interesting the first app I built for GAE with the new [...]]]></description>
		<wfw:commentRss>http://blog.huikau.com/2009/06/01/google-app-engine-jvm-support/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		<feedburner:origLink>http://blog.huikau.com/2009/06/01/google-app-engine-jvm-support/</feedburner:origLink></item>
		<item>
		<title>Pick your battles</title>
		<link>http://feedproxy.google.com/~r/huikau/~3/aDJFW1oozy0/</link>
		<comments>http://blog.huikau.com/2009/01/09/pick-your-battles/#comments</comments>
		<pubDate>Fri, 09 Jan 2009 05:04:59 +0000</pubDate>
		<dc:creator>Mike McKinney</dc:creator>
				<category><![CDATA[Misc.]]></category>
		<category><![CDATA[random]]></category>

		<guid isPermaLink="false">http://blog.huikau.com/?p=69</guid>
		<description><![CDATA[Random: Had a conversation today about when the right time to push for the things you want at work&#8230; in this case tools.  There is definitely a right and wrong time.  In this case, some of the push-back is due to the many deadlines hanging over everyone&#8217;s head&#8230; and then again some may be posturing.  [...]]]></description>
		<wfw:commentRss>http://blog.huikau.com/2009/01/09/pick-your-battles/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		<feedburner:origLink>http://blog.huikau.com/2009/01/09/pick-your-battles/</feedburner:origLink></item>
		<item>
		<title>New Ruby Shootout 12/08</title>
		<link>http://feedproxy.google.com/~r/huikau/~3/1Nt3EAnhoxs/</link>
		<comments>http://blog.huikau.com/2008/12/09/new-ruby-shootout-1208/#comments</comments>
		<pubDate>Tue, 09 Dec 2008 15:45:00 +0000</pubDate>
		<dc:creator>Mike McKinney</dc:creator>
				<category><![CDATA[Programming]]></category>
		<category><![CDATA[jruby]]></category>
		<category><![CDATA[ruby]]></category>
		<category><![CDATA[shootout]]></category>

		<guid isPermaLink="false">http://blog.huikau.com/?p=68</guid>
		<description><![CDATA[Antonio Cangiano has released another Ruby Shootout which are always fun to check out.  Looks like Ruby 1.9 is leading the pack with JRuby 1.1.6RC1 close behind.  Some of the JRuby tests failed which I&#8217;m sure pissed Charlie off!

]]></description>
		<wfw:commentRss>http://blog.huikau.com/2008/12/09/new-ruby-shootout-1208/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		<feedburner:origLink>http://blog.huikau.com/2008/12/09/new-ruby-shootout-1208/</feedburner:origLink></item>
		<item>
		<title>JRuby vs. Java speed (re: Stochastic Simulation with SSJ)</title>
		<link>http://feedproxy.google.com/~r/huikau/~3/RwfK0S9GVAo/</link>
		<comments>http://blog.huikau.com/2008/12/05/jruby-vs-java-speed-re-stochastic-simulation-with-ssj/#comments</comments>
		<pubDate>Fri, 05 Dec 2008 17:54:31 +0000</pubDate>
		<dc:creator>Mike McKinney</dc:creator>
				<category><![CDATA[Programming]]></category>
		<category><![CDATA[java]]></category>
		<category><![CDATA[jruby]]></category>

		<guid isPermaLink="false">http://blog.huikau.com/?p=67</guid>
		<description><![CDATA[Just read Ali Rizvi&#8217;s blog post about &#8220;JRuby: Stochastic Simulation with SSJ&#8221; and decided to take a look at the implementation real quick&#8230; of course the Java version will be much faster, but the numbers given seemed a little strange.  After setting up the environment and running the tests, I saw the major slowdown as [...]]]></description>
		<wfw:commentRss>http://blog.huikau.com/2008/12/05/jruby-vs-java-speed-re-stochastic-simulation-with-ssj/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		<feedburner:origLink>http://blog.huikau.com/2008/12/05/jruby-vs-java-speed-re-stochastic-simulation-with-ssj/</feedburner:origLink></item>
		<item>
		<title>JRuby getting lots of attention lately</title>
		<link>http://feedproxy.google.com/~r/huikau/~3/QO4tIVcBvsU/</link>
		<comments>http://blog.huikau.com/2008/12/05/jruby-getting-lots-of-attention-lately/#comments</comments>
		<pubDate>Fri, 05 Dec 2008 11:52:25 +0000</pubDate>
		<dc:creator>Mike McKinney</dc:creator>
				<category><![CDATA[Programming]]></category>
		<category><![CDATA[glassfish]]></category>
		<category><![CDATA[jruby]]></category>
		<category><![CDATA[rails]]></category>

		<guid isPermaLink="false">http://blog.huikau.com/?p=66</guid>
		<description><![CDATA[Of course while I&#8217;m away, toiling on projects using Spring/Hibernate, JBoss/EJB3/GWT things with the JRuby world get really exciting.  New versions of JRuby are rolling out everytime you turn around and the gems and projects that run on jruby are getting refreshed daily it seems.  Here are just some of the highlights I&#8217;ve seen fly [...]]]></description>
		<wfw:commentRss>http://blog.huikau.com/2008/12/05/jruby-getting-lots-of-attention-lately/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		<feedburner:origLink>http://blog.huikau.com/2008/12/05/jruby-getting-lots-of-attention-lately/</feedburner:origLink></item>
		<item>
		<title>So where is Pogo?</title>
		<link>http://feedproxy.google.com/~r/huikau/~3/14-rVaVdGiA/</link>
		<comments>http://blog.huikau.com/2008/09/10/so-where-is-pogo/#comments</comments>
		<pubDate>Wed, 10 Sep 2008 05:09:07 +0000</pubDate>
		<dc:creator>Mike McKinney</dc:creator>
				<category><![CDATA[Misc.]]></category>

		<guid isPermaLink="false">http://blog.huikau.com/?p=65</guid>
		<description><![CDATA[I just remembered a while back AT&#38;T was looking to get into the browser market with Pogo.  Some of the features look interesting&#8230; but where is it?



]]></description>
		<wfw:commentRss>http://blog.huikau.com/2008/09/10/so-where-is-pogo/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		<feedburner:origLink>http://blog.huikau.com/2008/09/10/so-where-is-pogo/</feedburner:origLink></item>
		<item>
		<title>Taking a look through Google Chrome’s eyes</title>
		<link>http://feedproxy.google.com/~r/huikau/~3/xFfbFz6qRGg/</link>
		<comments>http://blog.huikau.com/2008/09/02/taking-a-look-through-google-chromes-eyes/#comments</comments>
		<pubDate>Wed, 03 Sep 2008 04:02:39 +0000</pubDate>
		<dc:creator>Mike McKinney</dc:creator>
				<category><![CDATA[Misc.]]></category>
		<category><![CDATA[chrome]]></category>
		<category><![CDATA[google]]></category>

		<guid isPermaLink="false">http://blog.huikau.com/?p=64</guid>
		<description><![CDATA[Google just released their new browser on the windows world&#8230; figured I&#8217;d give it a shot.

Google Chrome
Have already found and reported a few minor issues&#8230; some javascript horking.  In all, I dig the UI.  Could maybe use a &#8220;manage bookmarks&#8221; feature.  Maybe it&#8217;s in here somewhere. 
(NOTE: posting this from chrome right now&#8230; found another JS [...]]]></description>
		<wfw:commentRss>http://blog.huikau.com/2008/09/02/taking-a-look-through-google-chromes-eyes/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		<feedburner:origLink>http://blog.huikau.com/2008/09/02/taking-a-look-through-google-chromes-eyes/</feedburner:origLink></item>
	</channel>
</rss>
