- 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.
推薦閱讀
- JavaScript百煉成仙
- SpringMVC+MyBatis快速開發與項目實戰
- HTML5 Mobile Development Cookbook
- Java Web基礎與實例教程
- NetBeans IDE 8 Cookbook
- “笨辦法”學C語言
- SQL Server 2016 從入門到實戰(視頻教學版)
- Neo4j 3.x入門經典
- 微信小程序開發邊做邊學(微課視頻版)
- 大話代碼架構:項目實戰版
- Build Your Own PaaS with Docker
- 區塊鏈原理、設計與應用
- OpenStack Networking Cookbook
- Visual C++實用教程
- C#入門經典(第7版):C# 6.0 & Visual Studio 2015(.NET開發經典名著)