<?xml version="1.0" encoding="UTF-8"?><rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	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/"
		>
<channel>
	<title>Comments for Gist Labs</title>
	<atom:link href="http://gistlabs.com/comments/feed/" rel="self" type="application/rss+xml" />
	<link>http://gistlabs.com</link>
	<description>essential innovation</description>
	<lastBuildDate>Thu, 18 Apr 2013 08:38:27 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.5.1</generator>
	<item>
		<title>Comment on Mechanize for Java by Enrico</title>
		<link>http://gistlabs.com/software/mechanize-for-java/#comment-9706</link>
		<dc:creator>Enrico</dc:creator>
		<pubDate>Thu, 18 Apr 2013 08:38:27 +0000</pubDate>
		<guid isPermaLink="false">http://gistlabs.com/?page_id=397#comment-9706</guid>
		<description><![CDATA[I find the solution. Thanks.]]></description>
		<content:encoded><![CDATA[<p>I find the solution. Thanks.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Mechanize for Java by Enrico</title>
		<link>http://gistlabs.com/software/mechanize-for-java/#comment-9658</link>
		<dc:creator>Enrico</dc:creator>
		<pubDate>Wed, 17 Apr 2013 10:50:14 +0000</pubDate>
		<guid isPermaLink="false">http://gistlabs.com/?page_id=397#comment-9658</guid>
		<description><![CDATA[Is there a way to parse the response in addition to tag links? E.g. If I want to have every lines between  and ]]></description>
		<content:encoded><![CDATA[<p>Is there a way to parse the response in addition to tag links? E.g. If I want to have every lines between  and </p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Mechanize for Java by Enrico</title>
		<link>http://gistlabs.com/software/mechanize-for-java/#comment-9653</link>
		<dc:creator>Enrico</dc:creator>
		<pubDate>Wed, 17 Apr 2013 08:55:12 +0000</pubDate>
		<guid isPermaLink="false">http://gistlabs.com/?page_id=397#comment-9653</guid>
		<description><![CDATA[Errata correge.
All works fine. I run &quot;Clean and Build&quot; and NetBeans downloads the missing dependencies.

Sorry.]]></description>
		<content:encoded><![CDATA[<p>Errata correge.<br />
All works fine. I run &#8220;Clean and Build&#8221; and NetBeans downloads the missing dependencies.</p>
<p>Sorry.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Mechanize for Java by Enrico</title>
		<link>http://gistlabs.com/software/mechanize-for-java/#comment-9652</link>
		<dc:creator>Enrico</dc:creator>
		<pubDate>Wed, 17 Apr 2013 08:51:04 +0000</pubDate>
		<guid isPermaLink="false">http://gistlabs.com/?page_id=397#comment-9652</guid>
		<description><![CDATA[Dear,

I&#039;m trying to use mechanize, but I&#039;ve problem with dependencies. NetBeans cannot find the following symbols in MechanizeAgent.java

import org.apache.http.Header;
import org.apache.http.HttpException;
import org.apache.http.HttpResponseInterceptor;
import org.apache.http.entity.BufferedHttpEntity;
import org.apache.http.params.HttpProtocolParams;
import org.apache.http.protocol.BasicHttpContext;

In Debug.java:
import org.apache.http.Header;
import org.apache.http.HttpMessage;

In CacheEntry.java
import org.apache.http.Header;
import org.apache.http.HeaderElement;
import org.apache.http.HttpMessage;
import org.apache.http.HttpResponse;
import org.apache.http.entity.ByteArrayEntity;
import org.apache.http.message.BasicHttpResponse;

and others....

NetBeans add the following libraries like dependencies:
ant-1.8.1
commons-logging-1.0.4
css-selector-1.0.4
httpclient-4.0.1
httpmime-4.0.1
json-20090211
jsoup-1.7.1
ant-launcher-1.8.1

Can you help me to solve the problem?
Thanks]]></description>
		<content:encoded><![CDATA[<p>Dear,</p>
<p>I&#8217;m trying to use mechanize, but I&#8217;ve problem with dependencies. NetBeans cannot find the following symbols in MechanizeAgent.java</p>
<p>import org.apache.http.Header;<br />
import org.apache.http.HttpException;<br />
import org.apache.http.HttpResponseInterceptor;<br />
import org.apache.http.entity.BufferedHttpEntity;<br />
import org.apache.http.params.HttpProtocolParams;<br />
import org.apache.http.protocol.BasicHttpContext;</p>
<p>In Debug.java:<br />
import org.apache.http.Header;<br />
import org.apache.http.HttpMessage;</p>
<p>In CacheEntry.java<br />
import org.apache.http.Header;<br />
import org.apache.http.HeaderElement;<br />
import org.apache.http.HttpMessage;<br />
import org.apache.http.HttpResponse;<br />
import org.apache.http.entity.ByteArrayEntity;<br />
import org.apache.http.message.BasicHttpResponse;</p>
<p>and others&#8230;.</p>
<p>NetBeans add the following libraries like dependencies:<br />
ant-1.8.1<br />
commons-logging-1.0.4<br />
css-selector-1.0.4<br />
httpclient-4.0.1<br />
httpmime-4.0.1<br />
json-20090211<br />
jsoup-1.7.1<br />
ant-launcher-1.8.1</p>
<p>Can you help me to solve the problem?<br />
Thanks</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Big Data, Little Tests by John Heintz</title>
		<link>http://gistlabs.com/2012/08/big-data-little-tests/#comment-4856</link>
		<dc:creator>John Heintz</dc:creator>
		<pubDate>Mon, 28 Jan 2013 18:36:32 +0000</pubDate>
		<guid isPermaLink="false">http://gistlabs.com/?p=344#comment-4856</guid>
		<description><![CDATA[Hello Amar

I do not have a recording of the session, but the git repo I listed in the blog post is actually a step-by-step walk through. 

Let me know if you have specific questions or need more support with the materials. 

Cheers
John]]></description>
		<content:encoded><![CDATA[<p>Hello Amar</p>
<p>I do not have a recording of the session, but the git repo I listed in the blog post is actually a step-by-step walk through. </p>
<p>Let me know if you have specific questions or need more support with the materials. </p>
<p>Cheers<br />
John</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Big Data, Little Tests by Amar</title>
		<link>http://gistlabs.com/2012/08/big-data-little-tests/#comment-1710</link>
		<dc:creator>Amar</dc:creator>
		<pubDate>Mon, 05 Nov 2012 13:47:34 +0000</pubDate>
		<guid isPermaLink="false">http://gistlabs.com/?p=344#comment-1710</guid>
		<description><![CDATA[Hi John,
Great Work. Really appreciate this a very useful contribution.

Do you have any recorded material of you presentation? If yes can you please give me some download location of it.

As I have not attended your session, so can you please help me out if possible.

Thanks,
Amar]]></description>
		<content:encoded><![CDATA[<p>Hi John,<br />
Great Work. Really appreciate this a very useful contribution.</p>
<p>Do you have any recorded material of you presentation? If yes can you please give me some download location of it.</p>
<p>As I have not attended your session, so can you please help me out if possible.</p>
<p>Thanks,<br />
Amar</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Mechanize for Java by John Heintz</title>
		<link>http://gistlabs.com/software/mechanize-for-java/#comment-1293</link>
		<dc:creator>John Heintz</dc:creator>
		<pubDate>Mon, 24 Sep 2012 22:41:29 +0000</pubDate>
		<guid isPermaLink="false">http://gistlabs.com/?page_id=397#comment-1293</guid>
		<description><![CDATA[Hello mat,

You can check out the 0.9.0-SNAPSHOT with the new api methods to support this. Heres the new code: https://github.com/GistLabs/mechanize/blob/master/src/main/java/com/gistlabs/mechanize/MechanizeAgent.java

Cheers, John]]></description>
		<content:encoded><![CDATA[<p>Hello mat,</p>
<p>You can check out the 0.9.0-SNAPSHOT with the new api methods to support this. Heres the new code: <a href="https://github.com/GistLabs/mechanize/blob/master/src/main/java/com/gistlabs/mechanize/MechanizeAgent.java" rel="nofollow">https://github.com/GistLabs/mechanize/blob/master/src/main/java/com/gistlabs/mechanize/MechanizeAgent.java</a></p>
<p>Cheers, John</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Mechanize for Java by John Heintz</title>
		<link>http://gistlabs.com/software/mechanize-for-java/#comment-1281</link>
		<dc:creator>John Heintz</dc:creator>
		<pubDate>Sun, 23 Sep 2012 21:47:55 +0000</pubDate>
		<guid isPermaLink="false">http://gistlabs.com/?page_id=397#comment-1281</guid>
		<description><![CDATA[Hello mat,

I&#039;ve create https://github.com/GistLabs/mechanize/issues/4 to track this request. 

I&#039;m not sure how nicely we&#039;ll get the syntax in Java, but this is definitely a good idea.

Cheers,
John]]></description>
		<content:encoded><![CDATA[<p>Hello mat,</p>
<p>I&#8217;ve create <a href="https://github.com/GistLabs/mechanize/issues/4" rel="nofollow">https://github.com/GistLabs/mechanize/issues/4</a> to track this request. </p>
<p>I&#8217;m not sure how nicely we&#8217;ll get the syntax in Java, but this is definitely a good idea.</p>
<p>Cheers,<br />
John</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Mechanize for Java by mat</title>
		<link>http://gistlabs.com/software/mechanize-for-java/#comment-1280</link>
		<dc:creator>mat</dc:creator>
		<pubDate>Sun, 23 Sep 2012 21:17:19 +0000</pubDate>
		<guid isPermaLink="false">http://gistlabs.com/?page_id=397#comment-1280</guid>
		<description><![CDATA[Hi John,
thanks for your answer.

Exactly.  In Perl it&#039;s inherited from LWP::UserAgent. There we can do for example:

my $response = $browser-&gt;post($url,
    [ &#039;value1&#039;=&gt;&quot;2&quot;,
      &#039;value2&#039;=&gt;&quot;0&quot;,
     ## etc.etc.etc....
      ], @ns_headers);

Would be great to see it in your Java implementation.]]></description>
		<content:encoded><![CDATA[<p>Hi John,<br />
thanks for your answer.</p>
<p>Exactly.  In Perl it&#8217;s inherited from LWP::UserAgent. There we can do for example:</p>
<p>my $response = $browser-&gt;post($url,<br />
    [ 'value1'=&gt;"2",<br />
      'value2'=&gt;"0",<br />
     ## etc.etc.etc....<br />
      ], @ns_headers);</p>
<p>Would be great to see it in your Java implementation.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Mechanize for Java by John Heintz</title>
		<link>http://gistlabs.com/software/mechanize-for-java/#comment-1279</link>
		<dc:creator>John Heintz</dc:creator>
		<pubDate>Sun, 23 Sep 2012 20:32:49 +0000</pubDate>
		<guid isPermaLink="false">http://gistlabs.com/?page_id=397#comment-1279</guid>
		<description><![CDATA[Hello Mat,

Thanks for commenting, and the feature request.

I&#039;m sure we can expose post directly (and you are welcome to contribute a pull request on GitHub is you were inspired.)

Are you thinking something like:
&lt;code&gt;
agent.post(url, mapNameValueParams)
&lt;/code&gt;

Cheers,
John]]></description>
		<content:encoded><![CDATA[<p>Hello Mat,</p>
<p>Thanks for commenting, and the feature request.</p>
<p>I&#8217;m sure we can expose post directly (and you are welcome to contribute a pull request on GitHub is you were inspired.)</p>
<p>Are you thinking something like:<br />
<code><br />
agent.post(url, mapNameValueParams)<br />
</code></p>
<p>Cheers,<br />
John</p>
]]></content:encoded>
	</item>
</channel>
</rss>
