<?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>LinuxEd Stuff &#187; Java</title>
	<atom:link href="http://linuxedstuff.com/category/system-development/java-system-development/feed/" rel="self" type="application/rss+xml" />
	<link>http://linuxedstuff.com</link>
	<description>from the linux geekette</description>
	<lastBuildDate>Fri, 06 Aug 2010 05:37:26 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.0</generator>
		<item>
		<title>How to: Execute shell script in java code</title>
		<link>http://linuxedstuff.com/2009/04/how-to-execute-shell-script-in-java-code/</link>
		<comments>http://linuxedstuff.com/2009/04/how-to-execute-shell-script-in-java-code/#comments</comments>
		<pubDate>Fri, 17 Apr 2009 04:15:58 +0000</pubDate>
		<dc:creator>aby</dc:creator>
				<category><![CDATA[Java]]></category>
		<category><![CDATA[System Development]]></category>
		<category><![CDATA[Scripting]]></category>

		<guid isPermaLink="false">http://linuxedstuff.com/?p=471</guid>
		<description><![CDATA[I was trying to use both shell scripts and java to do automation of some sort and I got into thinking, what if I insert shell script in my java code? Here&#8217;s an example: String command = "echo Hello World!!"; ProcessBuilder pb = new ProcessBuilder("bash", "-c", command); pb.redirectErrorStream(true); Process shell = pb.start();]]></description>
		<wfw:commentRss>http://linuxedstuff.com/2009/04/how-to-execute-shell-script-in-java-code/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Introducing: Maven Plugin (from Apache)</title>
		<link>http://linuxedstuff.com/2008/11/introducing-maven-plugin-from-apache/</link>
		<comments>http://linuxedstuff.com/2008/11/introducing-maven-plugin-from-apache/#comments</comments>
		<pubDate>Tue, 18 Nov 2008 01:33:04 +0000</pubDate>
		<dc:creator>aby</dc:creator>
				<category><![CDATA[Java]]></category>
		<category><![CDATA[System Development]]></category>
		<category><![CDATA[Maven]]></category>

		<guid isPermaLink="false">http://linuxedstuff.com/?p=179</guid>
		<description><![CDATA[Two weeks ago I attended an internal training about Maven Plugin. It was a briefing about what Maven can do as a standalone plugin and what it can do if collaborated with Archiva and/or Continuum. Maven, to give a simple definition, is a tool for organizing and managing build projects. With this, developers who are [...]]]></description>
		<wfw:commentRss>http://linuxedstuff.com/2008/11/introducing-maven-plugin-from-apache/feed/</wfw:commentRss>
		<slash:comments>3</slash:comments>
		</item>
	</channel>
</rss>
