<?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: Gwt-Ext 2.0.4 is out</title>
	<atom:link href="http://abhijeetmaharana.com/blog/2008/06/11/gwt-ext-204-is-out/feed/" rel="self" type="application/rss+xml" />
	<link>http://abhijeetmaharana.com/blog/2008/06/11/gwt-ext-204-is-out/</link>
	<description></description>
	<lastBuildDate>Fri, 03 Sep 2010 18:30:06 +0100</lastBuildDate>
	<generator>http://wordpress.org/?v=2.9.2</generator>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<item>
		<title>By: extjs-gwt</title>
		<link>http://abhijeetmaharana.com/blog/2008/06/11/gwt-ext-204-is-out/comment-page-1/#comment-4049</link>
		<dc:creator>extjs-gwt</dc:creator>
		<pubDate>Tue, 06 Jan 2009 17:00:44 +0000</pubDate>
		<guid isPermaLink="false">http://abhijeetmaharana.com/blog/?p=49#comment-4049</guid>
		<description>Hi,
How to setup Ext js-GWT : GXT and Example on Eclipse Ganymede 3.4
Follow this: http://extjs-gwt.blogspot.com/</description>
		<content:encoded><![CDATA[<p>Hi,<br />
How to setup Ext js-GWT : GXT and Example on Eclipse Ganymede 3.4<br />
Follow this: <a href="http://extjs-gwt.blogspot.com/" rel="nofollow" class="extlink">http://extjs-gwt.blogspot.com/</a></p>
]]></content:encoded>
	</item>
	<item>
		<title>By: khadaa</title>
		<link>http://abhijeetmaharana.com/blog/2008/06/11/gwt-ext-204-is-out/comment-page-1/#comment-942</link>
		<dc:creator>khadaa</dc:creator>
		<pubDate>Thu, 31 Jul 2008 05:46:31 +0000</pubDate>
		<guid isPermaLink="false">http://abhijeetmaharana.com/blog/?p=49#comment-942</guid>
		<description>Thank you very much. Best wishes you. 
Thank you. 

