<?xml version="1.0" encoding="utf-8"?><!-- generator="b2evolution/2.4.5" -->
<rss version="2.0" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:admin="http://webns.net/mvcb/" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:content="http://purl.org/rss/1.0/modules/content/">
	<channel>
		<title>Database And Brain - Latest comments</title>
		<link>http://db.tmtec.biz/blogs/index.php?disp=comments</link>
		<description></description>
		<language>ja-JP</language>
		<docs>http://backend.userland.com/rss</docs>
		<admin:generatorAgent rdf:resource="http://b2evolution.net/?v=2.4.5"/>
		<ttl>60</ttl>
				<item>
			<title>In response to: JSON Restful Web Service in Java</title>
			<pubDate>Mon, 18 May 2009 20:31:42 +0000</pubDate>
			<dc:creator>cowtowncoder [Visitor]</dc:creator>
			<guid isPermaLink="false">c133@http://db.tmtec.biz/blogs/</guid>
			<description>Quick comment: JAX-RS (and esp. Jersey, http://jersey.dev.java.net) is an excellent choice, too, for REST-style services. So no, you don't need to do SOAP (and with JSON, shouldn't) for web services. :)&lt;br /&gt;
&lt;br /&gt;
I also think that instead of using Json.org package, there are many other choices that make it MUCH easier to output Json. Amount of code needed in the example was quite a lot -- with data binding, it should be just 3 lines of code or so to get  JSON out of a Bean.&lt;br /&gt;</description>
			<content:encoded><![CDATA[Quick comment: JAX-RS (and esp. Jersey, http://jersey.dev.java.net) is an excellent choice, too, for REST-style services. So no, you don't need to do SOAP (and with JSON, shouldn't) for web services. :)<br />
<br />
I also think that instead of using Json.org package, there are many other choices that make it MUCH easier to output Json. Amount of code needed in the example was quite a lot -- with data binding, it should be just 3 lines of code or so to get  JSON out of a Bean.<br />]]></content:encoded>
			<link>http://db.tmtec.biz/blogs/index.php/json-restful-web-service-in-java#c133</link>
		</item>
				<item>
			<title>In response to: JSON Restful Web Service in Java</title>
			<pubDate>Mon, 20 Apr 2009 07:49:50 +0000</pubDate>
			<dc:creator>MD [Member]</dc:creator>
			<guid isPermaLink="false">c125@http://db.tmtec.biz/blogs/</guid>
			<description>It seems lots of discussions undergo. According to them, any extention, like &quot;json&quot;, sounds valid for the value of those annotations. &lt;br /&gt;
&lt;br /&gt;
If it does not work as expected, you can just work around by specifying in a constructor of Resource as follows. &lt;br /&gt;
&lt;br /&gt;
getVariants().add(new Variant(MediaType.APPLICATION_JSON));&lt;br /&gt;
&lt;br /&gt;
Cheers,</description>
			<content:encoded><![CDATA[It seems lots of discussions undergo. According to them, any extention, like "json", sounds valid for the value of those annotations. <br />
<br />
If it does not work as expected, you can just work around by specifying in a constructor of Resource as follows. <br />
<br />
getVariants().add(new Variant(MediaType.APPLICATION_JSON));<br />
<br />
Cheers,]]></content:encoded>
			<link>http://db.tmtec.biz/blogs/index.php/json-restful-web-service-in-java#c125</link>
		</item>
				<item>
			<title>In response to: JSON Restful Web Service in Java</title>
			<pubDate>Sat, 18 Apr 2009 17:21:18 +0000</pubDate>
			<dc:creator>Ramon [Visitor]</dc:creator>
			<guid isPermaLink="false">c124@http://db.tmtec.biz/blogs/</guid>
			<description>Hi, i'm using restler 1.2m2, do you know how to use @get(&quot;json&quot;) ?&lt;br /&gt;
&lt;br /&gt;
The server  throws tihs warning.&lt;br /&gt;
&quot;Unable to find a converter for this object : {&quot;id&quot;:&quot;1234&quot;,&quot;name&quot;:&quot;Ramon&quot;}&quot;&lt;br /&gt;
&lt;br /&gt;
Thanks.&lt;br /&gt;</description>
			<content:encoded><![CDATA[Hi, i'm using restler 1.2m2, do you know how to use @get("json") ?<br />
<br />
The server  throws tihs warning.<br />
"Unable to find a converter for this object : {"id":"1234","name":"Ramon"}"<br />
<br />
Thanks.<br />]]></content:encoded>
			<link>http://db.tmtec.biz/blogs/index.php/json-restful-web-service-in-java#c124</link>
		</item>
				<item>
			<title>In response to: BigTable(next generation database led by Google) 1</title>
			<pubDate>Wed, 01 Apr 2009 10:10:59 +0000</pubDate>
			<dc:creator>yasso [Visitor]</dc:creator>
			<guid isPermaLink="false">c120@http://db.tmtec.biz/blogs/</guid>
			<description>But many are not real database, at least not the type we thought of. Although they are quite fast and have good scalability, they are in very simple structure. And they store  data and search data by index. For example  LEXST database, if you count on them to do transactions as oracle does, you are wrong.</description>
			<content:encoded><![CDATA[But many are not real database, at least not the type we thought of. Although they are quite fast and have good scalability, they are in very simple structure. And they store  data and search data by index. For example  LEXST database, if you count on them to do transactions as oracle does, you are wrong.]]></content:encoded>
			<link>http://db.tmtec.biz/blogs/index.php/bigtable-next-generation-database-led-by-1#c120</link>
		</item>
				<item>
			<title>In response to: JSON Restful Web Service in Java</title>
			<pubDate>Sat, 28 Mar 2009 16:53:33 +0000</pubDate>
			<dc:creator>MD [Member]</dc:creator>
			<guid isPermaLink="false">c119@http://db.tmtec.biz/blogs/</guid>
			<description>You're Welcome!</description>
			<content:encoded><![CDATA[You're Welcome!]]></content:encoded>
			<link>http://db.tmtec.biz/blogs/index.php/json-restful-web-service-in-java#c119</link>
		</item>
				<item>
			<title>In response to: JSON Restful Web Service in Java</title>
			<pubDate>Sat, 28 Mar 2009 08:56:01 +0000</pubDate>
			<dc:creator>Mahboob [Visitor]</dc:creator>
			<guid isPermaLink="false">c118@http://db.tmtec.biz/blogs/</guid>
			<description>Good work !&lt;br /&gt;
That U help other to understand something.&lt;br /&gt;
I remember U as a teacher.&lt;br /&gt;
&lt;br /&gt;
Thanks.</description>
			<content:encoded><![CDATA[Good work !<br />
That U help other to understand something.<br />
I remember U as a teacher.<br />
<br />
Thanks.]]></content:encoded>
			<link>http://db.tmtec.biz/blogs/index.php/json-restful-web-service-in-java#c118</link>
		</item>
			</channel>
</rss>
