grails (11) vaadin (11) meteor (6) java (4) elasticsearch (3) apple (2) centos (1) cloudbees (1) google analytics (1) gradle (1) heroku (1) javafx (1) javascript (1) jdbc (1) jug (1) logback (1) logging (1) mac os (1) management (1) mongodb (1) mongolab (1) mysql (1) twitter (1) ubuntu (1)

Friday, December 23, 2011

Vaadin 7

New version (Vaadin 7 alpha 1) of Vaadin has been released! If you are not aware of Vaadin roadmap, here you are: https://vaadin.com/roadmap


What has been changed so far?

  • Redesign of the window and application APIs
    • Multiple browser tabs (and windows) are supported by default
    • Faster startup
    • Customized UI starting from the first request
  • Redesign of forms and data binding (dev info)
    • Form is deprecated
    • CustomField, converters, validators  and typed properties using Java generics added

Vaadin is great framework with great documentation. So here is the little tutorial about new features: https://vaadin.com/wiki/-/wiki/Main/Vaadin+7 

If you feel like you might want to comment on these changes, visit these links:

TextLab for Mac
Ultimate application to validate, clean and format JSON, XML, SQL, HTML.

2 comments:

  1. Hello Ondřej,

    I'm very excited after reading all the roadmap for vaadin 7 and all the new feature that they are going to implement, i really think vaadin is a great framework ! and i really think grails is also a really great framework that's why i like to use vaadin + grails every time it is possible . I have a question can tell me if it's possible to test you current developpement of the grails vaadin plugin for vaadin 7 ? i like to live on bleeding edge technologie :-D so there it's not problem event if it's not ready yet. and i'll be giving every feedback on my testing that migth be interesting. where can i find the current V7 grails plugin ?

    Thank you so much for your contribution with this great plugin !

    ReplyDelete
  2. Hi, you can download and install plugin from https://github.com/ondrej-kvasnovsky/grails-vaadin-plugin/downloads. I have made a version with Vaadin 7.0.0alfa2 for you. I wanted to update it to alfa3, but there are conflicts with classes (I have already reported issue: http://dev.vaadin.com/ticket/9180).

    ReplyDelete