Добавил:
Upload Опубликованный материал нарушает ваши авторские права? Сообщите нам.
Вуз: Предмет: Файл:
book-of-vaadin.pdf
Скачиваний:
88
Добавлен:
24.03.2015
Размер:
13.43 Mб
Скачать

Getting Started with Vaadin

Figure 2.2. Firebug Debugger for Firefox

2.3. Overview of Vaadin Libraries

Vaadin comes as a set of library JARs, of which some are optional or alternative ones, depending on whether you are developing server-side or client-side applications, whether you use add-on components, or use CSS or SASS themes.

vaadin-server-7.x.x.jar

The main library for developing server-side Vaadin applications, as described in Chapter 4, Writing a Server-Side Web Application. It requires the vaadin-shared and the vaadin-themes libraries. You can use the prebuilt vaadin-client-compiled for server-side development, unless you need add-on components or custom widgets.

vaadin-shared-7.x.x.jar

A shared library for server-side and client-side development. It is always needed.

vaadin-client-7.x.x.jar

The client-side Vaadin framework, including the basic GWT API and Vaadin-specific widgets and other additions. It is required when using the vaadin-client-compiler to compile client-side modules. It is not needed if you just use the server-side framework with the precompiled Client-Side Engine.

vaadin-client-compiler-7.x.x.jar

The Vaadin Client Compiler is a Java-to-JavaScript compiler that allows building clientside modules, such as the Client-Side Engine (widget set) required for server-side applications. The compiler is needed, for example, for compiling add-on components to the application widget set, as described in Chapter 17, Using Vaadin Add-ons. For

32

Overview of Vaadin Libraries

Соседние файлы в предмете [НЕСОРТИРОВАННОЕ]