-
Trivadis Developer Blog
This is the publication playground for these guys from OIO Trivadis, the Trivadis Group`s Java experts.
Tag cloud
Agile Methods and development Atlassian Tools Build, config and deploy Did you know? Eclipse Universe Groovy and Grails Java and Quality Java Basics Java EE Java modularization Java Persistence Java Runtimes - VM, Appserver & Cloud Java Web Frameworks MDSD Open Source BI Other languages for the Java VM Politics Security SOA / Webservices Spring Universe Web as a Platform XML Universe
Tag Archives: Vaadin
Kotlin und UI Frameworks
Wenn es um die UI Entwicklung mit Kotlin geht, hat man als Entwickler eine Vielzahl von Frameworks zur Auswahl und kann diese mit Kotlin kombinieren, je nachdem wie groß die Anwendung ist oder welche Präferenzen und Anforderungen man hat. Deshalb … Continue reading
Building Vaadin UIs visually with the new Vaadin Designer
The Vaadin Plugin for Eclipse has ever been shipped with a visual designer for creating custom components for Vaadin applications. This visual designer enables you to construct a layout visually by dragging and dropping UI components on a given layout. … Continue reading
Vaadin Brings Excel Spreadsheets to the Web
With a new official add-on in the Vaadin directory, the Vaadin web application framework is taken to a new level: the Vaadin Spreadsheet add-on lets you load Microsoft Excel files in a Vaadin Spreadsheet component to be displayed and edited … Continue reading
Posted in Java Web Frameworks, Web as a Platform
Tagged Microsoft Excel, Vaadin, Vaadin Addon, Vaadin Spreadsheet
Leave a comment
Vaadin 7.4 Released: Grid Component and Declarative Layouts
With version 7.4 Vaadin have released the next minor update of their web framework. This release introduces two very powerful new features: a brand new table component named Grid and declarative layouts.
How to get autocomplete suggestions from the database for Vaadin’s ComboBox
With class com.vaadin.ui.ComboBox the Vaadin Toolkit provides a drop-down selection component that allows you to select an item from a set of values by offering a list of suggestions based on your current input. This works out of the box … Continue reading
Vaadin 7.3 Introduces New Valo Theme
A new minor release of the Vaadin Framework has been released. Besides a long list of bug fixes, there’s the one noteworthy and important new feature this version has to offer: the brand-new theme Valo. The Valo theme Valo, which … Continue reading
Select Nested JavaBeans With a Vaadin FieldGroup
Among the long list of improvements that Vaadin 7 brought to us developers is a completely overhauled form binding component that allows binding a data item to a form layout in a much more convenient way than was possible with … Continue reading