Blog

Vaadin 7.2.0 - "Mainz"

By  
Sami Ekblad
Sami Ekblad
·
On May 15, 2014 6:02:00 AM
·

The next minor version of Vaadin 7 series is available for application developers around the world. Like we stated earlier, this is the second step in our iterative process of adding new features to Vaadin 7. So, let’s get started with these.

 

Make more responsive applications

This actually means two things. First, Vaadin 7.2 includes widgetset compilation improvements making the initial rendering much faster. Second, responsive layouts are now built into the core. Responsive is an extension for Vaadin 7 providing responsive layout capabilities to any Vaadin component using CSS.

 

This allows creating applications that provide an optimal viewing experience across a wide range of devices - from mobile phones to desktop monitors.

 

 

Native Internet Explorer 11 and Windows Phone 8.1

This version adds native mode to the latest IE browsers IE10 and IE11. This allows us to take full advantage of their improved performance and standard support. Client side/GWT developers can also aid from Java API for pointer events. This means generic support for all compatible mouse, pen and touch devices, but mostly notably  Windows Phone 8.1 that uses IE 11 as the default browser.

 

 

 

 

Scalable vector icons

High resolution displays have set new requirements also for web graphics. To tackle one part of this, icon font support was added to Vaadin 7.2. This includes an easy Java API to use vector icons in your application. 

Link link = new Link("+1 me", myGPlusPost);
link.setIcon(FontAwesome.GOOGLE_PLUS); 

Font Awesome is already included, but there are also plenty of other high-quality icons available out there. Just check out IcoMoon for example. And of course you can also create your own icon fonts.

 

 

Long polling and websockets

Updates in Vaadin’s server-push engine bring some new features, most notably the long polling support for Vaadin applications. Long polling is the transport type you want in case there are old proxies, firewalls or servers involved, and you still want to use server push features in your application.

 

“The real push” i.e. Websocket support is also improved and it is now available to many new servers including Tomcat 8, WildFly 8, GlassFish 4, Jetty 9.1.

 

 

WAI-ARIA improvements

WAI-ARIA specifies additional attributes that can be added to the elements to support assistive devices like screen readers.

 

In Vaadin 7.2, WAI-ARIA support has been expanded to more components. Window, Notification,  and TabSheet now support these attributes making Vaadin a viable option for applications that need to be used by people with visual impairments.

 

 

And the best of it…

Like in every release we make, there are plenty of smaller enhancements and fixes. These might be even more important to you than the highlights, so we encourage you to take a look at the release notes to see what is in there. (BTW, we also enhanced the release notes to make them more meaningful for everyone.)

Get Vaadin 7.2.0 now

 

PS. This release was named "Mainz" after the place in Germany where the JAX 2014 conference is currently held. Check out Ville Ingman's interview and read about Vaadin on JAXenter (in German).

 

Sami Ekblad
Sami Ekblad
Sami Ekblad is one of the original members of the Vaadin team. As a DX lead he is now working as a developer advocate, to help people the most out of Vaadin tools. You can find many add-ons and code samples to help you get started with Vaadin. Follow at – @samiekblad
Other posts by Sami Ekblad