<?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>CapsUnlock.Net &#187; java</title>
	<atom:link href="http://www.capsunlock.net/tag/java/feed" rel="self" type="application/rss+xml" />
	<link>http://www.capsunlock.net</link>
	<description>Ideas: Key to Innovations</description>
	<lastBuildDate>Tue, 10 Jan 2012 11:40:56 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.0.1</generator>
<xhtml:meta xmlns:xhtml="http://www.w3.org/1999/xhtml" name="robots" content="noindex" />
		<item>
		<title>Amazon AMI Cloner using SmartGWT and Grails</title>
		<link>http://www.capsunlock.net/2009/04/amazon-ami-cloner-using-smartgwt-and-grails.html</link>
		<comments>http://www.capsunlock.net/2009/04/amazon-ami-cloner-using-smartgwt-and-grails.html#comments</comments>
		<pubDate>Fri, 24 Apr 2009 13:56:00 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Uncategorized]]></category>
		<category><![CDATA[AMI]]></category>
		<category><![CDATA[java]]></category>

		<guid isPermaLink="false">http://www.capsunlock.net/2009/04/amazon-ami-cloner-using-smartgwt-and-grails.html</guid>
		<description><![CDATA[As what I have posted earlier this month about the Amazon EC2 AMI cloner/migrator. Where it can launch and bundle a new AMI to another EC2 account, here comes it&#8217;s basic web interface . I&#8217;m no expert in Ajax and just luckily found Gooogle Web Toolkit(GWT) and finally the SmartGWT for this application. See sample [...]]]></description>
		<wfw:commentRss>http://www.capsunlock.net/2009/04/amazon-ami-cloner-using-smartgwt-and-grails.html/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Amazon EC2 AMI Cloner</title>
		<link>http://www.capsunlock.net/2009/04/amazon-ec2-ami-cloner.html</link>
		<comments>http://www.capsunlock.net/2009/04/amazon-ec2-ami-cloner.html#comments</comments>
		<pubDate>Thu, 02 Apr 2009 12:06:00 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[aws]]></category>
		<category><![CDATA[java]]></category>
		<category><![CDATA[AMI]]></category>

		<guid isPermaLink="false">http://www.capsunlock.net/2009/04/amazon-ec2-ami-cloner.html</guid>
		<description><![CDATA[Since 2007, I&#8217;ve been architecting, implementing, and part of it is bundling EC2 images for my client&#8217;s projects. Some clients cannot provide they keys/certs for security reasons and so my usual option is to bundle the AMIs using my account, and once these images are tested or proven to meets my client&#8217;s requirements, I&#8217;d share [...]]]></description>
		<wfw:commentRss>http://www.capsunlock.net/2009/04/amazon-ec2-ami-cloner.html/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Announcing the AWS Toolkit for Eclipse</title>
		<link>http://www.capsunlock.net/2009/03/announcing-the-aws-toolkit-for-eclipse.html</link>
		<comments>http://www.capsunlock.net/2009/03/announcing-the-aws-toolkit-for-eclipse.html#comments</comments>
		<pubDate>Wed, 25 Mar 2009 09:27:00 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[aws]]></category>
		<category><![CDATA[java]]></category>
		<category><![CDATA[toolkit]]></category>

		<guid isPermaLink="false">http://www.capsunlock.net/2009/03/announcing-the-aws-toolkit-for-eclipse.html</guid>
		<description><![CDATA[&#8220;Dear Amazon EC2 Customer, We are excited today to introduce the AWS Toolkit for Eclipse, a plug-in for the Eclipse Java IDE that makes it easier to develop, deploy, and debug Java applications on Amazon Web Services. With the AWS Toolkit for Eclipse, you&#8217;ll be able to get started faster and be more productive when [...]]]></description>
		<wfw:commentRss>http://www.capsunlock.net/2009/03/announcing-the-aws-toolkit-for-eclipse.html/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Using Puppet to install Tomcat,MySQL, SVN and Java</title>
		<link>http://www.capsunlock.net/2008/11/using-puppet-to-install-tomcatmysql-svn-and-java.html</link>
		<comments>http://www.capsunlock.net/2008/11/using-puppet-to-install-tomcatmysql-svn-and-java.html#comments</comments>
		<pubDate>Thu, 13 Nov 2008 10:54:00 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[java]]></category>
		<category><![CDATA[mysql]]></category>
		<category><![CDATA[puppet]]></category>
		<category><![CDATA[svn]]></category>
		<category><![CDATA[tomcat]]></category>

		<guid isPermaLink="false">http://www.capsunlock.net/2008/11/using-puppet-to-install-tomcatmysql-svn-and-java.html</guid>
		<description><![CDATA[In the last blog which features creating a basic module in Puppet here and here, this is a sample init.pp I&#8217;ve created to install, tomcat,mysql,subversion,java1.5 and load a database from a dump file. Notice that JDK is installed while accepting the license by using debconf-utils package. Tested in Ubuntu hardy which is launch from Amazon [...]]]></description>
		<wfw:commentRss>http://www.capsunlock.net/2008/11/using-puppet-to-install-tomcatmysql-svn-and-java.html/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Contribute to OpenSource: JBilling</title>
		<link>http://www.capsunlock.net/2008/01/contribute-to-opensource-jbilling.html</link>
		<comments>http://www.capsunlock.net/2008/01/contribute-to-opensource-jbilling.html#comments</comments>
		<pubDate>Tue, 29 Jan 2008 05:22:00 +0000</pubDate>
		<dc:creator>rodney</dc:creator>
				<category><![CDATA[java]]></category>
		<category><![CDATA[jbilling]]></category>

		<guid isPermaLink="false">http://www.capsunlock.net/2008/01/contribute-to-opensource-jbilling.html</guid>
		<description><![CDATA[It&#8217;s been almost 2 years when I did some simple writeup and forums posts to JBilling project. Currently, the project is getting a buzz for Telco billing. For new users of JBilling they will not miss the FAQ and some answers to their posts on the forum with my nickname: cocoy Needless to say, but [...]]]></description>
		<wfw:commentRss>http://www.capsunlock.net/2008/01/contribute-to-opensource-jbilling.html/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

