{"id":458,"date":"2010-02-22T03:15:00","date_gmt":"2010-02-22T03:15:00","guid":{"rendered":"http:\/\/www.tutego.de\/blog\/javainsel\/?p=458"},"modified":"2010-02-22T03:15:00","modified_gmt":"2010-02-22T03:15:00","slug":"gwt-2-0-1-und-gwt-2-0-2","status":"publish","type":"post","link":"https:\/\/www.tutego.de\/blog\/javainsel\/2010\/02\/gwt-2-0-1-und-gwt-2-0-2\/","title":{"rendered":"GWT 2.0.1 und GWT 2.0.2"},"content":{"rendered":"<div xmlns='http:\/\/www.w3.org\/1999\/xhtml'>In kurzer Folge hat Google ein erstes Update f\u00fcr die GWT 2-Reihe ver\u00f6ffentlicht. <a href='http:\/\/code.google.com\/intl\/de\/webtoolkit\/release-notes.html'>Von http:\/\/code.google.com\/intl\/de\/webtoolkit\/release-notes.html#Release_Notes_2_0_1<\/a>:<\/p>\n<blockquote>\n<h2>Release Notes for 2.0.2<\/h2>\n<p>      This 2.0.2 release contains a couple of fixes that were not included in the 2.0.1 release.      <\/p>\n<h3>Noteworthy Fixed Issues<\/h3>\n<ul>\n<li>Standard.css missing new layout styles (<a href='http:\/\/code.google.com\/p\/google-web-toolkit\/issues\/detail?id=4429'>#4429<\/a>)<\/li>\n<li>Using a PopupPanel in Internet Explorer without a history IFrame throws a NullPointerException (<a href='http:\/\/code.google.com\/p\/google-web-toolkit\/issues\/detail?id=4584'>#4584<\/a>)<\/li>\n<\/ul>\n<hr\/>\n<p><a name='Release_Notes_2_0_1'\/><\/p>\n<h2>Release Notes for 2.0.1<\/h2>\n<p>      This 2.0.1 release contains fixes for bugs found in the 2.0.0 release.      <\/p>\n<h3>Potentially breaking changes and fixes<\/h3>\n<ul>\n<li> Fixed a bug in how code generators collect method arguments from generated source, which impacted the Messages interfaces generated for UiBinder template files. In GWT 2.0, such argument names were incorrectly changed to ARGn. Most GWT applications will be unaffected, but external systems relying on these names will need to be updated. <\/li>\n<li>The development mode server will, by default, only bind to localhost which will break cross-machine debugging. You can get the old behavior by specifying <code>-bindAddress 0.0.0.0<\/code>.  Please see issue (#<a href='http:\/\/code.google.com\/p\/google-web-toolkit\/issues\/detail?id=4322'>4322<\/a>)        for more details.  For webAppCreator-generated ant files, you can pass        this with <tt>ant -Dgwt.args=\"-bindAddress 0.0.0.0\" devmode<\/tt>.<\/li>\n<li>The CurrencyList\/CurrencyData APIs are now public &#8211; if you were relying upon these classes in their non-public location, you should only need to update your imports.<\/li>\n<\/ul>\n<h3>Noteworthy Fixed Issues<\/h3>\n<ul>\n<li>UiBinder Image class with resource attribute, removes styles on that image (<a href='http:\/\/code.google.com\/p\/google-web-toolkit\/issues\/detail?id=4415'>#4415<\/a>)<\/li>\n<li>Widgets lose focus if its placed on FocusPanel (Opera, Safari) (<a href='http:\/\/code.google.com\/p\/google-web-toolkit\/issues\/detail?id=1471'>#1471<\/a>)<\/li>\n<li>Remove method in SplitLayoutPanel is broken (<a href='http:\/\/code.google.com\/p\/google-web-toolkit\/issues\/detail?id=4217'>#4217<\/a>)<\/li>\n<li>Splitter constructor hard codes the background color of the splitter to white (<a href='http:\/\/code.google.com\/p\/google-web-toolkit\/issues\/detail?id=4335'>#4335<\/a>)<\/li>\n<li>Image should provide method to set alternative text (<a href='http:\/\/code.google.com\/p\/google-web-toolkit\/issues\/detail?id=4335'>#4335<\/a>)<\/li>\n<li>CssResource cannot parse unescaped &#8218;-&#8218;, &#8218;_&#8216; in class selectors and unknown at-rules (<a href='http:\/\/code.google.com\/p\/google-web-toolkit\/issues\/detail?id=3946'>#3946<\/a>)<\/li>\n<li>Focusable implementation breaks ScrollPanels in Safari (<a href='http:\/\/code.google.com\/p\/google-web-toolkit\/issues\/detail?id=1313'>#1313<\/a>)<\/li>\n<li>RequestBuilder restricted to GET and POST (<a href='http:\/\/code.google.com\/p\/google-web-toolkit\/issues\/detail?id=3388'>#3388<\/a>)<\/li>\n<li>HTMLTable.Cell.getElement() calls getCellFormatter().getElement() with row and column swapped RequestBuilder restricted to GET and POST (<a href='http:\/\/code.google.com\/p\/google-web-toolkit\/issues\/detail?id=3757'>#3757<\/a>)<\/li>\n<li>MenuBar steals focus when hovered (<a href='http:\/\/code.google.com\/p\/google-web-toolkit\/issues\/detail?id=3884'>#3884<\/a>)<\/li>\n<li>TabLayoutPanel tabs don&#8217;t line up properly on IE (<a href='http:\/\/code.google.com\/p\/google-web-toolkit\/issues\/detail?id=4447'>#4447<\/a>)<\/li>\n<li>webAppCreator produces ant build files which support the gwt.args        property for passing additional flags to the gwtc and devmode rules,        such as <tt>ant -Dgwt.args=\"-style PRETTY\" gwtc<\/tt>.<\/li>\n<\/ul>\n<p>        See the GWT issue tracker for        <a href='http:\/\/code.google.com\/p\/google-web-toolkit\/issues\/list?can=1&amp;q=status:Fixed,FixedNotReleased%20milestone:2_0_1&amp;num=1000'>        the complete list of bug fixes and enhancements<\/a> in this release.      <\/p>\n<\/blockquote>\n<p>                                                                               Genau wie andere auch, hatte ich den Bug <a href='http:\/\/code.google.com\/p\/google-web-toolkit\/issues\/detail?id=3946'>#3946<\/a> gemeldet und freue mich, dass der CSS-Parser nun auch das &#8222;-&#8220; f\u00fcr propriet\u00e4re CSS-Stile parst.<\/p>\n<div class='zemanta-pixie'><img src='http:\/\/img.zemanta.com\/pixy.gif?x-id=66ead278-1e5a-83fa-8b29-1ef28892ee3a' alt='' class='zemanta-pixie-img'\/><\/div>\n<\/div>\n","protected":false},"excerpt":{"rendered":"<p>In kurzer Folge hat Google ein erstes Update f\u00fcr die GWT 2-Reihe ver\u00f6ffentlicht. Von http:\/\/code.google.com\/intl\/de\/webtoolkit\/release-notes.html#Release_Notes_2_0_1: Release Notes for 2.0.2 This 2.0.2 release contains a couple of fixes that were not included in the 2.0.1 release. Noteworthy Fixed Issues Standard.css missing new layout styles (#4429) Using a PopupPanel in Internet Explorer without a history IFrame throws [&hellip;]<\/p>\n","protected":false},"author":1,"featured_media":0,"comment_status":"open","ping_status":"open","sticky":false,"template":"","format":"standard","meta":{"_jetpack_memberships_contains_paid_content":false,"footnotes":"","_links_to":"","_links_to_target":""},"categories":[16,4],"tags":[],"class_list":["post-458","post","type-post","status-publish","format-standard","hentry","category-gwt","category-open-source"],"jetpack_featured_media_url":"","jetpack_sharing_enabled":true,"_links":{"self":[{"href":"https:\/\/www.tutego.de\/blog\/javainsel\/wp-json\/wp\/v2\/posts\/458","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/www.tutego.de\/blog\/javainsel\/wp-json\/wp\/v2\/posts"}],"about":[{"href":"https:\/\/www.tutego.de\/blog\/javainsel\/wp-json\/wp\/v2\/types\/post"}],"author":[{"embeddable":true,"href":"https:\/\/www.tutego.de\/blog\/javainsel\/wp-json\/wp\/v2\/users\/1"}],"replies":[{"embeddable":true,"href":"https:\/\/www.tutego.de\/blog\/javainsel\/wp-json\/wp\/v2\/comments?post=458"}],"version-history":[{"count":0,"href":"https:\/\/www.tutego.de\/blog\/javainsel\/wp-json\/wp\/v2\/posts\/458\/revisions"}],"wp:attachment":[{"href":"https:\/\/www.tutego.de\/blog\/javainsel\/wp-json\/wp\/v2\/media?parent=458"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/www.tutego.de\/blog\/javainsel\/wp-json\/wp\/v2\/categories?post=458"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/www.tutego.de\/blog\/javainsel\/wp-json\/wp\/v2\/tags?post=458"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}