- 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.
推薦閱讀
- GitLab Repository Management
- C語言程序設計案例式教程
- Drupal 8 Configuration Management
- Asynchronous Android Programming(Second Edition)
- Visual Basic程序設計上機實驗教程
- Learning AngularJS for .NET Developers
- 小程序,巧應用:微信小程序開發實戰(第2版)
- 大話Java:程序設計從入門到精通
- Building Serverless Web Applications
- MyBatis 3源碼深度解析
- Learning Python Data Visualization
- Instant Automapper
- 計算語言學導論
- 大規模語言模型開發基礎與實踐
- Oracle SOA Suite 12c Administrator's Guide