<?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>Handy Patriawan's Blog &#187; J2EE</title>
	<atom:link href="http://galaxyelf.com/blog/category/software-development/web-development/j2ee/feed/" rel="self" type="application/rss+xml" />
	<link>http://galaxyelf.com/blog</link>
	<description>Technology, Learning, and Everything Else</description>
	<lastBuildDate>Sun, 17 Jan 2010 02:49:28 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.8.4</generator>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
			<item>
		<title>Ant: Using Secure Copy (scp) to Copy Files to Servers</title>
		<link>http://galaxyelf.com/blog/2007/02/03/ant-using-secure-copy-scp-to-copy-files-to-servers/</link>
		<comments>http://galaxyelf.com/blog/2007/02/03/ant-using-secure-copy-scp-to-copy-files-to-servers/#comments</comments>
		<pubDate>Sat, 03 Feb 2007 00:52:01 +0000</pubDate>
		<dc:creator>Handy</dc:creator>
				<category><![CDATA[J2EE]]></category>
		<category><![CDATA[Software Development]]></category>
		<category><![CDATA[Web Development]]></category>

		<guid isPermaLink="false">http://galaxyelf.com/blog/2007/02/03/ant-using-secure-copy-scp-to-copy-files-to-servers/</guid>
		<description><![CDATA[During my Java class, we have 2 different deployment machines: one for the MySQL server and another for the web server.
Since the remote server is not configured to accept any ftp connections, I am forced to use scp. It&#8217;s a pain to manually scp my file manually to the web server, so I did a [...]]]></description>
		<wfw:commentRss>http://galaxyelf.com/blog/2007/02/03/ant-using-secure-copy-scp-to-copy-files-to-servers/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>XML Processing In Java Using XOM</title>
		<link>http://galaxyelf.com/blog/2006/11/19/xml-processing-in-java-using-xom-2/</link>
		<comments>http://galaxyelf.com/blog/2006/11/19/xml-processing-in-java-using-xom-2/#comments</comments>
		<pubDate>Sun, 19 Nov 2006 20:06:57 +0000</pubDate>
		<dc:creator>Handy</dc:creator>
				<category><![CDATA[J2EE]]></category>
		<category><![CDATA[Software Development]]></category>
		<category><![CDATA[Web Development]]></category>

		<guid isPermaLink="false">http://galaxyelf.com/blog/2006/11/19/xml-processing-in-java-using-xom-2/</guid>
		<description><![CDATA[I have decided to use XOM API to process XML data. There is no good reason actually. I may revisit another XML API (e.g. JDOM) in the future.
What I have done is to read the XML from the Internet (e.g. Digg RSS) and process it.
To summarize what I have done:
1. Open a connection.
2. Tell the [...]]]></description>
		<wfw:commentRss>http://galaxyelf.com/blog/2006/11/19/xml-processing-in-java-using-xom-2/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
