<?xml version="1.0" encoding="UTF-8" standalone="yes"?>
<?xml-stylesheet href="http://www.blogger.com/styles/atom.css" type="text/css"?>
<feed xmlns="http://www.w3.org/2005/Atom">
  <id>http://groups.google.com/group/google-web-toolkit</id>
  <title type="text">Google Web Toolkit Google Group</title>
  <subtitle type="text">
  The official Google Web Toolkit (GWT) developer discussion group. GWT lets you build AJAX apps in the Java programming language.
  </subtitle>
  <link href="/group/google-web-toolkit/feed/atom_v1_0_msgs.xml" rel="self" title="Google Web Toolkit feed"/>
  <updated>2009-11-24T23:09:59Z</updated>
  <generator uri="http://groups.google.com" version="1.99">Google Groups</generator>
  <entry>
  <author>
  <name>djd</name>
  <email>alex.dobjans...@gmail.com</email>
  </author>
  <updated>2009-11-24T23:09:59Z</updated>
  <id>http://groups.google.com/group/google-web-toolkit/browse_frm/thread/f64ff1677bc38338/842867d7e1d06bc9?show_docid=842867d7e1d06bc9</id>
  <link href="http://groups.google.com/group/google-web-toolkit/browse_frm/thread/f64ff1677bc38338/842867d7e1d06bc9?show_docid=842867d7e1d06bc9"/>
  <title type="text">Re: UiBinder differences between styleName and addStyleNames</title>
  <summary type="html" xml:space="preserve">
  Nobody has ANY idea? Any input would be greatly appreciated
  </summary>
  </entry>
  <entry>
  <author>
  <name>Yozons Support on Gmail</name>
  <email>yoz...@gmail.com</email>
  </author>
  <updated>2009-11-24T22:39:47Z</updated>
  <id>http://groups.google.com/group/google-web-toolkit/browse_frm/thread/333712432c492efc/10a56adc67b1ad2e?show_docid=10a56adc67b1ad2e</id>
  <link href="http://groups.google.com/group/google-web-toolkit/browse_frm/thread/333712432c492efc/10a56adc67b1ad2e?show_docid=10a56adc67b1ad2e"/>
  <title type="text">Re: Import java.net can not be resolved in Server mode</title>
  <summary type="html" xml:space="preserve">
  I have no idea what you are asking, but you give no example of the problem. &lt;br&gt; Since the Java compile is just a java compile (nothing GWT about it), I&#39;m &lt;br&gt; sure you can use import java.net.*; in your server side code. &lt;br&gt; &lt;p&gt;Google does provide another compiler to convert all the java code intended &lt;br&gt; for the client -- which is compiled to javascript -- not java bytecode --
  </summary>
  </entry>
  <entry>
  <author>
  <name>denis56</name>
  <email>denis.ergashb...@gmail.com</email>
  </author>
  <updated>2009-11-24T22:36:17Z</updated>
  <id>http://groups.google.com/group/google-web-toolkit/browse_frm/thread/6ddb6049006a5c86/3db9d3402d16bebb?show_docid=3db9d3402d16bebb</id>
  <link href="http://groups.google.com/group/google-web-toolkit/browse_frm/thread/6ddb6049006a5c86/3db9d3402d16bebb?show_docid=3db9d3402d16bebb"/>
  <title type="text">Re: dynamic Messages/ImageBundle possible?</title>
  <summary type="html" xml:space="preserve">
  Oh, thanks for the hint. &lt;br&gt; &lt;p&gt;Are you aware of the similar class for Messages?
  </summary>
  </entry>
  <entry>
  <author>
  <name>Yozons Support on Gmail</name>
  <email>yoz...@gmail.com</email>
  </author>
  <updated>2009-11-24T22:34:16Z</updated>
  <id>http://groups.google.com/group/google-web-toolkit/browse_frm/thread/61a6e62bcfda3cdd/bc68606cb0ee4e7f?show_docid=bc68606cb0ee4e7f</id>
  <link href="http://groups.google.com/group/google-web-toolkit/browse_frm/thread/61a6e62bcfda3cdd/bc68606cb0ee4e7f?show_docid=bc68606cb0ee4e7f"/>
  <title type="text">Re: Tool to convert HTML in GWT widgets</title>
  <summary type="html" xml:space="preserve">
  How does it compare to the UIBinder in GWT 2? I&#39;ve not used it yet, but &lt;br&gt; understand it&#39;s an XML file format for building UIs. If they overlap, &lt;br&gt; people will more likely prefer UIBinder, but if they do not, I&#39;m sure others &lt;br&gt; would be interested.
  </summary>
  </entry>
  <entry>
  <author>
  <name>dsinnett</name>
  <email>d...@hydroxx.com</email>
  </author>
  <updated>2009-11-24T18:29:52Z</updated>
  <id>http://groups.google.com/group/google-web-toolkit/browse_frm/thread/500919eb4140a184/bcd393dbb547edcf?show_docid=bcd393dbb547edcf</id>
  <link href="http://groups.google.com/group/google-web-toolkit/browse_frm/thread/500919eb4140a184/bcd393dbb547edcf?show_docid=bcd393dbb547edcf"/>
  <title type="text">Re: GWT textarea widget - disable word wrap</title>
  <summary type="html" xml:space="preserve">
  I actually figured it out. It is actually a browser issue than a &lt;br&gt; widget issue. I ended up creating a textarea within an htmlpanel so &lt;br&gt; that I could apply the wrap=off parameter to the textarea. That works &lt;br&gt; now in firefox as expected.
  </summary>
  </entry>
  <entry>
  <author>
  <name>Ovidiu Blejdea</name>
  <email>blejdea.ovi...@gmail.com</email>
  </author>
  <updated>2009-11-24T17:33:13Z</updated>
  <id>http://groups.google.com/group/google-web-toolkit/browse_frm/thread/333712432c492efc/e114c6f33175074e?show_docid=e114c6f33175074e</id>
  <link href="http://groups.google.com/group/google-web-toolkit/browse_frm/thread/333712432c492efc/e114c6f33175074e?show_docid=e114c6f33175074e"/>
  <title type="text">Import java.net can not be resolved in Server mode</title>
  <summary type="html" xml:space="preserve">
  I am not new to programming, but I am new to web programming, Java and &lt;br&gt; GWT, and this problem bugs the hell out of me. Going by the tutorials &lt;br&gt; I have read, on the server side of a GWT application, you can do any &lt;br&gt; Java operation, as this part gets compiled as a servlet. Now... why &lt;br&gt; can&#39;t it resolv a simple java.net.*?
  </summary>
  </entry>
  <entry>
  <author>
  <name>jlw</name>
  <email>jay.l.wag...@gmail.com</email>
  </author>
  <updated>2009-11-24T21:38:40Z</updated>
  <id>http://groups.google.com/group/google-web-toolkit/browse_frm/thread/61a6e62bcfda3cdd/606eac51ef71cdb1?show_docid=606eac51ef71cdb1</id>
  <link href="http://groups.google.com/group/google-web-toolkit/browse_frm/thread/61a6e62bcfda3cdd/606eac51ef71cdb1?show_docid=606eac51ef71cdb1"/>
  <title type="text">Re: Tool to convert HTML in GWT widgets</title>
  <summary type="html" xml:space="preserve">
  +1 &lt;br&gt; &lt;p&gt;It&#39;s got my vote--sounds interesting. I actually started writing &lt;br&gt; something similar, but what I have does not approach the &lt;br&gt; sophistication of what you&#39;ve described. It is still very much a &lt;br&gt; manual process.
  </summary>
  </entry>
  <entry>
  <author>
  <name>Davi Pires</name>
  <email>inho...@gmail.com</email>
  </author>
  <updated>2009-11-24T21:32:08Z</updated>
  <id>http://groups.google.com/group/google-web-toolkit/browse_frm/thread/61a6e62bcfda3cdd/f16653bdc277378d?show_docid=f16653bdc277378d</id>
  <link href="http://groups.google.com/group/google-web-toolkit/browse_frm/thread/61a6e62bcfda3cdd/f16653bdc277378d?show_docid=f16653bdc277378d"/>
  <title type="text">Tool to convert HTML in GWT widgets</title>
  <summary type="html" xml:space="preserve">
  Hi all, &lt;br&gt; &lt;p&gt;In my company, we have been working with GWT for almost a year, &lt;br&gt; developing a ridesharing application (&lt;a target=&quot;_blank&quot; rel=nofollow href=&quot;http://www.bigoo.com.br&quot;&gt;[link]&lt;/a&gt;). I &lt;br&gt; really can&#39;t overstate how much we enjoy developing in java, using &lt;br&gt; familiar tools, debugging in hosted mode, and so on. But one thing &lt;br&gt; that has really bothered us for a long time is the dificulty of
  </summary>
  </entry>
  <entry>
  <author>
  <name>Yozons Support on Gmail</name>
  <email>yoz...@gmail.com</email>
  </author>
  <updated>2009-11-24T19:47:38Z</updated>
  <id>http://groups.google.com/group/google-web-toolkit/browse_frm/thread/df11e1f384371709/3c099b17f4afdfda?show_docid=3c099b17f4afdfda</id>
  <link href="http://groups.google.com/group/google-web-toolkit/browse_frm/thread/df11e1f384371709/3c099b17f4afdfda?show_docid=3c099b17f4afdfda"/>
  <title type="text">Re: Creating new &quot;app&quot; windows, not actual browser Windows</title>
  <summary type="html" xml:space="preserve">
  Thanks much. The DialogBox works pretty well for me, but was hoping the &lt;br&gt; title bar would hold the close button like a regular window, but it&#39;s fine &lt;br&gt; to have it at just below. &lt;br&gt; &lt;p&gt;Because these dialogs need to outlive the panel that swaps in and creates &lt;br&gt; them, I&#39;m using an EventBus to open them in my &amp;quot;main app panel&amp;quot; that comes
  </summary>
  </entry>
  <entry>
  <author>
  <name>Sudeep S</name>
  <email>sudee...@gmail.com</email>
  </author>
  <updated>2009-11-24T18:58:16Z</updated>
  <id>http://groups.google.com/group/google-web-toolkit/browse_frm/thread/123bf12aa61f2658/b6cebe5962536ee7?show_docid=b6cebe5962536ee7</id>
  <link href="http://groups.google.com/group/google-web-toolkit/browse_frm/thread/123bf12aa61f2658/b6cebe5962536ee7?show_docid=b6cebe5962536ee7"/>
  <title type="text">Re: MenuBar in a Flextable cell</title>
  <summary type="html" xml:space="preserve">
  Thanks a lot for your inputs Brian. &lt;br&gt; &lt;p&gt;Yes I am using an absolute panel for positioning. &lt;br&gt; &lt;p&gt;There seems to be a simple way to deal with this. &lt;br&gt; &lt;p&gt;A menubar inside a menubar did the trick. &lt;br&gt; &lt;p&gt;A menu bar with the list of items is added to a parent menubar and that &lt;br&gt; parent menubar is placed inside the cell.
  </summary>
  </entry>
  <entry>
  <author>
  <name>Yaakov</name>
  <email>yaakov.chai...@gmail.com</email>
  </author>
  <updated>2009-11-24T18:45:10Z</updated>
  <id>http://groups.google.com/group/google-web-toolkit/browse_frm/thread/71504d98a1992c3a/aa11b61c241f889d?show_docid=aa11b61c241f889d</id>
  <link href="http://groups.google.com/group/google-web-toolkit/browse_frm/thread/71504d98a1992c3a/aa11b61c241f889d?show_docid=aa11b61c241f889d"/>
  <title type="text">Re: GWT RPC servlet doesn&#39;t get called</title>
  <summary type="html" xml:space="preserve">
  Ok, never mind... It was a regular GWT SerializationException which &lt;br&gt; was getting swallowed up by ext-GWT widget code. &lt;br&gt; &lt;p&gt;Thanks, &lt;br&gt; Yaakov.
  </summary>
  </entry>
  <entry>
  <author>
  <name>Thomas Broyer</name>
  <email>t.bro...@gmail.com</email>
  </author>
  <updated>2009-11-24T18:05:40Z</updated>
  <id>http://groups.google.com/group/google-web-toolkit/browse_frm/thread/c93327d916b67f29/c93035f77f2b88e0?show_docid=c93035f77f2b88e0</id>
  <link href="http://groups.google.com/group/google-web-toolkit/browse_frm/thread/c93327d916b67f29/c93035f77f2b88e0?show_docid=c93035f77f2b88e0"/>
  <title type="text">Re: issue injecting gwt .js file from webserver to webpage</title>
  <summary type="html" xml:space="preserve">
  That&#39;s because GWT actually load your app in a hidden iframe; because &lt;br&gt; the iframe isn&#39;t in the same domain (&amp;quot;origin&amp;quot; actually) as your &amp;quot;host &lt;br&gt; page&amp;quot;, they cannot communicate. &lt;br&gt; &lt;p&gt;Let&#39;s rather call it a solution (*the* solution, at least the blessed &lt;br&gt; one): add the following in your module: &lt;br&gt; &lt;p&gt; &amp;lt;add-linker name=&amp;quot;xs&amp;quot; /&amp;gt;
  </summary>
  </entry>
  <entry>
  <author>
  <name>Carlos Rafael Ramirez</name>
  <email>crrami...@gmail.com</email>
  </author>
  <updated>2009-11-24T17:58:13Z</updated>
  <id>http://groups.google.com/group/google-web-toolkit/browse_frm/thread/399ef87fec5c9e26/a2e02413b4faa373?show_docid=a2e02413b4faa373</id>
  <link href="http://groups.google.com/group/google-web-toolkit/browse_frm/thread/399ef87fec5c9e26/a2e02413b4faa373?show_docid=a2e02413b4faa373"/>
  <title type="text">Re: GWTTestCase + Spring</title>
  <summary type="html" xml:space="preserve">
  Hello, &lt;br&gt; &lt;p&gt;I think GWTTesCAse use the same mechanism than Hosted mode. So you can &lt;br&gt; modify the web.xml used by hosted mode. Make the hosted mode run without the &lt;br&gt; security and hopefully it will work qith GWTTestCase as well. &lt;br&gt; &lt;p&gt;Regards, &lt;br&gt; Carlos
  </summary>
  </entry>
  <entry>
  <author>
  <name>Eric</name>
  <email>erjab...@gmail.com</email>
  </author>
  <updated>2009-11-24T17:56:02Z</updated>
  <id>http://groups.google.com/group/google-web-toolkit/browse_frm/thread/5ab36265b8d37809/816916a554a6dd93?show_docid=816916a554a6dd93</id>
  <link href="http://groups.google.com/group/google-web-toolkit/browse_frm/thread/5ab36265b8d37809/816916a554a6dd93?show_docid=816916a554a6dd93"/>
  <title type="text">Re: How i can localize the FileUpload item in GWT</title>
  <summary type="html" xml:space="preserve">
  That&#39;s right. For example, Apple Safari provides only a &amp;quot;Choose File&amp;quot; &lt;br&gt; button. I have seen bizarre ways of overlapping &amp;lt;div&amp;gt;s and using &lt;br&gt; z-order to fake styling of file upload widgets, but you&#39;ll never get &lt;br&gt; GWT &lt;br&gt; do it. Probably, you should accept the widget as it is, and style the &lt;br&gt; page around it.
  </summary>
  </entry>
  <entry>
  <author>
  <name>Stevko</name>
  <email>andy.ste...@gmail.com</email>
  </author>
  <updated>2009-11-24T17:12:04Z</updated>
  <id>http://groups.google.com/group/google-web-toolkit/browse_frm/thread/e0b01ec6b7ac6fc0/ea48cf43a08a33e1?show_docid=ea48cf43a08a33e1</id>
  <link href="http://groups.google.com/group/google-web-toolkit/browse_frm/thread/e0b01ec6b7ac6fc0/ea48cf43a08a33e1?show_docid=ea48cf43a08a33e1"/>
  <title type="text">Re: How to set the format for a DateBox?</title>
  <summary type="html" xml:space="preserve">
  Cool! Thanks again for the valuable info.
  </summary>
  </entry>
</feed>
