<?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"
	>
<channel>
	<title>Comments on: Using JSNI in GWT</title>
	<atom:link href="http://www.emgarten.com/using-jsni-in-gwt.htm/feed" rel="self" type="application/rss+xml" />
	<link>http://www.emgarten.com/using-jsni-in-gwt.htm</link>
	<description>Exploring the realms of code..</description>
	<pubDate>Fri, 21 Nov 2008 19:33:30 +0000</pubDate>
	<generator>http://wordpress.org/?v=2.5.1</generator>
		<item>
		<title>By: Ashish</title>
		<link>http://www.emgarten.com/using-jsni-in-gwt.htm#comment-264</link>
		<dc:creator>Ashish</dc:creator>
		<pubDate>Fri, 23 May 2008 06:53:49 +0000</pubDate>
		<guid isPermaLink="false">http://www.emgarten.com/using-jsni-in-gwt.htm#comment-264</guid>
		<description>Thanks a lot! 
Really it is very short and to the point I am working on this one more level down and soon update this with my studies.</description>
		<content:encoded><![CDATA[<p>Thanks a lot!<br />
Really it is very short and to the point I am working on this one more level down and soon update this with my studies.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Guy</title>
		<link>http://www.emgarten.com/using-jsni-in-gwt.htm#comment-259</link>
		<dc:creator>Guy</dc:creator>
		<pubDate>Sun, 13 Apr 2008 20:29:53 +0000</pubDate>
		<guid isPermaLink="false">http://www.emgarten.com/using-jsni-in-gwt.htm#comment-259</guid>
		<description>Simple and clear article that solved a problem that I was having for days now.

I was trying to get the event from the YouTube player into GWT to discover when the video had ended, and couldn't find such a simple solution.

 Thanks.</description>
		<content:encoded><![CDATA[<p>Simple and clear article that solved a problem that I was having for days now.</p>
<p>I was trying to get the event from the YouTube player into GWT to discover when the video had ended, and couldn&#8217;t find such a simple solution.</p>
<p> Thanks.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: John</title>
		<link>http://www.emgarten.com/using-jsni-in-gwt.htm#comment-257</link>
		<dc:creator>John</dc:creator>
		<pubDate>Wed, 05 Mar 2008 20:24:35 +0000</pubDate>
		<guid isPermaLink="false">http://www.emgarten.com/using-jsni-in-gwt.htm#comment-257</guid>
		<description>Great article!

A couple of points:
1.  You must pass a reference to the current class you can NOT do the following:
this.@com.company.client.BlueApp::runApp()();

2.  If you want parameters in your function, add them in the "function()" declaration:

$wnd.showBlueApp = function (someInt) {
   x.@com.company.client.BlueApp::runApp(I)(someInt);
};</description>
		<content:encoded><![CDATA[<p>Great article!</p>
<p>A couple of points:<br />
1.  You must pass a reference to the current class you can NOT do the following:<br />
<a href="mailto:this.@com.company.client.BlueApp">this.@com.company.client.BlueApp</a>::runApp()();</p>
<p>2.  If you want parameters in your function, add them in the &#8220;function()&#8221; declaration:</p>
<p>$wnd.showBlueApp = function (someInt) {<br />
   <a href="mailto:x.@com.company.client.BlueApp">x.@com.company.client.BlueApp</a>::runApp(I)(someInt);<br />
};</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Hassan</title>
		<link>http://www.emgarten.com/using-jsni-in-gwt.htm#comment-256</link>
		<dc:creator>Hassan</dc:creator>
		<pubDate>Wed, 06 Feb 2008 10:39:40 +0000</pubDate>
		<guid isPermaLink="false">http://www.emgarten.com/using-jsni-in-gwt.htm#comment-256</guid>
		<description>Thanks for your post , 
it helped me very much</description>
		<content:encoded><![CDATA[<p>Thanks for your post ,<br />
it helped me very much</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Pedz</title>
		<link>http://www.emgarten.com/using-jsni-in-gwt.htm#comment-253</link>
		<dc:creator>Pedz</dc:creator>
		<pubDate>Tue, 11 Dec 2007 14:50:25 +0000</pubDate>
		<guid isPermaLink="false">http://www.emgarten.com/using-jsni-in-gwt.htm#comment-253</guid>
		<description>Great article, very clear. It will help a lot of people like me, thank you.</description>
		<content:encoded><![CDATA[<p>Great article, very clear. It will help a lot of people like me, thank you.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Rey Estanislao</title>
		<link>http://www.emgarten.com/using-jsni-in-gwt.htm#comment-228</link>
		<dc:creator>Rey Estanislao</dc:creator>
		<pubDate>Thu, 13 Sep 2007 06:42:44 +0000</pubDate>
		<guid isPermaLink="false">http://www.emgarten.com/using-jsni-in-gwt.htm#comment-228</guid>
		<description>Thanks! It helps me a lot. Now I can call functions from js to java and vice versa. Your the man! Great article...</description>
		<content:encoded><![CDATA[<p>Thanks! It helps me a lot. Now I can call functions from js to java and vice versa. Your the man! Great article&#8230;</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Ashish</title>
		<link>http://www.emgarten.com/using-jsni-in-gwt.htm#comment-226</link>
		<dc:creator>Ashish</dc:creator>
		<pubDate>Mon, 10 Sep 2007 10:28:31 +0000</pubDate>
		<guid isPermaLink="false">http://www.emgarten.com/using-jsni-in-gwt.htm#comment-226</guid>
		<description>Hi,
I used this code but I is not showing the alert message given in the runApp() and it is also not showing the error.

I want to call a javascript method which is defined in another.js file.
How can I use that method in my GWT client.
Please help me.</description>
		<content:encoded><![CDATA[<p>Hi,<br />
I used this code but I is not showing the alert message given in the runApp() and it is also not showing the error.</p>
<p>I want to call a javascript method which is defined in another.js file.<br />
How can I use that method in my GWT client.<br />
Please help me.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Neil</title>
		<link>http://www.emgarten.com/using-jsni-in-gwt.htm#comment-224</link>
		<dc:creator>Neil</dc:creator>
		<pubDate>Thu, 30 Aug 2007 10:16:05 +0000</pubDate>
		<guid isPermaLink="false">http://www.emgarten.com/using-jsni-in-gwt.htm#comment-224</guid>
		<description>Great stuff - been struggling with getting an applet talking to a GWT app, this did the trick perfectly.  Nice, simple example.
Thanks.</description>
		<content:encoded><![CDATA[<p>Great stuff - been struggling with getting an applet talking to a GWT app, this did the trick perfectly.  Nice, simple example.<br />
Thanks.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Andrey</title>
		<link>http://www.emgarten.com/using-jsni-in-gwt.htm#comment-219</link>
		<dc:creator>Andrey</dc:creator>
		<pubDate>Sat, 04 Aug 2007 15:22:23 +0000</pubDate>
		<guid isPermaLink="false">http://www.emgarten.com/using-jsni-in-gwt.htm#comment-219</guid>
		<description>Thanks! Really helps me to made a call from JS to Java. Great!</description>
		<content:encoded><![CDATA[<p>Thanks! Really helps me to made a call from JS to Java. Great!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: lucius</title>
		<link>http://www.emgarten.com/using-jsni-in-gwt.htm#comment-210</link>
		<dc:creator>lucius</dc:creator>
		<pubDate>Tue, 19 Jun 2007 02:45:53 +0000</pubDate>
		<guid isPermaLink="false">http://www.emgarten.com/using-jsni-in-gwt.htm#comment-210</guid>
		<description>cklaure:  You can't call a PHP function directly from GWT. PHP is server side, so you need to do an RPC to call php page with your parameters in the query string and have the PHP page display the data you want. GWT will then pull in that page. You can have it output it in JSON, text, or XML form, whichever works best for you.</description>
		<content:encoded><![CDATA[<p>cklaure:  You can&#8217;t call a PHP function directly from GWT. PHP is server side, so you need to do an RPC to call php page with your parameters in the query string and have the PHP page display the data you want. GWT will then pull in that page. You can have it output it in JSON, text, or XML form, whichever works best for you.</p>
]]></content:encoded>
	</item>
</channel>
</rss>
