<?xml version="1.0" encoding="UTF-8"?><!-- generator="wordpress/2.1.3" -->
<rss version="2.0" 
	xmlns:content="http://purl.org/rss/1.0/modules/content/">
<channel>
	<title>Comments on: Trac over XML-RPC with JAVA</title>
	<link>http://blog.zgraggen.name/archives/111</link>
	<description>All-day insanity or I have a blog too!</description>
	<pubDate>Fri, 10 Feb 2012 15:58:38 +0000</pubDate>
	<generator>http://wordpress.org/?v=2.1.3</generator>

	<item>
		<title>By: David</title>
		<link>http://blog.zgraggen.name/archives/111#comment-5425</link>
		<author>David</author>
		<pubDate>Tue, 01 Jul 2008 12:03:43 +0000</pubDate>
		<guid>http://blog.zgraggen.name/archives/111#comment-5425</guid>
					<description>"helper classes but in a way" -&#62; "helper classes in a way" that's a Germanism which doesn't quite work in English
"generate an wiki entry" -&#62; "generate a wiki entry"
"You can to this" -&#62; "You can do this" typo ;)
"The next you should do" -&#62; "The next thing you should do" or "The next step you should take"
"create a user explicit for" -&#62; "create a user explicitly for"
"detailed view which privileges look" -&#62; "detailed view which privileges are needed look"
"which is already existent" -&#62; "which is already existing" or "which already exists"

Interesting article!</description>
		<content:encoded><![CDATA[<p>&#8220;helper classes but in a way&#8221; -&gt; &#8220;helper classes in a way&#8221; that&#8217;s a Germanism which doesn&#8217;t quite work in English<br />
&#8220;generate an wiki entry&#8221; -&gt; &#8220;generate a wiki entry&#8221;<br />
&#8220;You can to this&#8221; -&gt; &#8220;You can do this&#8221; typo <img src='http://blog.zgraggen.name/wp-includes/images/smilies/icon_wink.gif' alt=';)' class='wp-smiley' /><br />
&#8220;The next you should do&#8221; -&gt; &#8220;The next thing you should do&#8221; or &#8220;The next step you should take&#8221;<br />
&#8220;create a user explicit for&#8221; -&gt; &#8220;create a user explicitly for&#8221;<br />
&#8220;detailed view which privileges look&#8221; -&gt; &#8220;detailed view which privileges are needed look&#8221;<br />
&#8220;which is already existent&#8221; -&gt; &#8220;which is already existing&#8221; or &#8220;which already exists&#8221;</p>
<p>Interesting article!</p>
]]></content:encoded>
				</item>
	<item>
		<title>By: Guido</title>
		<link>http://blog.zgraggen.name/archives/111#comment-5426</link>
		<author>Guido</author>
		<pubDate>Tue, 01 Jul 2008 13:48:56 +0000</pubDate>
		<guid>http://blog.zgraggen.name/archives/111#comment-5426</guid>
					<description>Long post =&gt; lots of mistakes ;-)

Thanks a lot!


=&gt;changed</description>
		<content:encoded><![CDATA[<p>Long post => lots of mistakes <img src='http://blog.zgraggen.name/wp-includes/images/smilies/icon_wink.gif' alt=';-)' class='wp-smiley' /> </p>
<p>Thanks a lot!</p>
<p>=>changed</p>
]]></content:encoded>
				</item>
	<item>
		<title>By: Bertil</title>
		<link>http://blog.zgraggen.name/archives/111#comment-5694</link>
		<author>Bertil</author>
		<pubDate>Thu, 11 Jun 2009 09:14:03 +0000</pubDate>
		<guid>http://blog.zgraggen.name/archives/111#comment-5694</guid>
					<description>I had a lot of problems with the authentication process as well (and with the xmlrpc util and the python examples) but your example worked like a charm. You saved my day, thanks!</description>
		<content:encoded><![CDATA[<p>I had a lot of problems with the authentication process as well (and with the xmlrpc util and the python examples) but your example worked like a charm. You saved my day, thanks!</p>
]]></content:encoded>
				</item>
	<item>
		<title>By: Erick Audet</title>
		<link>http://blog.zgraggen.name/archives/111#comment-5908</link>
		<author>Erick Audet</author>
		<pubDate>Tue, 29 Sep 2009 14:43:56 +0000</pubDate>
		<guid>http://blog.zgraggen.name/archives/111#comment-5908</guid>
					<description>Hi,

