<?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 for RCP Vision</title>
	<atom:link href="http://www.rcp-vision.com/?feed=comments-rss2" rel="self" type="application/rss+xml" />
	<link>http://www.rcp-vision.com</link>
	<description>Java &#38; Eclipse RCP</description>
	<lastBuildDate>Tue, 15 May 2012 23:02:04 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.1.1</generator>
	<item>
		<title>Comment on Single sourcing with Eclipse RAP by Lars Vogel</title>
		<link>http://www.rcp-vision.com/?p=3848&#038;lang=en#comment-2079</link>
		<dc:creator>Lars Vogel</dc:creator>
		<pubDate>Tue, 15 May 2012 23:02:04 +0000</pubDate>
		<guid isPermaLink="false">http://www.rcp-vision.com/?p=3848#comment-2079</guid>
		<description>AFAIK the Entrypoint is not required that you can re-use your application definition.</description>
		<content:encoded><![CDATA[<p>AFAIK the Entrypoint is not required that you can re-use your application definition.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Automatic testing with Jubula by Oliver</title>
		<link>http://www.rcp-vision.com/?p=1506&#038;lang=en#comment-2072</link>
		<dc:creator>Oliver</dc:creator>
		<pubDate>Tue, 15 May 2012 13:48:23 +0000</pubDate>
		<guid isPermaLink="false">http://www.rcp-vision.com/?p=1506#comment-2072</guid>
		<description>Hi,

recorded a test  successfully, but if I enter a url like &quot;http://localhost:8080&quot;, the test inserts &quot;http;77localhost;8080&quot;. There is something wrong with shift key.

Regards
Oliver</description>
		<content:encoded><![CDATA[<p>Hi,</p>
<p>recorded a test  successfully, but if I enter a url like &#8220;http://localhost:8080&#8243;, the test inserts &#8220;http;77localhost;8080&#8243;. There is something wrong with shift key.</p>
<p>Regards<br />
Oliver</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Tutorial: an Application for showing SWT Examples by abhijit chakra</title>
		<link>http://www.rcp-vision.com/?p=349&#038;lang=en#comment-2037</link>
		<dc:creator>abhijit chakra</dc:creator>
		<pubDate>Sun, 13 May 2012 16:01:06 +0000</pubDate>
		<guid isPermaLink="false">http://www.rcp-vision.com/nuovosito_wordpress/?p=349#comment-2037</guid>
		<description>Nice tutorial ,give more example on views.it will  better .</description>
		<content:encoded><![CDATA[<p>Nice tutorial ,give more example on views.it will  better .</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Automatic testing with Jubula by Federico Alcantara</title>
		<link>http://www.rcp-vision.com/?p=1506&#038;lang=en#comment-1943</link>
		<dc:creator>Federico Alcantara</dc:creator>
		<pubDate>Wed, 02 May 2012 18:18:34 +0000</pubDate>
		<guid isPermaLink="false">http://www.rcp-vision.com/?p=1506#comment-1943</guid>
		<description>Why is this SOOOOO complicated and prompt to not working.
 I tried Jubula last year and couldn&#039;t make any useful test.

Won&#039;t touch it until it has more sense.</description>
		<content:encoded><![CDATA[<p>Why is this SOOOOO complicated and prompt to not working.<br />
 I tried Jubula last year and couldn&#8217;t make any useful test.</p>
<p>Won&#8217;t touch it until it has more sense.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Teneo Setup for Eclipse 3.7 &#8211; Indigo by Vincenzo</title>
		<link>http://www.rcp-vision.com/?p=542&#038;lang=en#comment-1866</link>
		<dc:creator>Vincenzo</dc:creator>
		<pubDate>Mon, 23 Apr 2012 08:12:31 +0000</pubDate>
		<guid isPermaLink="false">http://www.rcp-vision.com/nuovosito_wordpress/?p=542#comment-1866</guid>
		<description>Ciao Renzo,
quando si usa Teneo e si opta per un certo database occorrono due cose:
1) che esista il giusto Dialect di Hibernate per quel database (e per DB2 questo requisito è soddisfatto: &quot;org.hibernate.dialect.DB2Dialect&quot;). Per una lista completa dei dialetti Hibernate vedere qui: http://docs.jboss.org/hibernate/core/3.3/reference/en/html/session-configuration.html
2) che il driver jdbc sia disponibile a livello di PDE (Plug-in Development Environment). Per questo basta creare un Plug-in (File-&gt;New-&gt;Plug-in Project), anche privo di Activator e di contributo alla UI, che possiamo chiamare in questo caso ad es. &quot;com.ibm.db2.jdbc&quot;, creare una cartella &quot;lib&quot;, copiare al suo interno il jar del driver jdbc e dal tab &quot;Runtime&quot; esportare tutti i package. A questo punto questo plug-in è da trattare come nel tutorial viene trattato il plug-in &quot;com.mysql.jdbc&quot;. L&#039;unica differenza quindi è che stavolta il plug-in che contribuisce al jdbc driver non sta nella platform, ma viene aggiunto esplicitamente da noi.
Sono a disposizione se questa fase non dovesse essere chiara.
Vincenzo</description>
		<content:encoded><![CDATA[<p>Ciao Renzo,<br />
quando si usa Teneo e si opta per un certo database occorrono due cose:<br />
1) che esista il giusto Dialect di Hibernate per quel database (e per DB2 questo requisito è soddisfatto: &#8220;org.hibernate.dialect.DB2Dialect&#8221;). Per una lista completa dei dialetti Hibernate vedere qui: <a href="http://docs.jboss.org/hibernate/core/3.3/reference/en/html/session-configuration.html" rel="nofollow">http://docs.jboss.org/hibernate/core/3.3/reference/en/html/session-configuration.html</a><br />
2) che il driver jdbc sia disponibile a livello di PDE (Plug-in Development Environment). Per questo basta creare un Plug-in (File->New->Plug-in Project), anche privo di Activator e di contributo alla UI, che possiamo chiamare in questo caso ad es. &#8220;com.ibm.db2.jdbc&#8221;, creare una cartella &#8220;lib&#8221;, copiare al suo interno il jar del driver jdbc e dal tab &#8220;Runtime&#8221; esportare tutti i package. A questo punto questo plug-in è da trattare come nel tutorial viene trattato il plug-in &#8220;com.mysql.jdbc&#8221;. L&#8217;unica differenza quindi è che stavolta il plug-in che contribuisce al jdbc driver non sta nella platform, ma viene aggiunto esplicitamente da noi.<br />
Sono a disposizione se questa fase non dovesse essere chiara.<br />
Vincenzo</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Teneo Setup for Eclipse 3.7 &#8211; Indigo by renzo</title>
		<link>http://www.rcp-vision.com/?p=542&#038;lang=en#comment-1856</link>
		<dc:creator>renzo</dc:creator>
		<pubDate>Sun, 22 Apr 2012 17:38:14 +0000</pubDate>
		<guid isPermaLink="false">http://www.rcp-vision.com/nuovosito_wordpress/?p=542#comment-1856</guid>
		<description>Vorrei provare ad usare Teneo con DB2 , cosa devo fare ?</description>
		<content:encoded><![CDATA[<p>Vorrei provare ad usare Teneo con DB2 , cosa devo fare ?</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on WindowBuilder: installing and EMF databinding by Sopot</title>
		<link>http://www.rcp-vision.com/?p=1123&#038;lang=en#comment-1726</link>
		<dc:creator>Sopot</dc:creator>
		<pubDate>Mon, 09 Apr 2012 08:15:35 +0000</pubDate>
		<guid isPermaLink="false">http://www.rcp-vision.com/?p=1123#comment-1726</guid>
		<description>Check your dependencies. Some of them aren&#039;t resolved.</description>
		<content:encoded><![CDATA[<p>Check your dependencies. Some of them aren&#8217;t resolved.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Automatic testing with Jubula by Francesca Mastinu</title>
		<link>http://www.rcp-vision.com/?p=1506&#038;lang=en#comment-1637</link>
		<dc:creator>Francesca Mastinu</dc:creator>
		<pubDate>Thu, 29 Mar 2012 15:53:04 +0000</pubDate>
		<guid isPermaLink="false">http://www.rcp-vision.com/?p=1506#comment-1637</guid>
		<description>Hi Ken,
have you checked off that your application appears in the &quot;Running AUT&#039;s&quot; view? 
If no, probably you have to verify that the AUT Agent configurations are correct, in addition you should be sure that the &quot;org.eclipse.rc.rcp&quot; plugin has been added in the config.ini file.
I hope this will help.</description>
		<content:encoded><![CDATA[<p>Hi Ken,<br />
have you checked off that your application appears in the &#8220;Running AUT&#8217;s&#8221; view?<br />
If no, probably you have to verify that the AUT Agent configurations are correct, in addition you should be sure that the &#8220;org.eclipse.rc.rcp&#8221; plugin has been added in the config.ini file.<br />
I hope this will help.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Automatic testing with Jubula by Ken</title>
		<link>http://www.rcp-vision.com/?p=1506&#038;lang=en#comment-1598</link>
		<dc:creator>Ken</dc:creator>
		<pubDate>Mon, 26 Mar 2012 23:04:21 +0000</pubDate>
		<guid isPermaLink="false">http://www.rcp-vision.com/?p=1506#comment-1598</guid>
		<description>Hi,

I am trying this with an eclipse RCP workspace based application.  The recording pieces all work for me, but my application doesn&#039;t seem to be listening when I try to execute the tests.  Do you have any ideas I might try?</description>
		<content:encoded><![CDATA[<p>Hi,</p>
<p>I am trying this with an eclipse RCP workspace based application.  The recording pieces all work for me, but my application doesn&#8217;t seem to be listening when I try to execute the tests.  Do you have any ideas I might try?</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on CDO &#8211; Connected Data Objects by Vincenzo</title>
		<link>http://www.rcp-vision.com/?p=1285&#038;lang=en#comment-1293</link>
		<dc:creator>Vincenzo</dc:creator>
		<pubDate>Mon, 20 Feb 2012 22:32:09 +0000</pubDate>
		<guid isPermaLink="false">http://www.rcp-vision.com/?p=1285#comment-1293</guid>
		<description>Ciao Giancarlo,
quando si cambia tipo di database la feature del driver JDBC (es. com.microsoft.sqlserver.jdbc) non è sufficiente.
Occorre anche la feature dell&#039;Adapter per Net4J (l&#039;errore infatti dice &quot;Unknown DB adapter: sqlserver&quot;).
Come puoi vedere nella figura in alto (sotto la dicitura &quot;Net4j DB Framework MYSQL Adapter&quot;) non è presente un Adapter per MsSQL al momento. Quindi se scegli CDO hai due strade: o scegli un tipo di database diverso (tra Derby, H2, HSQLDB, MYSQL, PostgreSQL) oppure implementi un Adapter per il database specifico.
Se scegli invece Teneo (=il client accede direttamente al database, a differenza di CDO dove il client accede ad un server CDO il quale poi accede al db) allora potrai usare MsSQL (Teneo usa Hibernate, quindi basta cambiare il dialect).</description>
		<content:encoded><![CDATA[<p>Ciao Giancarlo,<br />
quando si cambia tipo di database la feature del driver JDBC (es. com.microsoft.sqlserver.jdbc) non è sufficiente.<br />
Occorre anche la feature dell&#8217;Adapter per Net4J (l&#8217;errore infatti dice &#8220;Unknown DB adapter: sqlserver&#8221;).<br />
Come puoi vedere nella figura in alto (sotto la dicitura &#8220;Net4j DB Framework MYSQL Adapter&#8221;) non è presente un Adapter per MsSQL al momento. Quindi se scegli CDO hai due strade: o scegli un tipo di database diverso (tra Derby, H2, HSQLDB, MYSQL, PostgreSQL) oppure implementi un Adapter per il database specifico.<br />
Se scegli invece Teneo (=il client accede direttamente al database, a differenza di CDO dove il client accede ad un server CDO il quale poi accede al db) allora potrai usare MsSQL (Teneo usa Hibernate, quindi basta cambiare il dialect).</p>
]]></content:encoded>
	</item>
</channel>
</rss>