Khadaa</description>
		<content:encoded><![CDATA[<p>Thank you very much. Best wishes you.<br />
Thank you. </p>
<p>Khadaa</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Abhijeet Maharana</title>
		<link>http://abhijeetmaharana.com/blog/2008/06/11/gwt-ext-204-is-out/comment-page-1/#comment-931</link>
		<dc:creator>Abhijeet Maharana</dc:creator>
		<pubDate>Tue, 29 Jul 2008 14:09:28 +0000</pubDate>
		<guid isPermaLink="false">http://abhijeetmaharana.com/blog/?p=49#comment-931</guid>
		<description>This exception is reported when the ExtJS files don&#039;t get included for some reason. This is discussed frequently in the Gwt-Ext forums and Google group. 

Take a look at this thread for example: http://groups.google.com/group/gwt-ext/browse_thread/thread/21e9cd5a15b69093. A search of the forums should lead you to more such discussions.</description>
		<content:encoded><![CDATA[<p>This exception is reported when the ExtJS files don&#8217;t get included for some reason. This is discussed frequently in the Gwt-Ext forums and Google group. </p>
<p>Take a look at this thread for example: <a href="http://groups.google.com/group/gwt-ext/browse_thread/thread/21e9cd5a15b69093" rel="nofollow" class="extlink">http://groups.google.com/group/gwt-ext/browse_thread/thread/21e9cd5a15b69093</a>. A search of the forums should lead you to more such discussions.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: khadaa</title>
		<link>http://abhijeetmaharana.com/blog/2008/06/11/gwt-ext-204-is-out/comment-page-1/#comment-928</link>
		<dc:creator>khadaa</dc:creator>
		<pubDate>Tue, 29 Jul 2008 10:18:14 +0000</pubDate>
		<guid isPermaLink="false">http://abhijeetmaharana.com/blog/?p=49#comment-928</guid>
		<description>Sorry, html code is not visible on comment. My include is

...
&lt;code&gt;
         
&lt;/code&gt;
...</description>
		<content:encoded><![CDATA[<p>Sorry, html code is not visible on comment. My include is</p>
<p>&#8230;<br />
<code></p>
<p></code><br />
&#8230;</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: khadaa</title>
		<link>http://abhijeetmaharana.com/blog/2008/06/11/gwt-ext-204-is-out/comment-page-1/#comment-927</link>
		<dc:creator>khadaa</dc:creator>
		<pubDate>Tue, 29 Jul 2008 10:05:18 +0000</pubDate>
		<guid isPermaLink="false">http://abhijeetmaharana.com/blog/?p=49#comment-927</guid>
		<description>Thank your reply. Thanks, Abhijeet

However I tested through your reply, I got following message.

com.google.gwt.core.client.JavaScriptException: JavaScript ReferenceError exception: Ext is not defined
	at com.google.gwt.dev.shell.ModuleSpace.invokeNative(ModuleSpace.java:481)
	at com.google.gwt.dev.shell.ModuleSpace.invokeNativeString(ModuleSpace.java:263)
	at com.google.gwt.dev.shell.JavaScriptHost.invokeNativeString(JavaScriptHost.java:129)
...

I include SHA1.js file into my .gwt.xml file:

...
	&lt;!-- Inherit the core Web Toolkit stuff.                  --&gt;
	

	
	
	
	
	
...
  	  	
	
	
	
...

This including is true, isn&#039;t it? What can I do?

Thanks,

Khadaa</description>
		<content:encoded><![CDATA[<p>Thank your reply. Thanks, Abhijeet</p>
<p>However I tested through your reply, I got following message.</p>
<p>com.google.gwt.core.client.JavaScriptException: JavaScript ReferenceError exception: Ext is not defined<br />
	at com.google.gwt.dev.shell.ModuleSpace.invokeNative(ModuleSpace.java:481)<br />
	at com.google.gwt.dev.shell.ModuleSpace.invokeNativeString(ModuleSpace.java:263)<br />
	at com.google.gwt.dev.shell.JavaScriptHost.invokeNativeString(JavaScriptHost.java:129)<br />
&#8230;</p>
<p>I include SHA1.js file into my .gwt.xml file:</p>
<p>&#8230;<br />
	<!-- Inherit the core Web Toolkit stuff.                  --></p>
<p>&#8230;</p>
<p>&#8230;</p>
<p>This including is true, isn&#8217;t it? What can I do?</p>
<p>Thanks,</p>
<p>Khadaa</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Abhijeet Maharana</title>
		<link>http://abhijeetmaharana.com/blog/2008/06/11/gwt-ext-204-is-out/comment-page-1/#comment-904</link>
		<dc:creator>Abhijeet Maharana</dc:creator>
		<pubDate>Sat, 26 Jul 2008 12:27:41 +0000</pubDate>
		<guid isPermaLink="false">http://abhijeetmaharana.com/blog/?p=49#comment-904</guid>
		<description>Hi Khadaa, I am doing good. Thanx! And hope the same for you.
I had a look at Jeff Howden&#039;s sample that you linked above. To use it, you will need to include the SHA1.js file  from http://ext.vosandhowden.com/ux/crypto/Ext.ux.Crypto.SHA1.js in your host HTML. Then you need to write a native method to invoke the Javascript hash function
&lt;pre lang=&quot;java&quot;&gt;
public native String hash(String message)/*-{
	return Ext.ux.Crypto.SHA1.hash(message);
}-*/;
&lt;/pre&gt;
You can then invoke this method to get the SHA1 hash of a string:
&lt;pre lang=&quot;java&quot;&gt;
String hashValue = hash(textField.getText());
hashTextField.setValue(hashValue);
&lt;/pre&gt;

Didn&#039;t get a chance to test this. See if it works.

Not directly related but also check out this entry by Patrick Julien: http://codepimpsdotorg.blogspot.com/2008/07/gwt-jsecuritycheck.html
</description>
		<content:encoded><![CDATA[<p>Hi Khadaa, I am doing good. Thanx! And hope the same for you.<br />
I had a look at Jeff Howden&#8217;s sample that you linked above. To use it, you will need to include the SHA1.js file  from <a href="http://ext.vosandhowden.com/ux/crypto/Ext.ux.Crypto.SHA1.js" rel="nofollow" class="extlink">http://ext.vosandhowden.com/ux/crypto/Ext.ux.Crypto.SHA1.js</a> in your host HTML. Then you need to write a native method to invoke the Javascript hash function</p>

<div class="wp_syntax"><div class="code"><pre class="java" style="font-family:monospace;"><span style="color: #000000; font-weight: bold;">public</span> <span style="color: #000000; font-weight: bold;">native</span> <span style="color: #003399;">String</span> hash<span style="color: #009900;">&#40;</span><span style="color: #003399;">String</span> message<span style="color: #009900;">&#41;</span><span style="color: #666666; font-style: italic;">/*-{
	return Ext.ux.Crypto.SHA1.hash(message);
}-*/</span><span style="color: #339933;">;</span></pre></div></div>

<p>You can then invoke this method to get the SHA1 hash of a string:</p>

<div class="wp_syntax"><div class="code"><pre class="java" style="font-family:monospace;"><span style="color: #003399;">String</span> hashValue <span style="color: #339933;">=</span> hash<span style="color: #009900;">&#40;</span>textField.<span style="color: #006633;">getText</span><span style="color: #009900;">&#40;</span><span style="color: #009900;">&#41;</span><span style="color: #009900;">&#41;</span><span style="color: #339933;">;</span>
hashTextField.<span style="color: #006633;">setValue</span><span style="color: #009900;">&#40;</span>hashValue<span style="color: #009900;">&#41;</span><span style="color: #339933;">;</span></pre></div></div>

<p>Didn&#8217;t get a chance to test this. See if it works.</p>
<p>Not directly related but also check out this entry by Patrick Julien: <a href="http://codepimpsdotorg.blogspot.com/2008/07/gwt-jsecuritycheck.html" rel="nofollow" class="extlink">http://codepimpsdotorg.blogspot.com/2008/07/gwt-jsecuritycheck.html</a></p>
]]></content:encoded>
	</item>
	<item>
		<title>By: khadaa</title>
		<link>http://abhijeetmaharana.com/blog/2008/06/11/gwt-ext-204-is-out/comment-page-1/#comment-890</link>
		<dc:creator>khadaa</dc:creator>
		<pubDate>Fri, 25 Jul 2008 06:45:33 +0000</pubDate>
		<guid isPermaLink="false">http://abhijeetmaharana.com/blog/?p=49#comment-890</guid>
		<description>Hello, Abhijeet. How are you?

I need your help. I want to use encryption algorithm (MD5, SHA1 etc) on my web portal. But I do not know how to use these algorithms. Although I found following link:
    * http://extjs.com/forum/showthread.php?p=133516#post133516
    * http://ext.vosandhowden.com/ux/crypto/sha1.cfm
, I cannot use them. Please help me, how to use javascript code on GWT, how to use these algorithms.

Thank you,

Khadaa</description>
		<content:encoded><![CDATA[<p>Hello, Abhijeet. How are you?</p>
<p>I need your help. I want to use encryption algorithm (MD5, SHA1 etc) on my web portal. But I do not know how to use these algorithms. Although I found following link:<br />
    * <a href="http://extjs.com/forum/showthread.php?p=133516#post133516" rel="nofollow" class="extlink">http://extjs.com/forum/showthread.php?p=133516#post133516</a><br />
    * <a href="http://ext.vosandhowden.com/ux/crypto/sha1.cfm" rel="nofollow" class="extlink">http://ext.vosandhowden.com/ux/crypto/sha1.cfm</a><br />
, I cannot use them. Please help me, how to use javascript code on GWT, how to use these algorithms.</p>
<p>Thank you,</p>
<p>Khadaa</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: khadaa</title>
		<link>http://abhijeetmaharana.com/blog/2008/06/11/gwt-ext-204-is-out/comment-page-1/#comment-775</link>
		<dc:creator>khadaa</dc:creator>
		<pubDate>Wed, 25 Jun 2008 06:24:13 +0000</pubDate>
		<guid isPermaLink="false">http://abhijeetmaharana.com/blog/?p=49#comment-775</guid>
		<description>Thank you for advice. 
Thanks you very much...</description>
		<content:encoded><![CDATA[<p>Thank you for advice.<br />
Thanks you very much&#8230;</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Abhijeet Maharana</title>
		<link>http://abhijeetmaharana.com/blog/2008/06/11/gwt-ext-204-is-out/comment-page-1/#comment-763</link>
		<dc:creator>Abhijeet Maharana</dc:creator>
		<pubDate>Mon, 23 Jun 2008 15:06:50 +0000</pubDate>
		<guid isPermaLink="false">http://abhijeetmaharana.com/blog/?p=49#comment-763</guid>
		<description>Hello Khadaa,
You can request enhancements at the forums or better, create issues for them / add them to the UX project yourself!
I have created the issue for HTMLEditor at http://code.google.com/p/gwt-ext-ux/issues/detail?id=26. 
I am not sure if Ill be able to make some time to take it up immediately. Hopefully someone else will.

In the meantime, you can include the JS files in your project and use some JSNI to get it working temporarily. Forum users will definitely render any help needed. 
http://gwt-ext.com/forum

Regards,
Abhijeet.</description>
		<content:encoded><![CDATA[<p>Hello Khadaa,<br />
You can request enhancements at the forums or better, create issues for them / add them to the UX project yourself!<br />
I have created the issue for HTMLEditor at <a href="http://code.google.com/p/gwt-ext-ux/issues/detail?id=26" rel="nofollow" class="extlink">http://code.google.com/p/gwt-ext-ux/issues/detail?id=26</a>.<br />
I am not sure if Ill be able to make some time to take it up immediately. Hopefully someone else will.</p>
<p>In the meantime, you can include the JS files in your project and use some JSNI to get it working temporarily. Forum users will definitely render any help needed.<br />
<a href="http://gwt-ext.com/forum" rel="nofollow" class="extlink">http://gwt-ext.com/forum</a></p>
<p>Regards,<br />
Abhijeet.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: khadaa</title>
		<link>http://abhijeetmaharana.com/blog/2008/06/11/gwt-ext-204-is-out/comment-page-1/#comment-762</link>
		<dc:creator>khadaa</dc:creator>
		<pubDate>Mon, 23 Jun 2008 08:56:16 +0000</pubDate>
		<guid isPermaLink="false">http://abhijeetmaharana.com/blog/?p=49#comment-762</guid>
		<description>Hello Abhijeet,

I really want to use HtmlEditorImage (http://danwgreenfield.free-web-hosting.biz/htmleditorimage/) . 
But it is not include in Gwt.UX. How to use this plugin. Please help me.

Thanks,

Khadaa.</description>
		<content:encoded><![CDATA[<p>Hello Abhijeet,</p>
<p>I really want to use HtmlEditorImage (<a href="http://danwgreenfield.free-web-hosting.biz/htmleditorimage/" rel="nofollow" class="extlink">http://danwgreenfield.free-web-hosting.biz/htmleditorimage/</a>) .<br />
But it is not include in Gwt.UX. How to use this plugin. Please help me.</p>
<p>Thanks,</p>
<p>Khadaa.</p>
]]></content:encoded>
	</item>
</channel>
</rss>
