summaryrefslogtreecommitdiffstats
path: root/build/package/readme.txt
blob: 8b887ebb0d09ee6724fe127e52756b172d403131 (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
78
79
==============================================================================
Vaadin @version@ Readme
==============================================================================

-------------
How to Start?
-------------

In Windows:
  Just double-click start.bat icon. 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.

In Linux:
  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.

In Mac:
  Start Terminal.app and run the start.sh script in the installation
  directory. 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 can be directly
imported to the 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@.jar
- Vaadin Library containing Java source and compiled files

WebContent/docs/book-of-vaadin.pdf
- Book of Vaadin in PDF format

WebContent/docs/api/index.html
- Vaadin API Documentation as JavaDoc reference

WebContent/WEB-INF/src
- Content Browser source code, compiled into WebContent/WEB-INF/classes
 
WebContent/docs/example-source
- example source code in HTML format

WebContent/demo
- files required by the demos

Vaadin Development Server.launch
GWT Development Mode.launch
- launch configurations for Eclipse workspace

WebContent/docs/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