- 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.
推薦閱讀
- Visual C++程序設計教程
- 樂高機器人設計技巧:EV3結構設計與編程指導
- 薛定宇教授大講堂(卷Ⅳ):MATLAB最優化計算
- 用Flutter極速構建原生應用
- Kinect for Windows SDK Programming Guide
- Scientific Computing with Scala
- 深入理解Android:Wi-Fi、NFC和GPS卷
- Mastering Business Intelligence with MicroStrategy
- Java高并發核心編程(卷1):NIO、Netty、Redis、ZooKeeper
- Arduino Wearable Projects
- 硬件產品設計與開發:從原型到交付
- ASP.NET求職寶典
- C#程序開發參考手冊
- Expert Cube Development with SSAS Multidimensional Models
- Python實戰指南:手把手教你掌握300個精彩案例