<?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: An Easier Java ORM Part 3</title>
	<atom:link href="http://www.codecommit.com/blog/java/an-easier-java-orm-part-3/feed" rel="self" type="application/rss+xml" />
	<link>http://www.codecommit.com/blog/java/an-easier-java-orm-part-3</link>
	<description>(permanently in beta)</description>
	<lastBuildDate>Sun, 29 Aug 2010 20:01:44 -0700</lastBuildDate>
	<generator>http://wordpress.org/?v=2.9.2</generator>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<item>
		<title>By: Christian</title>
		<link>http://www.codecommit.com/blog/java/an-easier-java-orm-part-3/comment-page-1#comment-3152</link>
		<dc:creator>Christian</dc:creator>
		<pubDate>Thu, 28 Feb 2008 07:21:51 +0000</pubDate>
		<guid isPermaLink="false">http://www.danielspiewak.com/java/an-easier-java-orm-part-3#comment-3152</guid>
		<description>Thanks for your fast Reply Daniel.
It is enough for me to know that its is a Beanshell problem.</description>
		<content:encoded><![CDATA[<p>Thanks for your fast Reply Daniel.<br />
It is enough for me to know that its is a Beanshell problem.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Daniel Spiewak</title>
		<link>http://www.codecommit.com/blog/java/an-easier-java-orm-part-3/comment-page-1#comment-3145</link>
		<dc:creator>Daniel Spiewak</dc:creator>
		<pubDate>Wed, 27 Feb 2008 18:21:27 +0000</pubDate>
		<guid isPermaLink="false">http://www.danielspiewak.com/java/an-easier-java-orm-part-3#comment-3145</guid>
		<description>I&#039;m going to take a wild guess and say that it&#039;s probably got something to do with the way that BeanShell creates dynamic proxies for objects and such.  I honestly don&#039;t know though (don&#039;t use BeanShell very much).</description>
		<content:encoded><![CDATA[<p>I&#8217;m going to take a wild guess and say that it&#8217;s probably got something to do with the way that BeanShell creates dynamic proxies for objects and such.  I honestly don&#8217;t know though (don&#8217;t use BeanShell very much).</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Christian</title>
		<link>http://www.codecommit.com/blog/java/an-easier-java-orm-part-3/comment-page-1#comment-3144</link>
		<dc:creator>Christian</dc:creator>
		<pubDate>Wed, 27 Feb 2008 18:17:15 +0000</pubDate>
		<guid isPermaLink="false">http://www.danielspiewak.com/java/an-easier-java-orm-part-3#comment-3144</guid>
		<description>Hello!

Do you have any idea why this do not work in beanshell?

bsh % new Transaction(fimi.Main.em){
public void run(){
null;
}
}.execute();
// Error: EvalError: Error constructing inner class instance: bsh.ReflectError: Can&#039;t find constructor: global$2( net.java.ao.EntityManager ) in class: global$2 : at Line: 1 : in file:  : new Transaction ( fimi .Main .em ) { 

bsh % 

The EntityManager should be OK:
bsh % print(fimi.Main.em.toString());
net.java.ao.EntityManager@16c9867
bsh % 

Thank You
Christian</description>
		<content:encoded><![CDATA[<p>Hello!</p>
<p>Do you have any idea why this do not work in beanshell?</p>
<p>bsh % new Transaction(fimi.Main.em){<br />
public void run(){<br />
null;<br />
}<br />
}.execute();<br />
// Error: EvalError: Error constructing inner class instance: bsh.ReflectError: Can&#8217;t find constructor: global$2( net.java.ao.EntityManager ) in class: global$2 : at Line: 1 : in file:  : new Transaction ( fimi .Main .em ) { </p>
<p>bsh % </p>
<p>The EntityManager should be OK:<br />
bsh % print(fimi.Main.em.toString());<br />
net.java.ao.EntityManager@16c9867<br />
bsh % </p>
<p>Thank You<br />
Christian</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Daniel Spiewak</title>
		<link>http://www.codecommit.com/blog/java/an-easier-java-orm-part-3/comment-page-1#comment-2099</link>
		<dc:creator>Daniel Spiewak</dc:creator>
		<pubDate>Fri, 27 Jul 2007 17:17:32 +0000</pubDate>
		<guid isPermaLink="false">http://www.danielspiewak.com/java/an-easier-java-orm-part-3#comment-2099</guid>
		<description>Ammentos is interesting, but it still relies upon the POJO model, Lists, etc...  It doesn&#039;t do migrations or schema generation, and it requires a *ton* of parameterized annotations to wire everything together.  It&#039;s kind of cool, but it seems like just an XML-less JPA.</description>
		<content:encoded><![CDATA[<p>Ammentos is interesting, but it still relies upon the POJO model, Lists, etc&#8230;  It doesn&#8217;t do migrations or schema generation, and it requires a *ton* of parameterized annotations to wire everything together.  It&#8217;s kind of cool, but it seems like just an XML-less JPA.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Nicola  Viragine</title>
		<link>http://www.codecommit.com/blog/java/an-easier-java-orm-part-3/comment-page-1#comment-2098</link>
		<dc:creator>Nicola  Viragine</dc:creator>
		<pubDate>Fri, 27 Jul 2007 13:52:09 +0000</pubDate>
		<guid isPermaLink="false">http://www.danielspiewak.com/java/an-easier-java-orm-part-3#comment-2098</guid>
		<description>Hi  Daniel,

There is another interesting ORM framework called Ammentos:

&lt;a href=&quot;http://ammentos.biobytes.it&quot; rel=&quot;nofollow&quot;&gt;http://ammentos.biobytes.it/&lt;/a&gt;

I find it very amazing..

thanks

Nicola</description>
		<content:encoded><![CDATA[<p>Hi  Daniel,</p>
<p>There is another interesting ORM framework called Ammentos:</p>
<p><a href="http://ammentos.biobytes.it" rel="nofollow">http://ammentos.biobytes.it/</a></p>
<p>I find it very amazing..</p>
<p>thanks</p>
<p>Nicola</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Daniel Spiewak</title>
		<link>http://www.codecommit.com/blog/java/an-easier-java-orm-part-3/comment-page-1#comment-2100</link>
		<dc:creator>Daniel Spiewak</dc:creator>
		<pubDate>Fri, 27 Jul 2007 03:28:24 +0000</pubDate>
		<guid isPermaLink="false">http://www.danielspiewak.com/java/an-easier-java-orm-part-3#comment-2100</guid>
		<description>It&#039;s fully available and working (as far as I can tell).  I don&#039;t have any applications which explicitly test to see if they&#039;re working.</description>
		<content:encoded><![CDATA[<p>It&#8217;s fully available and working (as far as I can tell).  I don&#8217;t have any applications which explicitly test to see if they&#8217;re working.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: David Marko</title>
		<link>http://www.codecommit.com/blog/java/an-easier-java-orm-part-3/comment-page-1#comment-2097</link>
		<dc:creator>David Marko</dc:creator>
		<pubDate>Thu, 26 Jul 2007 05:56:29 +0000</pubDate>
		<guid isPermaLink="false">http://www.danielspiewak.com/java/an-easier-java-orm-part-3#comment-2097</guid>
		<description>Is described transaction syntaxt already available in ActiveObject ot is it the proposal only?

Thanks
David</description>
		<content:encoded><![CDATA[<p>Is described transaction syntaxt already available in ActiveObject ot is it the proposal only?</p>
<p>Thanks<br />
David</p>
]]></content:encoded>
	</item>
</channel>
</rss>
