<?xml version="1.0" encoding="UTF-8"?><!-- generator="wordpress/2.3.1" -->
<rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	>
<channel>
	<title>Comments on: Migrating from JBoss to Glassfish</title>
	<link>http://blog.evolutionarydawn.com/2008/03/21/migrating-from-jboss-to-glassfish/</link>
	<description>I would love to change the world, but they won't give me the source code</description>
	<pubDate>Wed, 10 Mar 2010 03:17:20 +0000</pubDate>
	<generator>http://wordpress.org/?v=2.3.1</generator>
		<item>
		<title>By: admin</title>
		<link>http://blog.evolutionarydawn.com/2008/03/21/migrating-from-jboss-to-glassfish/#comment-8</link>
		<dc:creator>admin</dc:creator>
		<pubDate>Tue, 25 Mar 2008 14:41:52 +0000</pubDate>
		<guid>http://blog.evolutionarydawn.com/2008/03/21/migrating-from-jboss-to-glassfish/#comment-8</guid>
		<description>Thanks Wouter for the post,
The comment I made about override must be taken in context of it being un-tested.
Meaning that I am blaming my issue on not having equals(Object) @Override but have
not verified that it is actually causing my issue. What I do know, is that I have a work around.

But now that you have me on my "Soap Box".

Generally overriding equals(Object) and hashcode() methods are my biggest annoyance
with J2EE spec.  Not all "Entities" can have business keys that make them equal because
certain business rules prevent it even if all the data attributes are equal.  Since I am a
bit of a neanderthal this whole idea of overriding those methods has never made sense.
Please some write me a comment on how to do this properly so I myself can move on
from the stone age.

