<?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>KSpace &#187; Java</title>
	<atom:link href="http://kspace.in/blog/category/java/feed/" rel="self" type="application/rss+xml" />
	<link>http://kspace.in/blog</link>
	<description>---------------------------------------------</description>
	<lastBuildDate>Sun, 09 Oct 2011 14:41:11 +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>Submit HTML form using Java</title>
		<link>http://kspace.in/blog/2008/05/30/submit-html-form-using-java/</link>
		<comments>http://kspace.in/blog/2008/05/30/submit-html-form-using-java/#comments</comments>
		<pubDate>Fri, 30 May 2008 17:14:23 +0000</pubDate>
		<dc:creator>Kunal</dc:creator>
				<category><![CDATA[Java]]></category>
		<category><![CDATA[Programming]]></category>
		<category><![CDATA[Technology]]></category>
		<category><![CDATA[Web]]></category>

		<guid isPermaLink="false">http://www.kspace.in/blog/2008/05/30/submit-html-form-using-java/</guid>
		<description><![CDATA[Java code

1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
package post;
&#160;
import java.io.FileOutputStream;
import java.io.InputStream;
import java.io.OutputStream;
import java.io.PrintStream;
import java.net.HttpURLConnection;
import java.net.URL;
&#160;
public class HttpPostForm
&#123;
  public static void main&#40;String&#91;&#93; args&#41;
  &#123;
    try
    &#123;
      URL url = new URL&#40; &#34;http://www.aaaa.com/xyz.asp&#34; &#41;;
&#160;
      HttpURLConnection hConnection = &#40;HttpURLConnection&#41;
        [...]]]></description>
		<wfw:commentRss>http://kspace.in/blog/2008/05/30/submit-html-form-using-java/feed/</wfw:commentRss>
		<slash:comments>7</slash:comments>
		</item>
		<item>
		<title>Submit HTML form using Perl or Java ?</title>
		<link>http://kspace.in/blog/2008/05/29/submit-html-form-using-perl-or-java/</link>
		<comments>http://kspace.in/blog/2008/05/29/submit-html-form-using-perl-or-java/#comments</comments>
		<pubDate>Thu, 29 May 2008 17:24:20 +0000</pubDate>
		<dc:creator>Kunal</dc:creator>
				<category><![CDATA[Java]]></category>
		<category><![CDATA[Perl]]></category>
		<category><![CDATA[Programming]]></category>
		<category><![CDATA[Technology]]></category>
		<category><![CDATA[Web]]></category>

		<guid isPermaLink="false">http://www.kspace.in/blog/2008/05/29/submit-html-form-using-perl-or-java/</guid>
		<description><![CDATA[Recently I was trying to pull data from a website. As usual, the website had a HTML page with input text boxes and after providing the necessary input, it shows up the response.
Looks simple! Right? Well, It wasnâ€™t. Actually I wanted to pull numbers of records ( 100+ ). I realized it does not make [...]]]></description>
		<wfw:commentRss>http://kspace.in/blog/2008/05/29/submit-html-form-using-perl-or-java/feed/</wfw:commentRss>
		<slash:comments>5</slash:comments>
		</item>
	</channel>
</rss>

