<?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>
	Commentaires sur : RequestFactory ou comment faire du CRUD avec GWT	</title>
	<atom:link href="https://blog.infine.com/requestfactory-ou-comment-faire-du-crud-avec-gwt-1108/feed" rel="self" type="application/rss+xml" />
	<link>https://blog.infine.com/requestfactory-ou-comment-faire-du-crud-avec-gwt-1108?utm_source=rss&#038;utm_medium=rss&#038;utm_campaign=requestfactory-ou-comment-faire-du-crud-avec-gwt</link>
	<description>Le blog des technos de demain !</description>
	<lastBuildDate>Thu, 19 Sep 2013 14:14:00 +0000</lastBuildDate>
	<sy:updatePeriod>
	hourly	</sy:updatePeriod>
	<sy:updateFrequency>
	1	</sy:updateFrequency>
	<generator>https://wordpress.org/?v=6.5.7</generator>
	<item>
		<title>
		Par : djamel		</title>
		<link>https://blog.infine.com/requestfactory-ou-comment-faire-du-crud-avec-gwt-1108/comment-page-1#comment-876</link>

		<dc:creator><![CDATA[djamel]]></dc:creator>
		<pubDate>Thu, 19 Sep 2013 14:14:00 +0000</pubDate>
		<guid isPermaLink="false">https://blog.infine.com/?p=1108#comment-876</guid>

					<description><![CDATA[are you sure that this code wroks ?

public List getPersonList()

  {

      List personList = new ArrayList();

      EntityManager entityManager = PersistenceManager.getEntityManagerFactory().createEntityManager();

      try {

          personList = entityManager.createQuery(&quot;FROM Person&quot;).getResultList();

      } catch (Exception e) {

          e.printStackTrace();

      }

      return personList;

  }

the return list is List and needed return method List]]></description>
			<content:encoded><![CDATA[<p>are you sure that this code wroks ?</p>
<p>public List getPersonList()</p>
<p>  {</p>
<p>      List personList = new ArrayList();</p>
<p>      EntityManager entityManager = PersistenceManager.getEntityManagerFactory().createEntityManager();</p>
<p>      try {</p>
<p>          personList = entityManager.createQuery(&#8220;FROM Person&#8221;).getResultList();</p>
<p>      } catch (Exception e) {</p>
<p>          e.printStackTrace();</p>
<p>      }</p>
<p>      return personList;</p>
<p>  }</p>
<p>the return list is List and needed return method List</p>
]]></content:encoded>
		
			</item>
	</channel>
</rss>
