Tag: Release
Vaadin Framework 8.3 is now stable
It’s my pleasure to announce that Vaadin Framework 8.3.0 is now out and ready for general usage. As discussed in the previous beta blog entry, the most significant enhancements are in the integration libraries to Spring and CDI. Also, many components have received nice improvements. To take ...
Vaadin Framework 8.3 coming up
The first beta release of Vaadin 8.3 is out. As we are now getting into the “release train mode,” this comes quite soon after the recent 8.2 version. Along with all the latest bug fixes, there is also a bunch of nice features that made it to this milestone. Easier styling of certain components: ...
Vaadin 8.2 comes with improvements to Binder, Navigator, Grid, and Tree
Although there is currently a lot of buzz around the upcoming Vaadin 10 and Flow, we continue to work with improvements to the Vaadin 8 series, as well. In fact, specific features are developed or improved in the 8 series and then the changes will later be applied to Vaadin Flow. Also, the ...
More on Java 9 compatibility
As discussed earlier, the core of Vaadin 8 is already compatible with Java 9. The issue burdening developers, however, has been the incompatibility of GWT when compiling a new widgetset, or developing new components. For many Vaadin developers, this has been a showstopper, as setting up a different ...
Vaadin 7 Alpha 2 Has Landed
After 119 days and a bit late from the original schedule, Vaadin 7 alpha 2 is now released! As the name states, this is the second alpha. A total of four alpha releases are scheduled before the beta period and we will do our best to keep the timeline. Each alpha release introduces a set of changes ...
Vaadin 6.6.0 (a.k.a. "San Francisco") is Here
We have a big day today. We are proud to announce that six months of hard work is now packaged and Vaadin 6.6.0 has been released to the public. Following the latest trend for mobile computing, the main target for the Vaadin 6.6 Framework was to add touch device support as a first-class feature to ...
SQLContainer 1.0 Released
Good news for everyone using SQL databses in their Vaadin applications. The Vaadin SQLContainer is end-of-beta and v 1.0 has been released today. The SQLContainer is an add-on for Vaadin, that implements the Container interface for standard SQL database servers. SQLContainer allows you to easily ...
Vaadin 6.1 goes to Maven and adds Google App Engine support
Vaadin for Maven Users It is now easy for Maven users to enhance their web projects with Vaadin user interfaces. The latest 6.1 version of the Vaadin Java web library is now available also for Maven users, via the Maven central repository. Here is a small usage sample: mvn archetype:generate ...