Thanks for the post. I am trying to understand how the Hashtable works. I try to use this call:

Vector vector = ticket.get(new Integer(5896));

This returns a vector and at position #3 there is a "HashMap" with all attributes. My idea was to use this HashMap, change some of the values and do an update. But the update uses a "Hashtable"... Before creating a Hashtable out of the HashMap, can you tell me if the classes (TicketProperty, TicketType all other extensions) may help in creating and or updating a ticket?

Thanks,

Erick</description>
		<content:encoded><![CDATA[<p>Hi,</p>
<p>Thanks for the post. I am trying to understand how the Hashtable works. I try to use this call:</p>
<p>Vector vector = ticket.get(new Integer(5896));</p>
<p>This returns a vector and at position #3 there is a &#8220;HashMap&#8221; with all attributes. My idea was to use this HashMap, change some of the values and do an update. But the update uses a &#8220;Hashtable&#8221;&#8230; Before creating a Hashtable out of the HashMap, can you tell me if the classes (TicketProperty, TicketType all other extensions) may help in creating and or updating a ticket?</p>
<p>Thanks,</p>
<p>Erick</p>
]]></content:encoded>
				</item>
	<item>
		<title>By: Guido</title>
		<link>http://blog.zgraggen.name/archives/111#comment-5909</link>
		<author>Guido</author>
		<pubDate>Tue, 29 Sep 2009 15:46:58 +0000</pubDate>
		<guid>http://blog.zgraggen.name/archives/111#comment-5909</guid>
					<description>Hey Erick,
I haven't work with XML-RPC for quite a while. I looked 10min into it, but couldn't figure it out that quickly. Maybe someone else who reads this might have enough experience.
Otherwise, I would recommend http://stackoverflow.com/ to ask this question.

Cheers,
Guido</description>
		<content:encoded><![CDATA[<p>Hey Erick,<br />
I haven&#8217;t work with XML-RPC for quite a while. I looked 10min into it, but couldn&#8217;t figure it out that quickly. Maybe someone else who reads this might have enough experience.<br />
Otherwise, I would recommend <a href="http://stackoverflow.com/" rel="nofollow">http://stackoverflow.com/</a> to ask this question.</p>
<p>Cheers,<br />
Guido</p>
]]></content:encoded>
				</item>
	<item>
		<title>By: Devin Werth</title>
		<link>http://blog.zgraggen.name/archives/111#comment-6352</link>
		<author>Devin Werth</author>
		<pubDate>Tue, 05 Oct 2010 01:47:05 +0000</pubDate>
		<guid>http://blog.zgraggen.name/archives/111#comment-6352</guid>
					<description>well done!nice job!</description>
		<content:encoded><![CDATA[<p>well done!nice job!</p>
]]></content:encoded>
				</item>
	<item>
		<title>By: Mohamed</title>
		<link>http://blog.zgraggen.name/archives/111#comment-6691</link>
		<author>Mohamed</author>
		<pubDate>Wed, 22 Dec 2010 00:11:54 +0000</pubDate>
		<guid>http://blog.zgraggen.name/archives/111#comment-6691</guid>
					<description>Hello 

Thank you vey much for the example

I tested and it was OK

Thank you twice</description>
		<content:encoded><![CDATA[<p>Hello </p>
<p>Thank you vey much for the example</p>
<p>I tested and it was OK</p>
<p>Thank you twice</p>
]]></content:encoded>
				</item>
</channel>
</rss>

