Vaadin

  • submit to reddit

Vaadin 7 Eases Your Theme Development

Vaadin theming is a nice way to reuse your Cascading Style Sheets across different projects. Vaadin 7 adds even more sugar to the whole theming thing...

0 replies - 3825 views - 09/23/12 by Nicolas Frankel in Articles

Once Roughhousers, Vaadin and Spring Security Can Finally Get Along

Along with Apache Shiro, Spring Security is one of the two most-used security components in the Java world. Using Spring Security with Vaadin needs a...

0 replies - 2486 views - 08/27/12 by Nicolas Frankel in Articles

Integrating HTML and JavaScript in Vaadin 7: Part Two

In the previous article, we successfully integrated a custom-made tooltip over our hyperlinks. In this article, we'll integrate an already existing tooltip...

1 replies - 5637 views - 08/12/12 by Nicolas Frankel in Articles

Integrating HTML and JavaScript into Vaadin 7 - Part 1

In Vaadin 6, extending existing components required creating subclasses and overriding the desired methods when possible. When not, this meant hacking...

0 replies - 1716 views - 07/29/12 by Nicolas Frankel in Articles

Navigation basics in Vaadin 7

Vaadin implements the Single-Page Interface, meaning screen content can change but URL stays the same, as opposed to standard web application page navigation....

0 replies - 4805 views - 07/08/12 by Nicolas Frankel in Articles

Using GWT widgets in Vaadin 7 - Part 3

This is the final part in our article series regarding using GWT widgets in Vaadin 7. In the first part, we looked at how to wrap GWT widgets in Vaadin...

0 replies - 3330 views - 06/18/12 by Nicolas Frankel in Articles

Using GWT Widgets in Vaadin 7 - Part 2

In part 1 of Using GWT widgets, we've seen how to wrap a Vaadin component around a GWT widget so that we're able to manipulate on server-side components. For...

0 replies - 2747 views - 06/11/12 by Nicolas Frankel in Articles

Using GWT widgets in Vaadin 7 - Part 1

Even if Vaadin provides you with plenty of components out-of-the-box, chances are sooner or later, you'll want to use that special GWT widget you just saw the...

1 replies - 5789 views - 06/04/12 by Nicolas Frankel in Articles

Debugging Vaadin Client Widgets

When working with standard Vaadin components, you can rely on your prefered IDE's debugger to help you when something unexpected happens. When integrating...

1 replies - 3154 views - 05/27/12 by Nicolas Frankel in Articles

Use views, not windows in Vaadin

In Vaadin 6, the Window class is used for both main windows - i.e. windows that fill the entire screen, and popup windows aka subwindows. This has lead...

0 replies - 5189 views - 02/29/12 by Nicolas Frankel in Articles

Separation of Concerns in Vaadin

Last week, we quickly created a Delete generated column in a table. Although this is enough to attain our objective, two nested anonymous classes puts a...

0 replies - 2997 views - 02/23/12 by Nicolas Frankel in Articles

Meet The Author: Learning Vaadin

Vaadin is one of the most popular Java web frameworks around these days, so a book aimed at beginners is bound to be welcomed. DZone MVB, Nicolas Frankel, has...

5 replies - 5910 views - 10/28/11 by James Sugrue in Articles

When to use Spring Roo?

In this article, I will tell you about my experiences with Spring Roo. I will give recommendations when to use Spring Roo and when not to use it...

8 replies - 21168 views - 04/06/11 by Kai Wähner in Articles

Magnolia Selects Vaadin for Revamped CMS User Interface

Magnolia 5.0, the upcoming release of the Java-based open source Magnolia CMS, will have a new user interface based on Vaadin, the popular open source...

0 replies - 1681 views - 02/10/11 by Boris Kraft in Announcements

Categorization and Comparison of Popular Web Frameworks in the Java / JVM Environment

The following article shows a categorization of Java / JVM web-frameworks, considering different types of web applications. The intention is to give an...

12 replies - 24953 views - 12/31/10 by Kai Wähner in Articles