<?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 on: J2ME and RESTful Web Service</title>
<atom:link href="http://www.schmidp.com/2007/05/20/j2me-and-restful-web-service/feed/" rel="self" type="application/rss+xml" />
<link>http://www.schmidp.com/2007/05/20/j2me-and-restful-web-service/</link>
<description>a plain personal blog</description>
<lastBuildDate>Wed, 18 Jan 2012 00:47:47 +0000</lastBuildDate>
<sy:updatePeriod>hourly</sy:updatePeriod>
<sy:updateFrequency>1</sy:updateFrequency>
<generator>http://wordpress.org/?v=3.3</generator>
<item>
<title>By: naveen</title>
<link>http://www.schmidp.com/2007/05/20/j2me-and-restful-web-service/comment-page-1/#comment-4707</link>
<dc:creator>naveen</dc:creator>
<pubDate>Fri, 13 Nov 2009 12:50:05 +0000</pubDate>
<guid isPermaLink="false">http://www.schmidp.com/?p=19#comment-4707</guid>
<description>hi all please send me the link or sample on RESTful webservice in j2me thanks in advance.</description>
<content:encoded>
<![CDATA[<p>hi all</p>
<p>please send me the link or sample on RESTful webservice in j2me </p>
<p>thanks in advance.</p>
]]>
</content:encoded>
</item>
<item>
<title>By: naveen</title>
<link>http://www.schmidp.com/2007/05/20/j2me-and-restful-web-service/comment-page-1/#comment-4705</link>
<dc:creator>naveen</dc:creator>
<pubDate>Fri, 13 Nov 2009 09:50:35 +0000</pubDate>
<guid isPermaLink="false">http://www.schmidp.com/?p=19#comment-4705</guid>
<description>hi all, I am new to this concept RESTful webservice,the task i very urgent,can u please help me any link,samplecode. Thanks in advance.</description>
<content:encoded>
<![CDATA[<p>hi all,</p>
<p>I am new to this concept RESTful webservice,the task i very urgent,can u please help me any link,samplecode.</p>
<p>Thanks in advance.</p>
]]>
</content:encoded>
</item>
<item>
<title>By: santa carlos</title>
<link>http://www.schmidp.com/2007/05/20/j2me-and-restful-web-service/comment-page-1/#comment-3173</link>
<dc:creator>santa carlos</dc:creator>
<pubDate>Sat, 01 Aug 2009 22:49:19 +0000</pubDate>
<guid isPermaLink="false">http://www.schmidp.com/?p=19#comment-3173</guid>
<description>Hello, A bit urgent, I would like to also get some information about how to use a RESTful web service with j2me, just general points, tricks for example should I use j2me web service API WSA 1.0 and etc. please help Regards</description>
<content:encoded>
<![CDATA[<p>Hello,</p>
<p>A bit urgent, I would like to also get some information about how to use a RESTful web service with j2me, just general points, tricks for example should I use j2me web service API WSA 1.0 and etc.</p>
<p>please help<br />
Regards</p>
]]>
</content:encoded>
</item>
<item>
<title>By: Henry</title>
<link>http://www.schmidp.com/2007/05/20/j2me-and-restful-web-service/comment-page-1/#comment-12</link>
<dc:creator>Henry</dc:creator>
<pubDate>Tue, 24 Feb 2009 19:44:26 +0000</pubDate>
<guid isPermaLink="false">http://www.schmidp.com/?p=19#comment-12</guid>
<description>Hi Phil, I just started a little pet project on J2ME and RESTful web services in Java. I was wondering if there are any pointers or advice you could give just so that I look out for, or aware of when implementing it. I realise my question is a bit vague, that&#039;s because I&#039;m still in the planning stages of the project. Any little advice is great - nice blog by the way :)</description>
<content:encoded>
<![CDATA[<p>Hi Phil,</p>
<p>I just started a little pet project on J2ME and RESTful web services in Java. I was wondering if there are any pointers or advice you could give just so that I look out for, or aware of when implementing it.</p>
<p>I realise my question is a bit vague, that&#8217;s because I&#8217;m still in the planning stages of the project. Any little advice is great &#8211; nice blog by the way <img src='http://www.schmidp.com/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> </p>
]]>
</content:encoded>
</item>
<item>
<title>By: Emilio Blanco</title>
<link>http://www.schmidp.com/2007/05/20/j2me-and-restful-web-service/comment-page-1/#comment-8</link>
<dc:creator>Emilio Blanco</dc:creator>
<pubDate>Tue, 24 Feb 2009 19:37:56 +0000</pubDate>
<guid isPermaLink="false">http://www.schmidp.com/?p=19#comment-8</guid>
<description>Hi Philipp! i&#039;m trying to do an app that posts records to rails from J2ME, but i only get empty records when i Post from the java app, do you know where can i look or do you know how to post xml files from java to rails? i open the connection con = Connector.open(&quot;http://localhost:3000/visitas.xml&quot;, Connector.READ_WRITE) then setrequestmethod POST then setrequestproperty content-type text/xml then con.openDataOutputStream and then i use write(string.getbytes()) then i flush. i&#039;ll apriciate your help!</description>
<content:encoded>
<![CDATA[<p>Hi Philipp! i&#8217;m trying to do an app that posts records to rails from J2ME, but i only get empty records when i Post from the java app, do you know where can i look or do you know how to post xml files from java to rails?<br />
i open the connection </p>
<p>con = Connector.open(&#8220;http://localhost:3000/visitas.xml&#8221;, Connector.READ_WRITE)<br />
then setrequestmethod POST<br />
then setrequestproperty content-type text/xml<br />
then con.openDataOutputStream and then i use write(string.getbytes())<br />
then i flush.<br />
i&#8217;ll apriciate your help!</p>
]]>
</content:encoded>
</item>
</channel>
</rss>
<!-- Performance optimized by W3 Total Cache. Learn more: http://www.w3-edge.com/wordpress-plugins/

Minified using apc
Page Caching using apc
Object Caching 237/238 objects using apc

Served from: www.schmidp.com @ 2012-02-08 03:12:11 -->
