Vaadin客户端应用程序了解 [英] Vaadin Client Side Application Understanding

查看:159
本文介绍了Vaadin客户端应用程序了解的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述

我很喜欢vaadin框架,并且正在经历Vaadin Book,但不能理解客户端Vaadin应用程序的流程。如果有人解释Vaadin客户端应用程序的工作,将非常感谢。由于vaadin提供了两个开发模型,即客户端和服务器端。

解决方案

客户端应用程序只不过是一个 JavaScript 应用程序,浏览器下载&执行。此JavaScript应用程序是用 Java 编写的,并由 Google Web Toolkit(GWT)编译器内置于 Vaadin 您的 IDE 使用的库。



此应用程序可能或可能不与服务器上运行的Java应用程序进行交互。如果没有,那么它的客户端应用程序。如果是,它是一个服务器端应用程序。



我希望它有帮助。


I'm new to vaadin framework and was going through the Vaadin Book but was not to able understand the flow of client side Vaadin application. Would be very thankful if anyone explains the working of the Vaadin Client side application. As vaadin offers two development models i.e. Client side and Server Side.

解决方案

The client-side application is nothing but a JavaScript application that the browser downloads & executes. This JavaScript application is written in Java and compiled to JavaScript by the Google Web Toolkit (GWT) compiler that is built into the Vaadin libraries used by your IDE.

This application may or may not interact with a Java application that is running on the server. If it does not, then its a Client-side application. If it does, its a Server-side application.

I hope it helps.

这篇关于Vaadin客户端应用程序了解的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持IT屋!

查看全文
登录 关闭
扫码关注1秒登录
发送“验证码”获取 | 15天全站免登陆