<?xml version="1.0" encoding="UTF-8"?>
<feed xmlns="http://www.w3.org/2005/Atom" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:sy="http://purl.org/rss/1.0/modules/syndication/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:taxo="http://purl.org/rss/1.0/modules/taxonomy/">
  <title>1. News &amp; Announcements</title>
  <link rel="alternate" href="http://vaadin.com/c/message_boards/find_category?p_l_id=10441&amp;categoryId=11558" />
  <subtitle>Vaadin related news and announcements.</subtitle>
  <entry>
    <title>RE: Vaadin Add-ons Now Available With Maven</title>
    <link rel="alternate" href="http://vaadin.com/c/message_boards/find_message?p_l_id=10441&amp;messageId=210306" />
    <author>
      <name>Teemu Pöntelin</name>
    </author>
    <id>http://vaadin.com/c/message_boards/find_message?p_l_id=10441&amp;messageId=210306</id>
    <updated>2010-08-31T05:09:54Z</updated>
    <published>2010-08-31T05:09:54Z</published>
    <summary type="html">Hi Adriaan,&lt;br /&gt;&lt;br /&gt;and thanks for the feedback. Typically the source code is included inside the add-on jar file. Actually this is even a requirement for any add-ons with client-side code because of the required GWT widget set compilation.&lt;br /&gt;&lt;br /&gt;  - Teemu</summary>
    <dc:creator>Teemu Pöntelin</dc:creator>
    <dc:date>2010-08-31T05:09:54Z</dc:date>
  </entry>
  <entry>
    <title>RE: Vaadin Add-ons Now Available With Maven</title>
    <link rel="alternate" href="http://vaadin.com/c/message_boards/find_message?p_l_id=10441&amp;messageId=210197" />
    <author>
      <name>Adriaan Peeters</name>
    </author>
    <id>http://vaadin.com/c/message_boards/find_message?p_l_id=10441&amp;messageId=210197</id>
    <updated>2010-08-30T21:01:08Z</updated>
    <published>2010-08-30T21:01:08Z</published>
    <summary type="html">Great feature, speeds up the development process yet a bit more!&lt;br /&gt;&lt;br /&gt;Unfortunately however, source code for some (all) addons seems to be missing from the maven repository. Is this being worked on?</summary>
    <dc:creator>Adriaan Peeters</dc:creator>
    <dc:date>2010-08-30T21:01:08Z</dc:date>
  </entry>
  <entry>
    <title>Vaadin 6.4.3 available</title>
    <link rel="alternate" href="http://vaadin.com/c/message_boards/find_message?p_l_id=10441&amp;messageId=210093" />
    <author>
      <name>Marko Grönroos</name>
    </author>
    <id>http://vaadin.com/c/message_boards/find_message?p_l_id=10441&amp;messageId=210093</id>
    <updated>2010-08-30T15:24:27Z</updated>
    <published>2010-08-30T15:24:27Z</published>
    <summary type="html">Vaadin 6.4.3 is a maintenance release in the 6.4 series. It includes a number of important bug fixes. See the &lt;a href='http://dev.vaadin.com/query?status=closed&amp;amp;resolution=fixed&amp;amp;order=id&amp;amp;milestone=Vaadin+6.4.3&amp;amp;type=!task'&gt;list of closed issues&lt;/a&gt; in Vaadin Trac for a detailed change log. For other release information, see the &lt;a href='http://vaadin.com/download/release/6.4/6.4.3/release-notes.html'&gt;Release Notes&lt;/a&gt;.&lt;br /&gt;&lt;br /&gt;Get the installation package from the download site at &lt;a href='http://vaadin.com/download'&gt;http://vaadin.com/download&lt;/a&gt;. If you are using the Vaadin Plugin for Eclipse, upgrade the Vaadin version from the project preferences.&lt;br /&gt;&lt;br /&gt;Problem fixes and enhancements planned for upcoming releases can be found from the &lt;a href='http://dev.vaadin.com/roadmap'&gt;Vaadin Roadmap&lt;/a&gt; in Vaadin Trac.&lt;br /&gt;&lt;br /&gt;As always, when upgrading from an earlier version, you should recompile any custom widget sets and refresh your project in Eclipse. See the &lt;a href='http://vaadin.com/download/release/6.4/6.4.3/release-notes.html#upgrading'&gt;General Upgrade Notes&lt;/a&gt; for more details on upgrading.</summary>
    <dc:creator>Marko Grönroos</dc:creator>
    <dc:date>2010-08-30T15:24:27Z</dc:date>
  </entry>
  <entry>
    <title>Vaadin Add-ons Now Available With Maven</title>
    <link rel="alternate" href="http://vaadin.com/c/message_boards/find_message?p_l_id=10441&amp;messageId=209227" />
    <author>
      <name>Teemu Pöntelin</name>
    </author>
    <id>http://vaadin.com/c/message_boards/find_message?p_l_id=10441&amp;messageId=209227</id>
    <updated>2010-08-27T13:45:08Z</updated>
    <published>2010-08-27T13:45:08Z</published>
    <summary type="html">Today we rolled out a new version of the &lt;a href='http://vaadin.com/directory'&gt;Vaadin Directory&lt;/a&gt;. This update is mostly about fulfilling a common feature request we have heard from the community, downloading add-ons via Maven repository. We have setup our own Maven repository for Vaadin Add-ons and already deployed existing add-ons there with the exception of some add-ons that wouldn&amp;#039;t make sense to use via Maven (tools etc). All future add-ons (and new versions of existing add-ons) will automatically be also available via the Maven repository.&lt;br /&gt;&lt;br /&gt;How to use this new feature? It&amp;#039;s simple, in the Directory we now have a Maven POM button right under the download button for each add-on that is available via Maven. By clicking this button you will be shown all the needed information (&lt;span style='font-family: Courier New';&gt;&amp;lt;repository&amp;gt;&lt;/span&gt; and &lt;span style='font-family: Courier New';&gt;&amp;lt;dependency&amp;gt;&lt;/span&gt;) for you to copy-paste into the pom.xml file of your Maven project. More defailed instructions &lt;a href='http://vaadin.com/directory/help/using-vaadin-add-ons/maven'&gt;here&lt;/a&gt;.&lt;br /&gt;&lt;br /&gt;We would be happy to hear any feedback from you about this new feature. There might still be some rough edges and together we can smooth them out. Please post your comments, bug reports, ideas or any other feedback into this forum thread or use the feedback link on the Directory menu.</summary>
    <dc:creator>Teemu Pöntelin</dc:creator>
    <dc:date>2010-08-27T13:45:08Z</dc:date>
  </entry>
  <entry>
    <title>Who is using Vaadin?</title>
    <link rel="alternate" href="http://vaadin.com/c/message_boards/find_message?p_l_id=10441&amp;messageId=203705" />
    <author>
      <name>Henri Muurimaa</name>
    </author>
    <id>http://vaadin.com/c/message_boards/find_message?p_l_id=10441&amp;messageId=203705</id>
    <updated>2010-08-17T13:37:24Z</updated>
    <published>2010-08-17T13:37:24Z</published>
    <summary type="html">The reference list of Vaadin projects is finally out! Check it out here: &lt;a href='http://vaadin.com/who-is-using-vaadin'&gt;http://vaadin.com/who-is-using-vaadin&lt;/a&gt;.&lt;br /&gt;&lt;br /&gt;This is just the first batch of projects we got confirmation on, and there are still a ton of projects that are we are waiting for a permission to add to the list, so stay tuned. There are also several very large users and projects that we will not get permission to publish.&lt;br /&gt;&lt;br /&gt;If you want your project to be included in the list we are more than happy to add them! We are thinking for the possibility for anyone to add and manage their project on the list, but for the time being send the required data to me at &lt;a href='mailto:henri.muurimaa@vaadin.com'&gt;henri.muurimaa@vaadin.com&lt;/a&gt; and I&amp;#039;ll make sure it gets added to the site.&lt;br /&gt;&lt;br /&gt;For a project we need the following pieces of information:&lt;br /&gt;&lt;ul style='list-style-type: disc';&gt;&lt;li&gt;Name&lt;/li&gt;&lt;li&gt;Description (A short &amp;gt;500 characters showcase for the product. Mentioning Vaadin is optional.)&lt;/li&gt;&lt;li&gt;Creator/supplier (w/logo)&lt;/li&gt;&lt;li&gt;Customer(s) (w/logos)&lt;/li&gt;&lt;li&gt;Industry&lt;/li&gt;&lt;li&gt;Country&lt;/li&gt;&lt;li&gt;Screenshots (optional)&lt;/li&gt;&lt;li&gt;External links (optional)&lt;/li&gt;&lt;/ul&gt;</summary>
    <dc:creator>Henri Muurimaa</dc:creator>
    <dc:date>2010-08-17T13:37:24Z</dc:date>
  </entry>
  <entry>
    <title>Vaadin 6.4.2 available</title>
    <link rel="alternate" href="http://vaadin.com/c/message_boards/find_message?p_l_id=10441&amp;messageId=202013" />
    <author>
      <name>John Ahlroos</name>
    </author>
    <id>http://vaadin.com/c/message_boards/find_message?p_l_id=10441&amp;messageId=202013</id>
    <updated>2010-08-13T12:48:05Z</updated>
    <published>2010-08-13T12:48:05Z</published>
    <summary type="html">Vaadin 6.4.2 is a maintenance release in the 6.4 series. It includes a number of important bug fixes. See the &lt;a href='http://dev.vaadin.com/query?status=closed&amp;amp;resolution=fixed&amp;amp;order=id&amp;amp;milestone=Vaadin+6.4.2&amp;amp;type=!task'&gt;list of closed issues&lt;/a&gt; in Vaadin Trac for a detailed change log. For other release information, see the &lt;a href='http://vaadin.com/download/release/6.4/6.4.2/release-notes.html'&gt;Release Notes&lt;/a&gt;.&lt;br /&gt;&lt;br /&gt;Get the installation package from the download site at &lt;a href='http://vaadin.com/download'&gt;http://vaadin.com/download&lt;/a&gt;. If you are using the Vaadin Plugin for Eclipse, upgrade the Vaadin version from the project preferences.&lt;br /&gt;&lt;br /&gt;Problem fixes and enhancements planned for upcoming releases can be found from the &lt;a href='http://dev.vaadin.com/roadmap'&gt;Vaadin Roadmap&lt;/a&gt; in Vaadin Trac.&lt;br /&gt;&lt;br /&gt;As always, when upgrading from an earlier version, you should recompile any custom widget sets and refresh your project in Eclipse. See the &lt;a href='http://vaadin.com/download/release/6.4/6.4.2/release-notes.html#upgrading'&gt;General Upgrade Notes&lt;/a&gt; for more details on upgrading.</summary>
    <dc:creator>John Ahlroos</dc:creator>
    <dc:date>2010-08-13T12:48:05Z</dc:date>
  </entry>
  <entry>
    <title>Vaadin 6.4.1 available</title>
    <link rel="alternate" href="http://vaadin.com/c/message_boards/find_message?p_l_id=10441&amp;messageId=192110" />
    <author>
      <name>Henri Sara</name>
    </author>
    <id>http://vaadin.com/c/message_boards/find_message?p_l_id=10441&amp;messageId=192110</id>
    <updated>2010-07-23T13:10:28Z</updated>
    <published>2010-07-23T13:10:28Z</published>
    <summary type="html">Vaadin 6.4.1 is a maintenance release in the 6.4 series. It includes a number of important bug fixes. See the &lt;a href='http://dev.vaadin.com/query?status=closed&amp;amp;resolution=fixed&amp;amp;order=id&amp;amp;milestone=Vaadin+6.4.1&amp;amp;type=!task'&gt;list of closed issues&lt;/a&gt; in Vaadin Trac for a detailed change log. For other release information, see the &lt;a href='http://vaadin.com/download/release/6.4/6.4.1/release-notes.html'&gt;Release Notes&lt;/a&gt;.&lt;br /&gt;&lt;br /&gt;Get the installation package from the download site at &lt;a href='http://vaadin.com/download'&gt;http://vaadin.com/download&lt;/a&gt;. If you are using the Vaadin Plugin for Eclipse, upgrade the Vaadin version from the project preferences.&lt;br /&gt;&lt;br /&gt;Problem fixes and enhancements planned for upcoming releases can be found from the &lt;a href='http://dev.vaadin.com/roadmap'&gt;Vaadin Roadmap&lt;/a&gt; in Vaadin Trac.&lt;br /&gt;&lt;br /&gt;As always, when upgrading from an earlier version, you should recompile any custom widget sets and refresh your project in Eclipse. See the &lt;a href='http://vaadin.com/download/release/6.4/6.4.1/release-notes.html#upgrading'&gt;General Upgrade Notes&lt;/a&gt; for more details on upgrading.</summary>
    <dc:creator>Henri Sara</dc:creator>
    <dc:date>2010-07-23T13:10:28Z</dc:date>
  </entry>
  <entry>
    <title>Vaadin 6.4.0 for Maven users</title>
    <link rel="alternate" href="http://vaadin.com/c/message_boards/find_message?p_l_id=10441&amp;messageId=184897" />
    <author>
      <name>Henri Sara</name>
    </author>
    <id>http://vaadin.com/c/message_boards/find_message?p_l_id=10441&amp;messageId=184897</id>
    <updated>2010-07-09T12:25:35Z</updated>
    <published>2010-07-09T12:25:35Z</published>
    <summary type="html">There are now updated versions (1.3.0) of the Vaadin Maven archetypes that by default refer to Vaadin 6.4.0 and the latest versions of some Maven plugins.&lt;br /&gt;&lt;br /&gt;If your project has been created with an older version and has a widgetset, it contains an &amp;#034;entry-point&amp;#034; row:&lt;br /&gt;&lt;div class='code'&gt;&lt;span class='code-lines'&gt;&amp;nbsp;1&lt;/span&gt;&amp;nbsp; &amp;nbsp; ...&lt;br /&gt;&lt;span class='code-lines'&gt;&amp;nbsp;2&lt;/span&gt;&amp;nbsp; &amp;nbsp; &lt;b&gt;&amp;lt;!--&lt;br /&gt;&lt;span class='code-lines'&gt;&amp;nbsp;3&lt;/span&gt;&amp;nbsp; &amp;nbsp;&amp;nbsp; &amp;nbsp;&amp;nbsp; This is needed because of a bug in gwt-maven-plugin 1.2&lt;br /&gt;&lt;span class='code-lines'&gt;&amp;nbsp;4&lt;/span&gt;&amp;nbsp; &amp;nbsp;&amp;nbsp; &amp;nbsp;&amp;nbsp; (http://jira.codehaus.org/browse/MGWT-147):&lt;br /&gt;&lt;span class='code-lines'&gt;&amp;nbsp;5&lt;/span&gt;&amp;nbsp; &amp;nbsp;&amp;nbsp; &amp;nbsp;&amp;nbsp; modules without entry points are never compiled.&lt;br /&gt;&lt;span class='code-lines'&gt;&amp;nbsp;6&lt;/span&gt;&amp;nbsp; &amp;nbsp; --&amp;gt;&lt;br /&gt;&lt;span class='code-lines'&gt;&amp;nbsp;7&lt;/span&gt;&amp;nbsp; &amp;nbsp; &amp;lt;entry-point class=&amp;#034;com.vaadin.terminal.gwt.client.DefaultWidgetSet&amp;#034; /&amp;gt;&lt;/b&gt;&lt;br /&gt;&lt;span class='code-lines'&gt;&amp;nbsp;8&lt;/span&gt;&lt;br /&gt;&lt;span class='code-lines'&gt;&amp;nbsp;9&lt;/span&gt;&amp;nbsp; &amp;nbsp; &amp;lt;inherits name=&amp;#034;com.vaadin.terminal.gwt.DefaultWidgetSet&amp;#034; /&amp;gt;&lt;br /&gt;&lt;span class='code-lines'&gt;10&lt;/span&gt;&amp;nbsp; &amp;nbsp; ....&lt;br /&gt;&lt;/div&gt;&lt;br /&gt;&lt;br /&gt;You should remove the entry point row in the widgetset (along with the comment that precedes it) and make sure you are using version 1.3-SNAPSHOT of gwt-maven-plugin.&lt;br /&gt;&lt;br /&gt;Also, when upgrading Vaadin in a Maven project, make sure you also update the GWT version in your pom.xml - for Vaadin 6.4.0, use GWT 2.0.3.</summary>
    <dc:creator>Henri Sara</dc:creator>
    <dc:date>2010-07-09T12:25:35Z</dc:date>
  </entry>
  <entry>
    <title>Vaadin 6.4.0 available</title>
    <link rel="alternate" href="http://vaadin.com/c/message_boards/find_message?p_l_id=10441&amp;messageId=184382" />
    <author>
      <name>Henri Sara</name>
    </author>
    <id>http://vaadin.com/c/message_boards/find_message?p_l_id=10441&amp;messageId=184382</id>
    <updated>2010-07-08T12:37:54Z</updated>
    <published>2010-07-08T12:37:54Z</published>
    <summary type="html">Vaadin 6.4 is finally out, after nearly three months of work. Get the installation package from the download site at &lt;a href='http://vaadin.com/download'&gt;http://vaadin.com/download&lt;/a&gt;. If you are using the Vaadin Plugin for Eclipse, upgrade the Vaadin version from the project preferences.&lt;br /&gt;&lt;br /&gt;The release includes a number of important new features.  To see what&amp;#039;s new, please check out the &lt;a href='http://demo.vaadin.com/6.4.0/'&gt;Demo Site&lt;/a&gt; and especially the Sampler, which highlights the new features.&lt;br /&gt;&lt;br /&gt;The biggest enhancements include &lt;i&gt;improved keyboard navigation&lt;/i&gt; in Table, Tree, DateField, Slider and many other components (Sampler for &lt;a href='http://demo.vaadin.com/6.4.0/sampler/#TableKeyboardNavigation'&gt;Table&lt;/a&gt;, &lt;a href='http://demo.vaadin.com/6.4.0/sampler/#TreeKeyboardNavigation'&gt;Tree&lt;/a&gt; and &lt;a href='http://demo.vaadin.com/6.4.0/sampler/#DatePopupKeyboardNavigation'&gt;DateField&lt;/a&gt;). Both Table and Tree support &lt;i&gt;multi-selection&lt;/i&gt; with Ctrl and Shift keys for selecting ranges of items (&lt;a href='http://demo.vaadin.com/sampler/#TableMultipleSelection'&gt;Table&lt;/a&gt; and &lt;a href='http://demo.vaadin.com/sampler/#TreeMultiSelect'&gt;Tree&lt;/a&gt;). In addition, Table now supports a &lt;i&gt;footer row&lt;/i&gt; and &lt;i&gt;click listeners on the header and footer&lt;/i&gt; (&lt;a href='http://demo.vaadin.com/sampler/#TableClickListeners'&gt;Sampler&lt;/a&gt;), as well as &lt;i&gt;column resize listeners&lt;/i&gt;. See the &lt;a href='http://vaadin.com/download/release/6.4/6.4.0/release-notes.html'&gt;Release Notes&lt;/a&gt; for a detailed list of new features as well as bug fixes.&lt;br /&gt;&lt;br /&gt;As always, when upgrading from an earlier version, you should recompile any custom widget sets and refresh your project in Eclipse. See the &lt;a href='http://vaadin.com/download/release/6.4/6.4.0/release-notes.html#upgrading'&gt;General Upgrade Notes&lt;/a&gt; for more details on upgrading.&lt;br /&gt;&lt;br /&gt;Vaadin 6.4 will now enter maintenance mode and we will be releasing maintenance releases about every two weeks, as necessary. Plans for upcoming releases can be found from the &lt;a href='http://dev.vaadin.com/roadmap'&gt;Vaadin Roadmap&lt;/a&gt; in the Vaadin Trac.</summary>
    <dc:creator>Henri Sara</dc:creator>
    <dc:date>2010-07-08T12:37:54Z</dc:date>
  </entry>
  <entry>
    <title>Vaadin 6.4.0 prerelease 1 available</title>
    <link rel="alternate" href="http://vaadin.com/c/message_boards/find_message?p_l_id=10441&amp;messageId=178419" />
    <author>
      <name>Marko Grönroos</name>
    </author>
    <id>http://vaadin.com/c/message_boards/find_message?p_l_id=10441&amp;messageId=178419</id>
    <updated>2010-06-24T12:57:43Z</updated>
    <published>2010-06-24T12:57:43Z</published>
    <summary type="html">Vaadin 6.4 is approaching. Meanwhile, the prerelease version includes most of the new features, such as enhanced keyboard navigation and Table footers. We are stabilizing the new features, possibly adding some more, and fixing some bugs. Also API changes to the new features are possible before the final release - please make your comments now.&lt;br /&gt;&lt;br /&gt;Vaadin 6.4.0 will be a significant update release for Vaadin 6, with of number of features as well as bug fixes. See the &lt;a href='http://vaadin.com/download/prerelease/6.4/6.4.0/6.4.0.pre1/release-notes.html'&gt;Release Notes&lt;/a&gt; for a full list of enhancements and a detailed change log.&lt;br /&gt;&lt;br /&gt;Get the installation package from the download site at &lt;a href='http://vaadin.com/releases?version=prerelease/6.4/6.4.0/6.4.0.pre1'&gt;http://vaadin.com/releases?version=prerelease/6.4/6.4.0/6.4.0.pre1&lt;/a&gt;. If you are using the Vaadin Plugin for Eclipse, upgrade the Vaadin version from the project preferences.&lt;br /&gt;&lt;br /&gt;There is some preliminary documentation about the new features in:&lt;br /&gt;&lt;ul style='list-style-type: disc';&gt;&lt;li&gt;&lt;a href='http://demo.vaadin.com/6.4.0.pre1/'&gt;Demos&lt;/a&gt; - check out especially the &lt;a href='http://demo.vaadin.com/6.4.0.pre1/sampler/'&gt;Sampler&lt;/a&gt; for new features (the new samples are marked)&lt;/li&gt;&lt;li&gt;&lt;a href='http://vaadin.com/download/prerelease/6.4/6.4.0/6.4.0.pre1/docs/api/'&gt;API Documentation&lt;/a&gt;&lt;/li&gt;&lt;li&gt;&lt;a href='http://vaadin.com/download/prerelease/6.4/6.4.0/6.4.0.pre1/docs/book/'&gt;Book of Vaadin&lt;/a&gt; for Vaadin 6.4.0&lt;/li&gt;&lt;/ul&gt;Remaining problem fixes and enhancements planned for the 6.4.0 release can be found from the &lt;a href='http://dev.vaadin.com/query?group=status&amp;amp;milestone=Vaadin+6.4.0'&gt;Vaadin 6.4.0 milestone&lt;/a&gt; in Vaadin Roadmap.&lt;br /&gt;&lt;br /&gt;As always, when upgrading from an earlier version, you should recompile any custom widget sets and refresh your project in Eclipse. Notice that Vaadin 6.2 uses GWT 2.0 (included in the installation package). See the &lt;a href='http://vaadin.com/download/prerelease/6.4/6.4.0/6.4.0.pre1/release-notes.html#upgrading'&gt;General Upgrade Notes&lt;/a&gt; for more details on upgrading.&lt;br /&gt;&lt;br /&gt;Also check out the &lt;a href='http://vaadin.com/directory#addon/vaadin-treetable'&gt;TreeTable&lt;/a&gt; add-on. The long-awaited component was originally scheduled for Vaadin 6.4, but was left as a separate component until it matures. It may be incorporated into the core library in some later release.</summary>
    <dc:creator>Marko Grönroos</dc:creator>
    <dc:date>2010-06-24T12:57:43Z</dc:date>
  </entry>
  <entry>
    <title>RE: Vaadin Grails Plugin</title>
    <link rel="alternate" href="http://vaadin.com/c/message_boards/find_message?p_l_id=10441&amp;messageId=176457" />
    <author>
      <name>Vyacheslav Rusakov</name>
    </author>
    <id>http://vaadin.com/c/message_boards/find_message?p_l_id=10441&amp;messageId=176457</id>
    <updated>2010-06-20T12:17:53Z</updated>
    <published>2010-06-20T12:17:53Z</published>
    <summary type="html">HI&lt;br /&gt;&lt;br /&gt;I have the same behaviour. It&amp;#039;s normal, cause to enable single class reloading in grails (like controllers or services) you need to write special artifact handling plugins. &lt;br /&gt;As for me, this restart is very fast, so it doesn&amp;#039;t harm development a lot&lt;br /&gt;&lt;br /&gt;Another issue in grails: when you are using services in vaadin app. you need to restart application (?restartApplication) after service change (cause grails reloads changed service, but it can&amp;#039;t update working vaadin apps)&lt;br /&gt;&lt;br /&gt;In summury I can say that I feel very comfortable with vaadin in grails</summary>
    <dc:creator>Vyacheslav Rusakov</dc:creator>
    <dc:date>2010-06-20T12:17:53Z</dc:date>
  </entry>
  <entry>
    <title>RE: Vaadin Grails Plugin</title>
    <link rel="alternate" href="http://vaadin.com/c/message_boards/find_message?p_l_id=10441&amp;messageId=176313" />
    <author>
      <name>Rajesh h</name>
    </author>
    <id>http://vaadin.com/c/message_boards/find_message?p_l_id=10441&amp;messageId=176313</id>
    <updated>2010-06-19T13:20:06Z</updated>
    <published>2010-06-19T13:20:06Z</published>
    <summary type="html">HI,&lt;br /&gt;&lt;br /&gt;I tried this plugin.  I have a simple objective that I can be productive by writing my Vaadin code in groovy hence avoiding any restarts/redeploys.  In theory I would like to have only the changed class reloaded. Just like how JVM hotswap works. But what I observed is that any changes to files in src/groovy trigger a complete container restart which is not the desired result.  I would love it  it works like Jrebel (zeroturnaround.com) which replaces only the changed artifacts.  My groovy scripts are places in src/groovy.  Am I doing anything wrong?  &lt;br /&gt;Thanks.</summary>
    <dc:creator>Rajesh h</dc:creator>
    <dc:date>2010-06-19T13:20:06Z</dc:date>
  </entry>
  <entry>
    <title>Vaadin 6.3.4 available</title>
    <link rel="alternate" href="http://vaadin.com/c/message_boards/find_message?p_l_id=10441&amp;messageId=174533" />
    <author>
      <name>Marko Grönroos</name>
    </author>
    <id>http://vaadin.com/c/message_boards/find_message?p_l_id=10441&amp;messageId=174533</id>
    <updated>2010-06-15T14:56:06Z</updated>
    <published>2010-06-15T14:56:06Z</published>
    <summary type="html">Vaadin 6.3.4 is a maintenance release in the 6.3 series. It includes a number of important bug fixes. See the &lt;a href='http://dev.vaadin.com/query?status=closed&amp;amp;resolution=fixed&amp;amp;order=id&amp;amp;milestone=Vaadin+6.3.4&amp;amp;type=!task'&gt;list of closed issues&lt;/a&gt; in Vaadin Trac for a detailed change log. For other release information, see the &lt;a href='http://vaadin.com/download/release/6.3/6.3.4/release-notes.html'&gt;Release Notes&lt;/a&gt;.&lt;br /&gt;&lt;br /&gt;Get the installation package from the download site at &lt;a href='http://vaadin.com/download'&gt;http://vaadin.com/download&lt;/a&gt;. If you are using the Vaadin Plugin for Eclipse, upgrade the Vaadin version from the project preferences.&lt;br /&gt;&lt;br /&gt;Problem fixes and enhancements planned for upcoming releases can be found from the &lt;a href='http://dev.vaadin.com/roadmap'&gt;Vaadin Roadmap&lt;/a&gt; in Vaadin Trac.&lt;br /&gt;&lt;br /&gt;As always, when upgrading from an earlier version, you should recompile any custom widget sets and refresh your project in Eclipse. If you are upgrading from earlier than 6.3.0, notice that Vaadin 6.3 uses GWT 2.0 (included in the installation package). See the &lt;a href='http://vaadin.com/download/release/6.3/6.3.4/release-notes.html#upgrading'&gt;General Upgrade Notes&lt;/a&gt; for more details on upgrading.</summary>
    <dc:creator>Marko Grönroos</dc:creator>
    <dc:date>2010-06-15T14:56:06Z</dc:date>
  </entry>
  <entry>
    <title>RE: Testers needed for Portlet 2.0 support</title>
    <link rel="alternate" href="http://vaadin.com/c/message_boards/find_message?p_l_id=10441&amp;messageId=174453" />
    <author>
      <name>Martin Biastoch</name>
    </author>
    <id>http://vaadin.com/c/message_boards/find_message?p_l_id=10441&amp;messageId=174453</id>
    <updated>2010-06-15T12:39:18Z</updated>
    <published>2010-06-15T12:39:18Z</published>
    <summary type="html">Okay last message ;)&lt;br /&gt;&lt;br /&gt;Problem solved!&lt;br /&gt;The following advice could facilitate also the life for different testers.&lt;br /&gt;&lt;br /&gt;The portlet.xml is in the documentation well explained, only the example for web.xml is short.&lt;br /&gt;The block &amp;lt;servlet&amp;gt; must be deleted! The servlet-name in &amp;lt;servlet-mapping&amp;gt; must be equal to portlet name from portlet.xml.</summary>
    <dc:creator>Martin Biastoch</dc:creator>
    <dc:date>2010-06-15T12:39:18Z</dc:date>
  </entry>
  <entry>
    <title>RE: Testers needed for Portlet 2.0 support</title>
    <link rel="alternate" href="http://vaadin.com/c/message_boards/find_message?p_l_id=10441&amp;messageId=172154" />
    <author>
      <name>Henri Sara</name>
    </author>
    <id>http://vaadin.com/c/message_boards/find_message?p_l_id=10441&amp;messageId=172154</id>
    <updated>2010-06-09T09:57:12Z</updated>
    <published>2010-06-09T09:57:12Z</published>
    <summary type="html">&lt;div class='quote-title'&gt;Martin Biastoch:&lt;/div&gt;&lt;div class='quote'&gt;&lt;div class='quote-content'&gt;I&amp;#039;ve read the article, but I probably overlooked this part.&lt;br /&gt;Now I have a Portlet without exeception, but also without contents. Are there also changes with Portlet 2.0? Ich set the height to 400px.&lt;/div&gt;&lt;/div&gt;&lt;br /&gt;&lt;br /&gt;Maybe it would be better to move this discussion to one of the other forum categories, out of &amp;#034;News &amp;amp; Announcements&amp;#034;.&lt;br /&gt;&lt;br /&gt;Try to see e.g. with Firebug if the contents are there, but with zero size, or not. It might be that some other layout level has size settings that make it shrink to zero size.</summary>
    <dc:creator>Henri Sara</dc:creator>
    <dc:date>2010-06-09T09:57:12Z</dc:date>
  </entry>
  <entry>
    <title>RE: Testers needed for Portlet 2.0 support</title>
    <link rel="alternate" href="http://vaadin.com/c/message_boards/find_message?p_l_id=10441&amp;messageId=172097" />
    <author>
      <name>Martin Biastoch</name>
    </author>
    <id>http://vaadin.com/c/message_boards/find_message?p_l_id=10441&amp;messageId=172097</id>
    <updated>2010-06-09T09:17:34Z</updated>
    <published>2010-06-09T09:17:34Z</published>
    <summary type="html">Henri thanks,&lt;br /&gt;I&amp;#039;ve read the article, but I probably overlooked this part.&lt;br /&gt;Now I have a Portlet without exeception, but also without contents. Are there also changes with Portlet 2.0? Ich set the height to 400px.&lt;br /&gt;&lt;br /&gt;Greeting Martin</summary>
    <dc:creator>Martin Biastoch</dc:creator>
    <dc:date>2010-06-09T09:17:34Z</dc:date>
  </entry>
  <entry>
    <title>RE: Testers needed for Portlet 2.0 support</title>
    <link rel="alternate" href="http://vaadin.com/c/message_boards/find_message?p_l_id=10441&amp;messageId=172076" />
    <author>
      <name>Henri Sara</name>
    </author>
    <id>http://vaadin.com/c/message_boards/find_message?p_l_id=10441&amp;messageId=172076</id>
    <updated>2010-06-09T08:54:19Z</updated>
    <published>2010-06-09T08:54:19Z</published>
    <summary type="html">&lt;div class='quote-title'&gt;Martin Biastoch:&lt;/div&gt;&lt;div class='quote'&gt;&lt;div class='quote-content'&gt;when i change the application class in portlet.xml from com.vaadin.terminal.gwt.server.ApplicationPortlet to com.vaadin.terminal.gwt.server.ApplicationPortlet2 and implement PortletListener in main Application class, i get an Exception&lt;br /&gt;&lt;div class='code'&gt;&lt;span class='code-lines'&gt;1&lt;/span&gt;&lt;br /&gt;&lt;span class='code-lines'&gt;2&lt;/span&gt;2010-06-09 06:54:38,296 INFO&amp;nbsp; [STDOUT] ERROR - javax.portlet.PortletException: Failed to load application class: servletname&lt;br /&gt;&lt;span class='code-lines'&gt;3&lt;/span&gt;javax.portlet.PortletException: Failed to load application class: servletname&lt;br /&gt;&lt;span class='code-lines'&gt;4&lt;/span&gt;&amp;nbsp; &amp;nbsp; at com.vaadin.terminal.gwt.server.ApplicationPortlet2.init(ApplicationPortlet2.java:48)&lt;br /&gt;&lt;span class='code-lines'&gt;5&lt;/span&gt;&amp;nbsp; &amp;nbsp; at com.liferay.portlet.InvokerPortletImpl.init(InvokerPortletImpl.java:250)&lt;br /&gt;&lt;span class='code-lines'&gt;6&lt;/span&gt;&amp;nbsp; &amp;nbsp; at com.liferay.portlet.PortletInstanceFactoryImpl.init(PortletInstanceFactoryImpl.java:245)&lt;br /&gt;&lt;span class='code-lines'&gt;7&lt;/span&gt;&amp;nbsp; &amp;nbsp;&amp;nbsp; &amp;nbsp;&amp;nbsp; ...&lt;br /&gt;&lt;/div&gt;&lt;br /&gt;Without Portlet 2.0 it works.&lt;/div&gt;&lt;/div&gt;&lt;br /&gt;&lt;br /&gt;Just a guess: With portlet 1.0, the application parameter refers to web.xml, whereas with portlet 2.0, it should point to the application class. Did you update the application parameter value as well when you updated the portlet class?&lt;br /&gt;&lt;br /&gt;See &lt;a href='http://vaadin.com/book/-/page/advanced.portal.html'&gt;the book&lt;/a&gt;.</summary>
    <dc:creator>Henri Sara</dc:creator>
    <dc:date>2010-06-09T08:54:19Z</dc:date>
  </entry>
  <entry>
    <title>RE: Testers needed for Portlet 2.0 support</title>
    <link rel="alternate" href="http://vaadin.com/c/message_boards/find_message?p_l_id=10441&amp;messageId=172002" />
    <author>
      <name>Martin Biastoch</name>
    </author>
    <id>http://vaadin.com/c/message_boards/find_message?p_l_id=10441&amp;messageId=172002</id>
    <updated>2010-06-09T07:06:41Z</updated>
    <published>2010-06-09T07:03:25Z</published>
    <summary type="html">Hello Petter,&lt;br /&gt;&lt;br /&gt;when i change the application class in portlet.xml from com.vaadin.terminal.gwt.server.ApplicationPortlet to com.vaadin.terminal.gwt.server.ApplicationPortlet2 and implement PortletListener in main Application class, i get an Exception&lt;br /&gt;&lt;div class='code'&gt;&lt;span class='code-lines'&gt;1&lt;/span&gt;&lt;br /&gt;&lt;span class='code-lines'&gt;2&lt;/span&gt;2010-06-09 06:54:38,296 INFO&amp;nbsp; [STDOUT] ERROR - javax.portlet.PortletException: Failed to load application class: servletname&lt;br /&gt;&lt;span class='code-lines'&gt;3&lt;/span&gt;javax.portlet.PortletException: Failed to load application class: servletname&lt;br /&gt;&lt;span class='code-lines'&gt;4&lt;/span&gt;&amp;nbsp; &amp;nbsp; at com.vaadin.terminal.gwt.server.ApplicationPortlet2.init(ApplicationPortlet2.java:48)&lt;br /&gt;&lt;span class='code-lines'&gt;5&lt;/span&gt;&amp;nbsp; &amp;nbsp; at com.liferay.portlet.InvokerPortletImpl.init(InvokerPortletImpl.java:250)&lt;br /&gt;&lt;span class='code-lines'&gt;6&lt;/span&gt;&amp;nbsp; &amp;nbsp; at com.liferay.portlet.PortletInstanceFactoryImpl.init(PortletInstanceFactoryImpl.java:245)&lt;br /&gt;&lt;span class='code-lines'&gt;7&lt;/span&gt;&amp;nbsp; &amp;nbsp;&amp;nbsp; &amp;nbsp;&amp;nbsp; ...&lt;br /&gt;&lt;/div&gt;&lt;br /&gt;Without Portlet 2.0 it works.&lt;br /&gt;&lt;br /&gt;Any experience?</summary>
    <dc:creator>Martin Biastoch</dc:creator>
    <dc:date>2010-06-09T07:03:25Z</dc:date>
  </entry>
  <entry>
    <title>RE: Testers needed for Portlet 2.0 support</title>
    <link rel="alternate" href="http://vaadin.com/c/message_boards/find_message?p_l_id=10441&amp;messageId=171803" />
    <author>
      <name>Martin Biastoch</name>
    </author>
    <id>http://vaadin.com/c/message_boards/find_message?p_l_id=10441&amp;messageId=171803</id>
    <updated>2010-06-08T14:46:40Z</updated>
    <published>2010-06-08T14:46:40Z</published>
    <summary type="html">Hello Petter, &lt;br /&gt;&lt;br /&gt;I&amp;#039;m working on a new Portlet with Portlet 2.0. I use Liferay 5.2.3 on JBoss.&lt;br /&gt;I would like to use the Events from Portlet 2,0. I will tell you about working or problems.&lt;br /&gt;&lt;br /&gt;Greeting Martin</summary>
    <dc:creator>Martin Biastoch</dc:creator>
    <dc:date>2010-06-08T14:46:40Z</dc:date>
  </entry>
  <entry>
    <title>RE: Vaadin Grails Plugin</title>
    <link rel="alternate" href="http://vaadin.com/c/message_boards/find_message?p_l_id=10441&amp;messageId=169821" />
    <author>
      <name>Les Hazlewood</name>
    </author>
    <id>http://vaadin.com/c/message_boards/find_message?p_l_id=10441&amp;messageId=169821</id>
    <updated>2010-06-04T00:40:37Z</updated>
    <published>2010-06-03T23:17:05Z</published>
    <summary type="html">Hi All,&lt;br /&gt;&lt;br /&gt;Based on Daniel&amp;#039;s work, I&amp;#039;ve released a new (version 1.1) Grails Vaadin plugin.  It now supports: &lt;br /&gt;&lt;br /&gt;&lt;ol style='list-style-type: decimal';&gt;&lt;li&gt;Latest stable Vaadin version (6.3.3 at this time)&lt;/li&gt;&lt;li&gt;Paths to your Vaadin UI other than the context root (e.g. http://www.somehost.com/myapp/vaadinUI)&lt;/li&gt;&lt;li&gt;Per-environment configuration (Vaadin&amp;#039;s &amp;#039;production mode&amp;#039; = true for Grails production environment only.  Can be overridden for any environment).  Custom environments are also supported (e.g. &amp;#039;beta&amp;#039;, &amp;#039;uat&amp;#039;, etc)&lt;/li&gt;&lt;/ol&gt;&lt;br /&gt;&lt;br /&gt;A *huge* benefit to Grails 1.3 users is that because Grails 1.3 supports Groovy 1.7, which can use nested and anonymous inner classes, you can program all of your Vaadin UI in Groovy with natural Rich UI paradigms.  For example, button listener registration and nested logic:&lt;br /&gt;&lt;br /&gt;&lt;div class='code'&gt;&lt;span class='code-lines'&gt;&amp;nbsp;1&lt;/span&gt;// Remove a contact from a list:&lt;br /&gt;&lt;span class='code-lines'&gt;&amp;nbsp;2&lt;/span&gt;def removalCount = 0&lt;br /&gt;&lt;span class='code-lines'&gt;&amp;nbsp;3&lt;/span&gt;contactRemovalButton = new Button(&amp;#034;-&amp;#034;, new Button.ClickListener() {&lt;br /&gt;&lt;span class='code-lines'&gt;&amp;nbsp;4&lt;/span&gt;&amp;nbsp; &amp;nbsp;void buttonClick(ClickEvent event) {&lt;br /&gt;&lt;span class='code-lines'&gt;&amp;nbsp;5&lt;/span&gt;&amp;nbsp; &amp;nbsp;&amp;nbsp; &amp;nbsp; contactList.removeItem(contactList.value)&lt;br /&gt;&lt;span class='code-lines'&gt;&amp;nbsp;6&lt;/span&gt;&amp;nbsp; &amp;nbsp;&amp;nbsp; &amp;nbsp; //reference a non-final attribute inside an anonymous inner class!&lt;br /&gt;&lt;span class='code-lines'&gt;&amp;nbsp;7&lt;/span&gt;&amp;nbsp; &amp;nbsp;&amp;nbsp; &amp;nbsp; removalCount++;&lt;br /&gt;&lt;span class='code-lines'&gt;&amp;nbsp;8&lt;/span&gt;&amp;nbsp; &amp;nbsp; }&lt;br /&gt;&lt;span class='code-lines'&gt;&amp;nbsp;9&lt;/span&gt;})&lt;br /&gt;&lt;/div&gt;&lt;br /&gt;&lt;br /&gt;To install in your grails app:&lt;br /&gt;&lt;br /&gt;&amp;gt; grails install-plugin vaadin&lt;br /&gt;&lt;br /&gt;Happy coding!&lt;br /&gt;&lt;br /&gt;Les Hazlewood&lt;br /&gt;&lt;a href='http://www.katasoft.com'&gt;http://www.katasoft.com&lt;/a&gt;</summary>
    <dc:creator>Les Hazlewood</dc:creator>
    <dc:date>2010-06-03T23:17:05Z</dc:date>
  </entry>
</feed>

