You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
Marko Grönroos ed9132f848 Generate OSGi manifest Package-Exports attribute automatically. For #3521. 13 years ago
..
META-INF Generate OSGi manifest Package-Exports attribute automatically. For #3521. 13 years ago
WebContent/WEB-INF Added RunoTheme demo to package web.xml. Fixes #5337 14 years ago
build-widgetset.xml Manual merge of [11296] from 6.2 14 years ago
build.xml #2904 A few more Toolkit -> Vaadin renames (also in the build branch) and a related fix to Eclipse classpath 15 years ago
eclipse-GWT Development Mode-launch Fix for #4178 - GWT Development Mode does not work in QuickStart project 14 years ago
eclipse-Vaadin Development Server-launch #3000 references to itmill-toolkit-examples fixed 15 years ago
eclipse-classpath #4500 move Reservr outside Vaadin core 14 years ago
eclipse-org.eclipse.core.resources.prefs Demo and QuickStart fixes: use UTF-8 encoding for source files (#2544) and include source path in demo launch scripts and Eclipse launch classpath (#2265). Finishes #2349. 15 years ago
eclipse-org.eclipse.jdt.core.prefs Fix for #2642 - Eclipse project now requires and automatically uses java 1.5 15 years ago
eclipse-project enabled packaging files to be seen from eclipse too, using hidden files was tricky 16 years ago
readme.txt #4444 update readme files and license text for Vaadin 6.3, remove obsolete files 14 years ago
start.bat #2645 Rename launcher classes and Eclipse launches 15 years ago
start.sh #2645 Rename launcher classes and Eclipse launches 15 years ago

readme.txt

==============================================================================

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