blob: 8f96baf3c9761c99561fbe20f2fad32e9f2e0fcf (
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
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
|
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
<title>Vaadin @version@</title>
<link rel="stylesheet" type="text/css" href="demo/css/styles.css" />
<!--[if IE]>
<link rel="stylesheet" type="text/css" href="demo/css/ie.css" />
<![endif]-->
</head>
<body>
<div id="header">
<h1>Vaadin – thinking of U and I</h1>
<div id="version">
<strong>Version @version@</strong>
<a href="release-notes.html" class="release-notes" title="Read the release notes for this Vaadin version">Release Notes</a>
<span class="version-check">(<a href="http://www.itmill.com/downloads/itmill-toolkit.htm?checkVersion" title="Check if you have the latest Vaadin version (requires Internet connection)">check for latest version</a>)</span>
</div>
</div> <!-- /header -->
<div id="subheader">
<strong>Great, you’ve made it this far with Vaadin. Now let’s get started for real. Look out below!</strong>
<div class="links">
<a href="http://vaadin.com/forum" title="Open vaadin.com/forum">vaadin.com/forum</a>
<a href="http://dev.vaadin.com" title="Open dev.vaadin.com">dev.vaadin.com</a>
<a href="http://www.vaadin.com" title="Open www.vaadin.com">www.vaadin.com</a>
</div>
</div> <!-- /subheader -->
<div id="upfront">
<div id="sampler">
<h2>Vaadin Sampler</h2>
<p>Sampler contains examples of most features, as well as combination examples and useful UI patterns that you can use simply by copy-pasting the code.</p>
<p><a href="sampler/">Start Sampler »</a>
</div>
<div id="eclipse">
<h2>Vaadin Eclipse Plugin</h2>
<p>The easiest way to start working with Vaadin is to use Eclipse IDE and download the Vaadin Eclipse plugin from our website.</p>
<p><a href="http://www.vaadin.com/eclipse">How to install the Vaadin Eclipse Plugin »</a>
</div>
</div> <!-- /upfront -->
<div id="content">
<div id="demos">
<h3>Additional demos</h3>
<ul><li><a class="demoapp" href="Reservr">Reservr – reservation application</a> (<a href="docs/example-source/com/vaadin/demo/reservation">sources</a>)</li>
<li><a class="demoapp" href="VaadinTunesLayout/">VaadinTunes – advanced layout & theme</a> (<a href="docs/example-source/com/vaadin/demo/VaadinTunesLayout.java.html">sources</a>)</li>
<li><a class="demoapp" href="Coverflow/">Coverflow – Flex integration</a> (<a href="docs/example-source/com/vaadin/demo/coverflow">sources</a>)</li>
</ul>
<h3>Code Examples</h3>
<ul>
<li><a class="demoapp" href="HelloWorld/">Hello world</a> (<a href="docs/example-source/com/vaadin/demo/HelloWorld.java.html">sources</a>)</li>
<li><a class="demoapp" href="Calc/">Calculator</a> (<a href="docs/example-source/com/vaadin/demo/Calc.java.html">sources</a>)</li>
<li><a class="demoapp" href="colorpicker">Colorpicker – creating new widgets</a> (<a href="docs/example-source/com/vaadin/demo/colorpicker">sources</a>)</li>
</ul>
</div> <!-- /demos -->
<div id="docs">
<h3>Tutorial – Address Book</h3>
<p class="tutorial">Read the step-by-step tutorial and learn how to build a simple contact management app.</p>
<ul>
<li><a href="http://www.vaadin.com/tutorial/">Step-by-step Tutorial »</a></li>
<li><a href="AddressBook/">See Address Book application »</a></li>
</ul>
<h3>Documentation</h3>
<p class="documentation">Need help using Vaadin? Look no further. Everything you need to know is here.</p>
<ul>
<li><a href="docs/book-of-vaadin.pdf">Book of Vaadin (manual) »</a></li>
<li><a href="docs/api/index.html">JavaDoc API »</a></li>
<li><a href="http://www.vaadin.com/forum">Forum »</a></li>
</ul>
</div> <!-- /docs -->
</div> <!-- /content -->
<div id="footer">
<div id="open-source">
<h4>Open Source Development and Licenses</h4>
<p>Vaadin is developed as an Open Source software and its core is licensed under
the liberal Apache 2.0 License. Commercial licenses that include support are also available.</p>
<ul>
<li><a href="http://dev.vaadin.com" title="Open dev.vaadin.com">Developer website »</a></li>
<li><a href="license/licensing-guidelines.html">Licensing Guidelines »</a></li>
</ul>
</div>
<div id="pro">
<h4>Commercial Solutions and Services</h4>
<p>The commercial products complement Vaadin and make it possible for you to get better results quicker – both from a development perspective as well as from a business perspective.</p>
<p>We are also glad to help you hands on or even do the work for you – which ever you prefer.</p>
<p>Read more about the <a href="http://www.vaadin.com/services/">Services</a> or the <a href="http://www.vaadin.com/support/">Support</a> alternatives.</p>
</div>
</div> <!-- /footer -->
</body>
</html>
|