blob: c19bd8f51de30b0b4aed225d42fc3873daefce03 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
|
==============================================================================
Vaadin <version></version> Readme
==============================================================================
This is an experimental version of Vaadin <version></version> built using
out of process hosted mode (OOPHM) branch of Google Web Toolkit. It uses different
version of GWT libraries and compiler than the official <version></version>, so please
use with caution. The benefits are that after you install browser plugins from
gwt/plugins, you should be able to enable hosted mode within real browsers by adding
?gwt.hosted=127.0.0.1:9997 parameter to the application url you are using.
Please post any comments and questions about OOPHM version to Vaadin forums.
-------------
How to Start?
-------------
Open a shell window, change to the installation directory, and execute "sh start.sh". It
will start a web application at port 8888 on the local host and opens a web browser window
to display the start page of Vaadin Content Browser.
The installation directory is a web application as itself and is directly importable to
Eclipse IDE by selecting "File / Import / Existing Projects into Workspace" from Eclipse
main menu. See the manual for detailed instructions.
---------------------------------
What's Inside the Vaadin Package?
---------------------------------
You should start exploring Vaadin through the provided Content Browser web
application within this package; see 'How to Start?' above.
The WebContent directory contains the content available through the Content Browser: the
Vaadin Library, demos, documentation, and other useful information to get started
with Vaadin.
Below is a list of most important locations and files:
Start Vaadin
- start exploring Vaadin by double-clicking this icon
COPYING
- license file
WebContent/vaadin-<version></version>.jar
- Vaadin Library containing Java source and compiled files
WebContent/doc/manual.pdf
- Vaadin Reference Manual in PDF format
WebContent/doc/manual/index.html
- Vaadin Reference Manual in HTML format
WebContent/doc/api/index.html
- Vaadin API Documentation as JavaDoc reference
WebContent/WEB-INF/src
- Content Browser source code, compiled into WebContent/WEB-INF/classes
WebContent/doc/example-source
- example source code in HTML format
WebContent/demo
- files required by the demos
Vaadin Hosted Mode Browser.launch
Vaadin Development Server.launch
- launch configurations for Eclipse workspace
WebContent/doc/example-source/build-widgetset.xml
- example on how to build GWT widget sets for Vaadin application
WebContent/VAADIN
- widget sets and themes
gwt
- Google Web Toolkit is required for building new widget sets
|