Introducing Vaadin Components – Vaadin Grid for JavaScript developers

Update, Oct 22nd 2015: Vaadin Components is now called Vaadin Elements, and v-grid is now vaadin-grid. See vaadin.com/elements product page for more information. --- I'm happy to announce Vaadin Components, and the v-grid Web Component in particular. If you haven’t heard about this new product yet, ...

Vaadin Spreadsheet Webinar Wrap-Up

I hope you enjoyed our webinar about the Vaadin Spreadsheet. You can find all the source code and examples we showed during the session here. You'll find the two following projects: SpreadsheetDemo is the first example holding an empty spreadsheet - a minimalistic project sample. ...

Stop wasting time on redeploys

A common question we get after our webinars or other live coding exercises is, how we make our live coding look so fluent. Why don’t you need to redeploy your war file to show the changes? It is no stunt or a specially crafted marketing JVM – we're doing the real stuff. The “secret” is JRebel. ...

Vaadin Dev Day is here (in Frankfurt)!

Lots of people have been asking for a dedicated Vaadin Dev Day with hands-on trainings on how to use Vaadin with MVP, Java EE, Spring as well as how to use the theme engine Valo, how to test Vaadin apps, how to extend Vaadin, how to create declarative UIs with the Designer and how to optimize ...

Interview with Java EE expert Peter Lehto

We sat down with one of our Vaadin guys here at the office to learn more about his daily work and enterprise app development. Peter Lehto is, among others, famous for his contributions to Java EE and Spring from Webinars, conference speeches and contributions. Peter, thanks for sitting down with ...

Monitoring your Vaadin apps with stagemonitor

Sooner or later, every software project has to consider performance to meet the customer’s expectations and to stay marketable. Therefore, a good monitoring tool is inevitable. Commercial solutions are expensive and existing open source projects are often not well suited for web applications or ...

Non-commercial Licenses for Pro Tools

One thing we have been asked for a lot is to have free licenses for non-commercial purposes when it comes to our great Pro Tools products. We heard you, and now we are more than happy to announce this new option. Available right now. What does this mean? We will grant one Pro Tools subscription for ...

Community Spotlight - April 2015

I just love it when smart people without previous experience learn to use Vaadin and write a blog entry about their experiences. Typically “externals” with a fresh honest mind can summarize the good parts of various tools better than those who stare at the details from a close distance. Just ...

Maven essentials for the impatient developer

We just recently published a new Maven page at vaadin.com/maven. It contains Maven “coordinates” for Vaadin projects and a super handy generic Maven repository search. But does it help you if you haven’t used Maven before? No. Are our most interesting Java examples built with Maven these days? Yes. ...