</description>
		<content:encoded><![CDATA[<p>Thanks Wouter for the post,<br />
The comment I made about override must be taken in context of it being un-tested.<br />
Meaning that I am blaming my issue on not having equals(Object) @Override but have<br />
not verified that it is actually causing my issue. What I do know, is that I have a work around.</p>
<p>But now that you have me on my &#8220;Soap Box&#8221;.</p>
<p>Generally overriding equals(Object) and hashcode() methods are my biggest annoyance<br />
with J2EE spec.  Not all &#8220;Entities&#8221; can have business keys that make them equal because<br />
certain business rules prevent it even if all the data attributes are equal.  Since I am a<br />
bit of a neanderthal this whole idea of overriding those methods has never made sense.<br />
Please some write me a comment on how to do this properly so I myself can move on<br />
from the stone age.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Wouter van Reeven</title>
		<link>http://blog.evolutionarydawn.com/2008/03/21/migrating-from-jboss-to-glassfish/#comment-7</link>
		<dc:creator>Wouter van Reeven</dc:creator>
		<pubDate>Tue, 25 Mar 2008 14:25:49 +0000</pubDate>
		<guid>http://blog.evolutionarydawn.com/2008/03/21/migrating-from-jboss-to-glassfish/#comment-7</guid>
		<description>Hi David,

Thanks for this great overview.

Using NetBeans to develop JEE applications, Entities are generated by default with the equals method overridden. This is of little use when migrating an existing project from JBoss to GlassFish, but for new projects that are developed for GlassFish this might be a solution.

Greets, Wouter</description>
		<content:encoded><![CDATA[<p>Hi David,</p>
<p>Thanks for this great overview.</p>
<p>Using NetBeans to develop JEE applications, Entities are generated by default with the equals method overridden. This is of little use when migrating an existing project from JBoss to GlassFish, but for new projects that are developed for GlassFish this might be a solution.</p>
<p>Greets, Wouter</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: admin</title>
		<link>http://blog.evolutionarydawn.com/2008/03/21/migrating-from-jboss-to-glassfish/#comment-6</link>
		<dc:creator>admin</dc:creator>
		<pubDate>Mon, 24 Mar 2008 18:18:29 +0000</pubDate>
		<guid>http://blog.evolutionarydawn.com/2008/03/21/migrating-from-jboss-to-glassfish/#comment-6</guid>
		<description>Sekhar,
Thank you for your post.  If I have time I will contribute it to the Wiki but it might be a month or 2 since I am up againest a deadline.

On Issue #3
In JBoss you would not have to em.refresh(object).  It appears that there is no caching used on JBoss by default.  On em.find(class,object) would actually pull the data from the DB.</description>
		<content:encoded><![CDATA[<p>Sekhar,<br />
Thank you for your post.  If I have time I will contribute it to the Wiki but it might be a month or 2 since I am up againest a deadline.</p>
<p>On Issue #3<br />
In JBoss you would not have to em.refresh(object).  It appears that there is no caching used on JBoss by default.  On em.find(class,object) would actually pull the data from the DB.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Sekhar Vajjhala</title>
		<link>http://blog.evolutionarydawn.com/2008/03/21/migrating-from-jboss-to-glassfish/#comment-5</link>
		<dc:creator>Sekhar Vajjhala</dc:creator>
		<pubDate>Mon, 24 Mar 2008 18:04:13 +0000</pubDate>
		<guid>http://blog.evolutionarydawn.com/2008/03/21/migrating-from-jboss-to-glassfish/#comment-5</guid>
		<description>David, thanks for sharing your migration experience. These would be great additions to the GlassFish migration guide http://wiki.glassfish.java.net/Wiki.jsp?page=M2GMigrationGuide  . The guide is intended to help people with migrating to GlassFish ( see announcement http://forums.java.net/jive/thread.jspa?messageID=261465 ). So,I created links to the three issues in this blog from the migration guide. It would be very helpful if you could contribute your code example/text inline in the migration guide. It is in community based wiki format. So you can edit yourself. If you have any questions, please email at sekhar@dev.java.net. Thanks !

Also, on issue 3, what is being done differently on JBoss ?</description>
		<content:encoded><![CDATA[<p>David, thanks for sharing your migration experience. These would be great additions to the GlassFish migration guide <a href="http://wiki.glassfish.java.net/Wiki.jsp?page=M2GMigrationGuide" rel="nofollow">http://wiki.glassfish.java.net/Wiki.jsp?page=M2GMigrationGuide</a>  . The guide is intended to help people with migrating to GlassFish ( see announcement <a href="http://forums.java.net/jive/thread.jspa?messageID=261465" rel="nofollow">http://forums.java.net/jive/thread.jspa?messageID=261465</a> ). So,I created links to the three issues in this blog from the migration guide. It would be very helpful if you could contribute your code example/text inline in the migration guide. It is in community based wiki format. So you can edit yourself. If you have any questions, please email at <a href="mailto:sekhar@dev.java.net.">sekhar@dev.java.net.</a> Thanks !</p>
<p>Also, on issue 3, what is being done differently on JBoss ?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: admin</title>
		<link>http://blog.evolutionarydawn.com/2008/03/21/migrating-from-jboss-to-glassfish/#comment-4</link>
		<dc:creator>admin</dc:creator>
		<pubDate>Mon, 24 Mar 2008 16:51:46 +0000</pubDate>
		<guid>http://blog.evolutionarydawn.com/2008/03/21/migrating-from-jboss-to-glassfish/#comment-4</guid>
		<description>Sorry for the issue.  I believe my last few edits should resolve your code readability issue.</description>
		<content:encoded><![CDATA[<p>Sorry for the issue.  I believe my last few edits should resolve your code readability issue.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Stefane Fermigier</title>
		<link>http://blog.evolutionarydawn.com/2008/03/21/migrating-from-jboss-to-glassfish/#comment-3</link>
		<dc:creator>Stefane Fermigier</dc:creator>
		<pubDate>Mon, 24 Mar 2008 09:49:10 +0000</pubDate>
		<guid>http://blog.evolutionarydawn.com/2008/03/21/migrating-from-jboss-to-glassfish/#comment-3</guid>
		<description>Your code is unreadable (because unindented).

  S.</description>
		<content:encoded><![CDATA[<p>Your code is unreadable (because unindented).</p>
<p>  S.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Eduardo Pelegri-Llopart</title>
		<link>http://blog.evolutionarydawn.com/2008/03/21/migrating-from-jboss-to-glassfish/#comment-2</link>
		<dc:creator>Eduardo Pelegri-Llopart</dc:creator>
		<pubDate>Sun, 23 Mar 2008 19:59:10 +0000</pubDate>
		<guid>http://blog.evolutionarydawn.com/2008/03/21/migrating-from-jboss-to-glassfish/#comment-2</guid>
		<description>I've done a spotlight on your entry at TheAquarium.  Posted for this evening.   I'll also tell Sekhar to send you an email so you can help other peole migrating.  - eduard/o</description>
		<content:encoded><![CDATA[<p>I&#8217;ve done a spotlight on your entry at TheAquarium.  Posted for this evening.   I&#8217;ll also tell Sekhar to send you an email so you can help other peole migrating.  - eduard/o</p>
]]></content:encoded>
	</item>
</channel>
</rss>

