<?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: JStORM: A New JavaScript Object-Relational Mapper</title>
	<atom:link href="http://ajaxian.com/archives/jstorm-a-new-javascript-object-relational-mapper/feed" rel="self" type="application/rss+xml" />
	<link>http://ajaxian.com/archives/jstorm-a-new-javascript-object-relational-mapper</link>
	<description>Cleaning up the web with Ajax</description>
	<lastBuildDate>Thu, 09 Feb 2012 06:55:33 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.2</generator>
	<item>
		<title>By: thynctank</title>
		<link>http://ajaxian.com/archives/jstorm-a-new-javascript-object-relational-mapper/comment-page-1#comment-268951</link>
		<dc:creator>thynctank</dc:creator>
		<pubDate>Tue, 11 Nov 2008 18:09:14 +0000</pubDate>
		<guid isPermaLink="false">http://ajaxian.com/?p=4645#comment-268951</guid>
		<description>@ThomasHansen

Some of these libraries don&#039;t deal with server databases at all (JazzRecord being one of them). Instead, they are being built for use as value add-ons for caching web apps using Gears/similar technology, or, perhaps more importantly, as facilitators for clean database code in desktop JavaScript platforms like Adobe AIR.</description>
		<content:encoded><![CDATA[<p>@ThomasHansen</p>
<p>Some of these libraries don&#8217;t deal with server databases at all (JazzRecord being one of them). Instead, they are being built for use as value add-ons for caching web apps using Gears/similar technology, or, perhaps more importantly, as facilitators for clean database code in desktop JavaScript platforms like Adobe AIR.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: thynctank</title>
		<link>http://ajaxian.com/archives/jstorm-a-new-javascript-object-relational-mapper/comment-page-1#comment-268950</link>
		<dc:creator>thynctank</dc:creator>
		<pubDate>Tue, 11 Nov 2008 18:06:08 +0000</pubDate>
		<guid isPermaLink="false">http://ajaxian.com/?p=4645#comment-268950</guid>
		<description>Just wanted to mention our newish library JazzRecord (http://www.jazzrecord.org) in case anyone was interested in a JavaScript ActiveRecord clone in specific.

I find the syntax to be more concise than Morphine or JStORM, though JStORM seems somewhat similar in terms of usage.

Jazz is built on MooTools, and requires the inclusion of the base library to work.</description>
		<content:encoded><![CDATA[<p>Just wanted to mention our newish library JazzRecord (<a href="http://www.jazzrecord.org" rel="nofollow">http://www.jazzrecord.org</a>) in case anyone was interested in a JavaScript ActiveRecord clone in specific.</p>
<p>I find the syntax to be more concise than Morphine or JStORM, though JStORM seems somewhat similar in terms of usage.</p>
<p>Jazz is built on MooTools, and requires the inclusion of the base library to work.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: ThomasHansen</title>
		<link>http://ajaxian.com/archives/jstorm-a-new-javascript-object-relational-mapper/comment-page-1#comment-267811</link>
		<dc:creator>ThomasHansen</dc:creator>
		<pubDate>Wed, 01 Oct 2008 19:35:49 +0000</pubDate>
		<guid isPermaLink="false">http://ajaxian.com/?p=4645#comment-267811</guid>
		<description>@ragjunk
db4o is first of all also a product for .Net and Mono, second of all (and more importantly) it is not an ORM tool but an OO database which is quite a difference ... ;)
I don&#039;t work for them either BTW...</description>
		<content:encoded><![CDATA[<p>@ragjunk<br />
db4o is first of all also a product for .Net and Mono, second of all (and more importantly) it is not an ORM tool but an OO database which is quite a difference &#8230; ;)<br />
I don&#8217;t work for them either BTW&#8230;</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: ragjunk</title>
		<link>http://ajaxian.com/archives/jstorm-a-new-javascript-object-relational-mapper/comment-page-1#comment-267807</link>
		<dc:creator>ragjunk</dc:creator>
		<pubDate>Wed, 01 Oct 2008 17:28:14 +0000</pubDate>
		<guid isPermaLink="false">http://ajaxian.com/?p=4645#comment-267807</guid>
		<description>Of all types of ORM products, I liked db4o the best for its simplicity. It is a Java-based product, but I am siting it as an example for its simple syntax and usage. 

http://developer.db4o.com/Resources/view.aspx/Formula_One_Tutorial

Most ORM products are too intrusive or want us to learn new syntaxes, so they are not easily replaceable. 

Cheers,
Rags.

PS: I don&#039;t work for db4o, nor have any other interest in db4o.</description>
		<content:encoded><![CDATA[<p>Of all types of ORM products, I liked db4o the best for its simplicity. It is a Java-based product, but I am siting it as an example for its simple syntax and usage. </p>
<p><a href="http://developer.db4o.com/Resources/view.aspx/Formula_One_Tutorial" rel="nofollow">http://developer.db4o.com/Resources/view.aspx/Formula_One_Tutorial</a></p>
<p>Most ORM products are too intrusive or want us to learn new syntaxes, so they are not easily replaceable. </p>
<p>Cheers,<br />
Rags.</p>
<p>PS: I don&#8217;t work for db4o, nor have any other interest in db4o.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: morphine</title>
		<link>http://ajaxian.com/archives/jstorm-a-new-javascript-object-relational-mapper/comment-page-1#comment-267802</link>
		<dc:creator>morphine</dc:creator>
		<pubDate>Wed, 01 Oct 2008 15:56:59 +0000</pubDate>
		<guid isPermaLink="false">http://ajaxian.com/?p=4645#comment-267802</guid>
		<description>Hello, I just signal a similar project (syntax a little shorter) :
http://morphinedb.googlecode.com/</description>
		<content:encoded><![CDATA[<p>Hello, I just signal a similar project (syntax a little shorter) :<br />
<a href="http://morphinedb.googlecode.com/" rel="nofollow">http://morphinedb.googlecode.com/</a></p>
]]></content:encoded>
	</item>
	<item>
		<title>By: ThomasHansen</title>
		<link>http://ajaxian.com/archives/jstorm-a-new-javascript-object-relational-mapper/comment-page-1#comment-267801</link>
		<dc:creator>ThomasHansen</dc:creator>
		<pubDate>Wed, 01 Oct 2008 15:00:15 +0000</pubDate>
		<guid isPermaLink="false">http://ajaxian.com/?p=4645#comment-267801</guid>
		<description>Interesting and probably great work, though I still don&#039;t understand why so few understand that moving from n&#039;tier to n*n&#039;tier is a bad thing ... ;)
(PS!
I am not against Ajax, though I am for server-side binded Ajax libraries)</description>
		<content:encoded><![CDATA[<p>Interesting and probably great work, though I still don&#8217;t understand why so few understand that moving from n&#8217;tier to n*n&#8217;tier is a bad thing &#8230; ;)<br />
(PS!<br />
I am not against Ajax, though I am for server-side binded Ajax libraries)</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Urielka</title>
		<link>http://ajaxian.com/archives/jstorm-a-new-javascript-object-relational-mapper/comment-page-1#comment-267797</link>
		<dc:creator>Urielka</dc:creator>
		<pubDate>Wed, 01 Oct 2008 12:59:47 +0000</pubDate>
		<guid isPermaLink="false">http://ajaxian.com/?p=4645#comment-267797</guid>
		<description>Yeha,docs are coming in,also i am going to write some wiki pages to explain how to implement providers since many people are interested in this.</description>
		<content:encoded><![CDATA[<p>Yeha,docs are coming in,also i am going to write some wiki pages to explain how to implement providers since many people are interested in this.</p>
]]></content:encoded>
	</item>
</channel>
</rss>

