- Vaadin 7 UI Design By Example:Beginner’s Guide
- Alejandro Duarte
- 140字
- 2021-08-13 16:17:42
Summary
This was a big chapter. Look at what we have covered:
- We learned how to create Vaadin applications that communicate with business classes.
- We took a look at the underlying technologies that make it possible to write web applications entirely in Java.
- We got to know the Vaadin data model and its core concepts: properties, items, and containers.
- We saw a simplified version of the UI components hierarchy.
- We learned the common functionality for UI components and we saw that this functionality is defined in the
Component
interface paired with theAbstractComponent
class. - We have learned how to use most of the input components available in Vaadin.
So far, our applications have had a boring layout (VerticalLayout
). In the next chapter we will start making more appealing applications by learning a lot about layouts in Vaadin. See you there.
推薦閱讀
- GAE編程指南
- Visual C++程序設計學習筆記
- 數據庫系統教程(第2版)
- Software Testing using Visual Studio 2012
- Java編程指南:基礎知識、類庫應用及案例設計
- Production Ready OpenStack:Recipes for Successful Environments
- Practical Game Design
- 人人都是網站分析師:從分析師的視角理解網站和解讀數據
- Python機器學習經典實例
- Getting Started with Gulp
- HTML5與CSS3基礎教程(第8版)
- C/C++程序員面試指南
- Vue.js 3應用開發與核心源碼解析
- 交互式程序設計(第2版)
- Python深度學習與項目實戰