<?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>Every Flavour Beans</title>
	<atom:link href="http://beans.seartipy.com/feed/" rel="self" type="application/rss+xml" />
	<link>http://beans.seartipy.com</link>
	<description>"The time has come...to talk of many [technologies]." --Lewis Carroll('The Walrus and the Carpenter')</description>
	<lastBuildDate>Sat, 06 Aug 2011 01:48:36 +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>&#8220;Hello, World&#8221; Web Application using Spring MVC in NetBeans IDE 6.7</title>
		<link>http://beans.seartipy.com/2009/10/03/%e2%80%9chello-world%e2%80%9d-web-application-using-spring-mvc-in-netbeans-ide-67/</link>
		<comments>http://beans.seartipy.com/2009/10/03/%e2%80%9chello-world%e2%80%9d-web-application-using-spring-mvc-in-netbeans-ide-67/#comments</comments>
		<pubDate>Sat, 03 Oct 2009 13:58:43 +0000</pubDate>
		<dc:creator>tabrez</dc:creator>
				<category><![CDATA[General]]></category>

		<guid isPermaLink="false">http://beans.seartipy.com/?p=495</guid>
		<description><![CDATA[If you are looking to learn web application development with Spring Web MVC framework NetBeans is probably the best IDE to get started with. You don&#8217;t have to worry about which framework library files to download, where to copy them etc. and moreover some of the basic configuration is automatically created as part of project [...]]]></description>
		<wfw:commentRss>http://beans.seartipy.com/2009/10/03/%e2%80%9chello-world%e2%80%9d-web-application-using-spring-mvc-in-netbeans-ide-67/feed/</wfw:commentRss>
		<slash:comments>7</slash:comments>
		</item>
		<item>
		<title>Installing Sun Java SE 6, Apache Maven 2 and Tomcat 5.5 on Ubuntu GNU/Linux</title>
		<link>http://beans.seartipy.com/2009/03/11/installing-sun-java-se-6-apache-maven-2-and-tomcat-55-on-ubuntu-gnulinux/</link>
		<comments>http://beans.seartipy.com/2009/03/11/installing-sun-java-se-6-apache-maven-2-and-tomcat-55-on-ubuntu-gnulinux/#comments</comments>
		<pubDate>Wed, 11 Mar 2009 10:30:12 +0000</pubDate>
		<dc:creator>tabrez</dc:creator>
				<category><![CDATA[General]]></category>

		<guid isPermaLink="false">http://beans.seartipy.com/?p=471</guid>
		<description><![CDATA[Installing Sun Java SE 6, Apache Maven 2 and Tomcat 5 on Ubuntu GNU/Linux First go to System -> Administration -> Software Sources and make sure that the multiverse and universe Ubuntu repositories are enabled on your system. Installing Java SE 6, Apache Maven 2 and Apache Tomcat 5.5 software is just one simple command [...]]]></description>
		<wfw:commentRss>http://beans.seartipy.com/2009/03/11/installing-sun-java-se-6-apache-maven-2-and-tomcat-55-on-ubuntu-gnulinux/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<item>
		<title>&#8220;Hello, World&#8221; Java Web Application using Java SE 6 + Tomcat 5.5 + Maven 2</title>
		<link>http://beans.seartipy.com/2009/01/20/hello-world-java-web-application-using-java-se-6-tomcat-55-maven-2/</link>
		<comments>http://beans.seartipy.com/2009/01/20/hello-world-java-web-application-using-java-se-6-tomcat-55-maven-2/#comments</comments>
		<pubDate>Tue, 20 Jan 2009 15:34:17 +0000</pubDate>
		<dc:creator>tabrez</dc:creator>
				<category><![CDATA[General]]></category>

		<guid isPermaLink="false">http://beans.seartipy.com/?p=456</guid>
		<description><![CDATA[See my previous posts to install Sun Java SE 6, Apache Tomcat 5.5/6, Apache Maven 2 on Windows and Ubuntu GNU/Linux operating systems: Installing Sun Java SE 6, Apache Maven 2 and Tomcat 5.5 on Fedora GNU/Linux. Installing Sun Java SE 6, Apache Maven 2 and Tomcat 5.5 on MS Windows. Once all the required [...]]]></description>
		<wfw:commentRss>http://beans.seartipy.com/2009/01/20/hello-world-java-web-application-using-java-se-6-tomcat-55-maven-2/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<item>
		<title>&#8220;Hello, World&#8221; Web Application in Ruby on Rails using console</title>
		<link>http://beans.seartipy.com/2009/01/11/%e2%80%9chello-world%e2%80%9d-web-application-in-ruby-on-rails-using-console/</link>
		<comments>http://beans.seartipy.com/2009/01/11/%e2%80%9chello-world%e2%80%9d-web-application-in-ruby-on-rails-using-console/#comments</comments>
		<pubDate>Sun, 11 Jan 2009 12:49:31 +0000</pubDate>
		<dc:creator>tabrez</dc:creator>
				<category><![CDATA[Ruby/Rails]]></category>

		<guid isPermaLink="false">http://beans.seartipy.com/?p=485</guid>
		<description><![CDATA[Installation and setup instructions of Ruby on Rails web framework on different operating systems is covered in the following posts: Setting Up Rails Development Environment on Windows Vista/XP Setting Up Rails Development Environment on Ubuntu GNU/Linux Setting Up Rails Development Environment on Fedora GNU/Linux If you would rather use an IDE to develop Ruby on [...]]]></description>
		<wfw:commentRss>http://beans.seartipy.com/2009/01/11/%e2%80%9chello-world%e2%80%9d-web-application-in-ruby-on-rails-using-console/feed/</wfw:commentRss>
		<slash:comments>4</slash:comments>
		</item>
		<item>
		<title>Setting Up Rails Development Environment on Fedora GNU/Linux</title>
		<link>http://beans.seartipy.com/2008/12/17/setting-up-rails-development-environment-on-fedora-gnulinux/</link>
		<comments>http://beans.seartipy.com/2008/12/17/setting-up-rails-development-environment-on-fedora-gnulinux/#comments</comments>
		<pubDate>Wed, 17 Dec 2008 17:22:18 +0000</pubDate>
		<dc:creator>tabrez</dc:creator>
				<category><![CDATA[General]]></category>

		<guid isPermaLink="false">http://beans.seartipy.com/?p=480</guid>
		<description><![CDATA[This is an adaptation to Fedora GNU/Linux platform of my previous posts meant for the Windows &#038; Ubuntu platforms: Setting Up Rails Development Environment on Windows Vista/XP and Setting Up Rails Development Environment on Ubuntu GNU/Linux. I can think of two different ways in which you might want to set up a development environment for [...]]]></description>
		<wfw:commentRss>http://beans.seartipy.com/2008/12/17/setting-up-rails-development-environment-on-fedora-gnulinux/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>Setting Up Ruby on Rails Projects with Git and Github</title>
		<link>http://beans.seartipy.com/2008/12/09/setting-up-ruby-on-rails-projects-with-git-and-github/</link>
		<comments>http://beans.seartipy.com/2008/12/09/setting-up-ruby-on-rails-projects-with-git-and-github/#comments</comments>
		<pubDate>Tue, 09 Dec 2008 10:45:08 +0000</pubDate>
		<dc:creator>tabrez</dc:creator>
				<category><![CDATA[General]]></category>

		<guid isPermaLink="false">http://beans.seartipy.com/?p=478</guid>
		<description><![CDATA[Git is the favourite source code management tool of the Ruby on Rails community these days. Though GNU/Linux or Mac platforms are generally preferred to Windows by Ruby on Rails as well as git communities, I will show you how you can work with these technologies on Windows platform. I will also show how to [...]]]></description>
		<wfw:commentRss>http://beans.seartipy.com/2008/12/09/setting-up-ruby-on-rails-projects-with-git-and-github/feed/</wfw:commentRss>
		<slash:comments>4</slash:comments>
		</item>
		<item>
		<title>Installing Sun Java SE 6, Maven 2 and Tomcat 5.5 on Fedora GNU/Linux</title>
		<link>http://beans.seartipy.com/2008/10/05/installing-sun-java-se-6-maven-2-and-tomcat-55-on-fedora-gnulinux/</link>
		<comments>http://beans.seartipy.com/2008/10/05/installing-sun-java-se-6-maven-2-and-tomcat-55-on-fedora-gnulinux/#comments</comments>
		<pubDate>Sun, 05 Oct 2008 07:06:06 +0000</pubDate>
		<dc:creator>tabrez</dc:creator>
				<category><![CDATA[Java]]></category>
		<category><![CDATA[Struts 2]]></category>

		<guid isPermaLink="false">http://beans.seartipy.com/?p=445</guid>
		<description><![CDATA[For using most of the enterprise technologies based on Java, you generally need at least the following components installed and configured on your system: Sun Java SE (or EE) SDK A command line build tool like Ant or Maven A Java application server/container like Tomcat, Jetty, Glassfish, JBoss etc. Based on which Java based technology/framework [...]]]></description>
		<wfw:commentRss>http://beans.seartipy.com/2008/10/05/installing-sun-java-se-6-maven-2-and-tomcat-55-on-fedora-gnulinux/feed/</wfw:commentRss>
		<slash:comments>3</slash:comments>
		</item>
		<item>
		<title>Installing amazon-ecs/hpricot RubyGem on Windows Operating System</title>
		<link>http://beans.seartipy.com/2008/09/15/installing-amazon-ecshpricot-rubygem-on-windows-operating-system/</link>
		<comments>http://beans.seartipy.com/2008/09/15/installing-amazon-ecshpricot-rubygem-on-windows-operating-system/#comments</comments>
		<pubDate>Mon, 15 Sep 2008 13:15:32 +0000</pubDate>
		<dc:creator>tabrez</dc:creator>
				<category><![CDATA[Ruby/Rails]]></category>

		<guid isPermaLink="false">http://beans.seartipy.com/?p=440</guid>
		<description><![CDATA[Installing rubygems that come with native extensions is not same on gnu/linux and Windows platforms as I have discovered recently. Apparently, it is important that the native extensions needed by the rubygem be built with the same compiler tool chain as your main ruby installation. The rubygem I needed to install was amazon-ecs and it [...]]]></description>
		<wfw:commentRss>http://beans.seartipy.com/2008/09/15/installing-amazon-ecshpricot-rubygem-on-windows-operating-system/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
	</channel>
</rss>

<!-- Dynamic page generated in 0.395 seconds. -->
<!-- Cached page generated by WP-Super-Cache on 2013-09-26 01:45:41 -->
