From: Jani Laakso Date: Fri, 30 Nov 2007 16:21:11 +0000 (+0000) Subject: packaging X-Git-Tag: 6.7.0.beta1~5342 X-Git-Url: https://source.dussan.org/?a=commitdiff_plain;h=396b971b819ca9747dbb6bb86dc220a7c66cb446;p=vaadin-framework.git packaging svn changeset:3093/svn branch:trunk --- diff --git a/WebContent/demos.html b/WebContent/demos.html new file mode 100644 index 0000000000..1c5c99ad51 --- /dev/null +++ b/WebContent/demos.html @@ -0,0 +1,158 @@ + + + + + IT Mill Toolkit 5 Demos + + + + + + +
+ +
+

Introducing IT Mill Toolkit 5

+ Effortless web application development for Java-programmers. + Visit itmill.com +
+ +
+ + + +
+ +
+
+ +

» Additional demos

+ +
+ + + +
+ +
+
+ +
+
+ + + +
+ + + diff --git a/WebContent/index.html b/WebContent/index.html index d7be1c9d2b..90ee218729 100644 --- a/WebContent/index.html +++ b/WebContent/index.html @@ -1,242 +1,247 @@ - -IT Mill Toolkit Demo - - - -
- - - -
- - - -
-

Reservr

-
- Reservr - Example car reservation application. Uses Google Maps widget. -
-
Source code: - browse source -
- -
-

Test Bench

-
- TestBench - Internal test bench application for trying out different components and features of the IT Mill Toolkit -
-
Source code: - browse TestBench folder -
- -
-

Feature Browser

-
- FeatureBrowser - Test bench application for trying out different components and features of the IT Mill Toolkit -
-
Source code: - browse features folder -
- -
-

Notification Demo

-
-

- Smaller application which demonstrates Rich Text Area widget and Window notification functionality. -

-
- Source code: - NotificationDemo.java -
- - -
-

Colorpicker widget

-
- Colorpicker widget - Demonstrates how to make new widgets easily with Toolkit. - See also documentation which is located here. -
-
Source code: - browse source -
- -
-

Simple application demos

-
- HelloWorld - Classic Hello World example. -
-
- Calc - Simple Toolkit application where events are used. -
-
Source code: - HelloWorld.java and - Calc.java -
- -
-

Client-side caching demo

-
- CachingDemo - - Simple demo of Toolkit cache feature. An Tabsheet contains two tabs where second tab contains heavy server-side content processing. - For the first time you load tab2 it takes long time. Following request are lightning fast because - Toolkit server instruct client-side to use already cached version (components within tab2 have not changed). -
-
Source code: - CachingDemo.java -
- - -
-

Long lifecycle of Toolkit applications

-
-

- Demonstrates sample Millstone application that was ajaxified (upgraded to Toolkit 4.0.0) - simply by changing three import namespaces and adding Toolkit libraries to classpath. - Initial IT Mill Toolkit framework has existed since 2001 (see Millstone) and is - ready for production use today. -

- Note: This sample application was created on year 2002. -
-
Source code: - UpgradingSample.java -
- - -
-

Tree using QueryContainer demo

-
-

- This example shows how Table, Select and Tree UI components can use Containers. - QueryContainer is used to bind SQL table rows into Toolkit UI components. - Table has few example actions added. Also embedding XHTML through Label components is used. -

-

- Demonstrates how to create com.itmill.toolkit.data.Container and set it as - data source to UI components com.itmill.toolkit.ui.Component.Tree, how to - receive ExpandEvent and implement com.itmill.toolkit.ui.Tree.ExpandListener, - how to use com.itmill.toolkit.event.Action. -

-
- Source code: - QueryContainerDemo.java -
- -
-

Table demo

-
-

- Similar to Tree using QueryContainer demo but uses different style - for handling events with Table component. -

-

- Demonstrates another possibility how event framework may be used, - in this example specific methods are registered for button click events. -

-
-
Source code: - TableDemo.java -
- -
-

Tree using FilesystemContainer demo

-
-

- Browsable file explorer using Toolkit Tree component. -

- Demonstrates how to - use com.itmill.toolkit.ui.Component.Tree data source container, - how to create com.itmill.toolkit.data.util.FilesystemContainer, - how to read com.itmill.toolkit.ui.Component.Event objects, how - to receive and handle any event by implementing - com.itmill.toolkit.ui.Component.Listener. -
-
Source code: - TreeFilesystemContainer.java -
- -
-

Tree item handling demo

-
-

- Browsable file explorer using Toolkit Tree component. -

- Demonstrates: how - to add items hierarchially into - com.itmill.toolkit.ui.Component.Tree, how to receive - ExpandEvent and implement - com.itmill.toolkit.ui.Tree.ExpandListener. -
-
Source code: - TreeFilesystem.java -
- -
-

Select demo

-
-

- This example shows select component with default and lazy loading functionality enabled (a.k.a Google Suggest). - Click to first select component and type few letters using your keyboard to see it in action. - Second select component has default functionality. -

-
- Source code: - SelectDemo.java -
- -
-

FilterSelect demo

-
-

- This example shows three select components with lazy loading functionality enabled. - First select works like Google Suggest, second uses "Contains" filter and third uses custom "Ends with" filter. - Click to select components and type few letters using your keyboard to see it in action. -

-
- Source code: - FilterSelect.java -
- -
-

Keyboard events demo

-
- Contains few Toolkit UI components that can be interacted by pressing keys in keyboard. - Note: This feature is under development and is considered as beta. -
-
Source code: - KeyboardShortcut.java -
- -
-

URI and Parameter handling demo

-
- This is a demonstration of how URL parameters can be received and handled. - Parameters and URL:s can be received trough the windows by registering - URIHandler and ParameterHandler classes window. -
-
Source code: - Parameters.java -
- -
-

Buffered UI components demo

-
- Explains how to use buffering with UI components, and how to perform commit and discard functions. - With buffered UI components underlying data objects and UI objects have separate states. -
-
Source code: - BufferedComponents.java -
- - -
- - \ No newline at end of file + + + IT Mill Toolkit 5 + + + + + + +
+ +
+

Introducing IT Mill Toolkit 5

+ Effortless web application development for Java-programmers. + Visit itmill.com +
+ +
+ +
+

Demos

+ + +
+ +
+
+ +

» Additional demos

+ + + +
+
+
+ +
+

Getting started

+ +

Eclipse IDE Quickstart

+

The easiest way to start working with IT Mill Toolkit is to + use Eclipse IDE with the Toolkit quickstart project. + Instant Toolkit workspace for Eclipse

+ +

Manual Deployment

+

If you do not use Eclipse, you can manually deploy the Toolkit + WAR-package to your application server. +

+ +
+ +
+

Support and Licensing

+ +

Documentation

+

Need help using IT Mill Toolkit? Look no further. Everything you need to know is here.

+ + +

Licenses

+

All of IT Mill Toolkit's core is licensed under liberal Open Source license. Commercial licenses are also available. + Licensing Guidelines

+ +
+ +
+
+ +

» Package contents

+ Version + +
+ +
+
Library
+

Contains all you need to start a new Toolkit project (binaries, sources, default + themes and widgetsets). Toolkit JAR

+
+ +
+
Documentation
+ +
+ +
+
Support & Licensing
+ +
+ +
+ +
+
+ +
+
+ + + +
+ + + diff --git a/build/VERSION.properties b/build/VERSION.properties index 30ce133e48..461bbf66f5 100644 --- a/build/VERSION.properties +++ b/build/VERSION.properties @@ -1 +1 @@ -version=5.0.0-alpha-18 +version=5.0.0-alpha-19 diff --git a/build/build.xml b/build/build.xml index c36ee058c8..10cb8cd40b 100644 --- a/build/build.xml +++ b/build/build.xml @@ -411,8 +411,6 @@ - - @@ -512,25 +510,6 @@ - - - - - - - - - - - - - - - - - - - diff --git a/build/package/WebContent/demo/css/demos.css b/build/package/WebContent/demo/css/demos.css deleted file mode 100644 index b45daf2be9..0000000000 --- a/build/package/WebContent/demo/css/demos.css +++ /dev/null @@ -1,232 +0,0 @@ -html { - font-size: 100%; -} - -body { - font-family: "Trebuchet MS", Tahoma, Geneva, Helvetica, Arial, sans-serif; - font-size: 62.5%; /* Scale down to 10px */ - line-height: 1.8em; - color: #5c666a; - background: #e9eced url(../img/body-bg.gif) repeat-x; -} - -.clearer { - height: 0; - overflow: hidden; - clear: both; -} - -h1, h2, h3, h4, h5, h6 { - margin: 0; - padding: 0; - font-weight: normal; - font-size: 1em; -} - -a { - text-decoration: none; -} - -a:link { - color: #4696d0; -} - -a:visited { - color: #7d9bb2; -} - -a:hover { - color: #59b6fa; -} - -a:active { - color: #ff581e; -} - -a.more { - padding-right: 10px; - background: transparent url(../img/link-arrow.png) no-repeat center right; -} - -a.more span { - color: #5c666a; -} - - -/* page furniture */ - -#container { - width: 759px; - margin: 60px auto; -} - -#container .header { - height: 81px; - background: transparent url(../img/header.png); -} - -#container .content { - background: #fff url(../img/content-bg.png); - padding: 10px 27px 10px 27px; - width: 705px; /* for IE hasLayout, fixes beekaboo-bug */ -} - -#container .footer { - height: 72px; - background: transparent url(../img/footer.png) no-repeat; - position: relative; -} - -#container .footer a { - display: block; - width: 95px; - height: 15px; - text-indent: -90000px; - position: absolute; - left: 27px; - bottom: 3px; - background: transparent url(../img/itmill-logo.png); - border: none; - overflow: hidden; /* IE6 fix */ -} - -#container .footer em { - display: block; - width: 111px; - height: 18px; - text-indent: -90000px; - position: absolute; - right: 27px; - bottom: 0; - background: transparent url(../img/itmill-slogan.png); -} - -#container .header h1, -#container .header em { - display: none; -} - -#container .header a { - color: #5c666a; - float: right; - padding-right: 10px; - background: transparent url(../img/link-arrow2.png) no-repeat center right; - margin: 30px 27px 0 0; - border: none; - font-size: 1.2em; -} - - - -/* content area */ - -.content h2 { - font-size: 18px; - color: #f14c1a; - height: 18px; - padding: 4px 0 6px 34px; - letter-spacing: -0.02em; -} - -#demos h2 { - background: transparent url(../img/icon-eye.png) no-repeat; -} - -#demos { - font-size: 1.3em; -} - -#demos { - width: 705px; - font-size: 1.2em; -} - -#demos h4 { - font-weight: bold; - margin: 1em 0 0.2em 0; -} - - -/* demo icons */ - -#demos ul { - list-style: none; - margin: 0; - padding: 0; -} - -#demos li { - float: left; - width: 160px; - height: 135px; - margin: 14px 15px 0 0; -} - -#demos li a { - display: block; - padding-top: 115px; - height: 20px; - width: 160px; - text-align: center; -} - -#demos #windowed-demos { - background: #fff url(../img/demos/windowed.png) no-repeat; -} - -#demos #reservr { - background: #fff url(../img/demos/reservr.png) no-repeat; -} - -#demos #feature-browser { - background: #fff url(../img/demos/features.png) no-repeat; -} - -#demos #notifications { - background: #fff url(../img/demos/notifications.png) no-repeat; -} - - -/* additional demos */ - -#additional { - width: 300px; - padding: 0 17px 0 17px; - margin-top: 20px; - background: #ecf0f3 url(../img/package-bg.png); - overflow: hidden; - font-size: 1.1em; - clear: left; -} - -#additional .top { - height: 5px; - width: 334px; - margin: 0 -17px 0 -17px; - background: transparent url(../img/package-top.png); - overflow: hidden; -} - -#additional .bottom { - height: 5px; - width: 334px; - margin: 0 -17px 0 -17px; - background: transparent url(../img/package-bottom.png); - overflow: hidden; -} - -#additional-content { - margin: 13px 0 17px 0; -} - -#additional ul { - list-style: none; - margin: 0; - padding: 0; -} - -#additional h3 { - font-size: 1.1em; - margin: 4px 0 5px 0; - color: #5b7b93; -} \ No newline at end of file diff --git a/build/package/WebContent/demo/css/ie.css b/build/package/WebContent/demo/css/ie.css deleted file mode 100644 index 58d6ef84b3..0000000000 --- a/build/package/WebContent/demo/css/ie.css +++ /dev/null @@ -1,20 +0,0 @@ -/* for IE hasLayout, fixes background not showing */ -* html a.more { - zoom: 1; -} -*+html a.more { - zoom: 1; -} - -a.more span { - color: #5c666a; -} - - -* html #additional-demos { - margin-top: -3px; -} - -*+html #additional-demos { - margin-top: -3px; -} \ No newline at end of file diff --git a/build/package/WebContent/demo/css/styles.css b/build/package/WebContent/demo/css/styles.css deleted file mode 100644 index a77dd73e65..0000000000 --- a/build/package/WebContent/demo/css/styles.css +++ /dev/null @@ -1,336 +0,0 @@ -html { - font-size: 100%; -} - -body { - font-family: "Trebuchet MS", Tahoma, Geneva, Helvetica, Arial, sans-serif; - font-size: 62.5%; /* Scale down to 10px */ - line-height: 1.8em; - color: #5c666a; - background: #e9eced url(../img/body-bg.gif) repeat-x; -} - -.clearer { - height: 0; - overflow: hidden; - clear: both; -} - -h1, h2, h3, h4, h5, h6 { - margin: 0; - padding: 0; - font-weight: normal; - font-size: 1em; -} - -a { - text-decoration: none; -} - -a:link { - color: #4696d0; -} - -a:visited { - color: #7d9bb2; -} - -a:hover { - color: #59b6fa; -} - -a:active { - color: #ff581e; -} - -a.more { - padding-right: 10px; - background: transparent url(../img/link-arrow.png) no-repeat center right; -} - -a.more span { - color: #5c666a; -} - - -/* page furniture */ - -#container { - width: 759px; - margin: 60px auto; -} - -#container .header { - height: 81px; - background: transparent url(../img/header.png); -} - -#container .content { - background: #fff url(../img/content-bg.png); - padding: 10px 27px 20px 27px; - width: 705px; /* for IE hasLayout, fixes beekaboo-bug */ -} - -#container .footer { - height: 72px; - background: transparent url(../img/footer.png) no-repeat; - position: relative; -} - -#container .footer a { - display: block; - width: 95px; - height: 15px; - text-indent: -90000px; - position: absolute; - left: 27px; - bottom: 3px; - background: transparent url(../img/itmill-logo.png); - border: none; - overflow: hidden; /* IE6 fix */ -} - -#container .footer em { - display: block; - width: 111px; - height: 18px; - text-indent: -90000px; - position: absolute; - right: 27px; - bottom: 0; - background: transparent url(../img/itmill-slogan.png); -} - -#container .header h1, -#container .header em { - display: none; -} - -#container .header a { - color: #5c666a; - float: right; - padding-right: 10px; - background: transparent url(../img/link-arrow2.png) no-repeat center right; - margin: 30px 27px 0 0; - border: none; - font-size: 1.2em; -} - - - -/* content area */ - -.content h2 { - font-size: 18px; - color: #f14c1a; - height: 18px; - padding: 4px 0 6px 34px; - letter-spacing: -0.02em; -} - -#getting-started h2 { - background: transparent url(../img/icon-home.png) no-repeat; - margin-bottom: 78px; -} -#demos h2 { - background: transparent url(../img/icon-eye.png) no-repeat; -} -#support-licensing h2 { - background: transparent url(../img/icon-doc.png) no-repeat; -} - -#getting-started, -#demos, -#support-licensing { - font-size: 1.3em; -} - -#getting-started, -#support-licensing { - width: 340px; -} - -#demos { - width: 335px; - float: right; - font-size: 1.2em; -} - -#getting-started h4, -#demos h4, -#support-licensing h4 { - font-weight: bold; - margin: 1em 0 0.2em 0; -} - -#getting-started p, -#support-licensing p { - margin: 0 0 1em 0; -} - -#support-licensing .links { - list-style: none; - padding: 0; - margin: -1em 0 1em 0; - height: 1.8em; -} - -#support-licensing .links li { - float: left; - margin-right: 1.5em; -} - - -/* eclipse image */ - -#getting-started { - background: transparent url(../img/eclipse-quickstart.png) no-repeat 0 40px; -} - - - -/* demo icons */ - -#demo-buttons { - list-style: none; - margin: 0; - padding: 0; - width: 100%; -} - -#demo-buttons li { - float: left; - width: 160px; - height: 135px; - margin-top: 14px; -} - -#demo-buttons .clearer { - float: none; - height: 0; - margin: 0; -} - -#demo-buttons li a { - display: block; - padding-top: 115px; - height: 20px; - width: 160px; - text-align: center; -} - -#demo-buttons #windowed-demos { - background: #fff url(../img/demos/windowed.png) no-repeat; -} - -#demo-buttons #reservr { - background: #fff url(../img/demos/reservr.png) no-repeat; - margin-right: 15px; -} - -#demo-buttons #feature-browser { - background: #fff url(../img/demos/features.png) no-repeat; - margin-right: 15px; -} - -#demo-buttons #notifications { - background: #fff url(../img/demos/notifications.png) no-repeat; -} - - -/* package contents */ - -.panel { - width: 300px; - padding: 0 17px 0 17px; - background: #ecf0f3 url(../img/package-bg.png); - overflow: hidden; - font-size: 1.1em; -} - -.panel .top { - height: 5px; - width: 334px; - margin: 0 -17px 0 -17px; - background: transparent url(../img/package-top.png); - overflow: hidden; -} - -.panel .bottom { - height: 5px; - width: 334px; - margin: 0 -17px 0 -17px; - background: transparent url(../img/package-bottom.png); - overflow: hidden; -} - -#package-contents { - float: right; - margin: -105px 1px 0 0; -} - -#package-contents-content { - margin: 13px 0 17px 0; -} - -#package-contents ul { - list-style: none; - margin: 0; - padding: 0; -} - -#package-contents h3 { - font-size: 1.1em; - margin: 4px 0 5px 0; - color: #5b7b93; -} - -#package-contents em { - font-size: 0.9em; - font-style: normal; - float: right; - margin-top: -23px; - color: #87a0b2 -} - -#package-contents h5 { - font-weight: bold; - margin: 0 0 0.2em 0; - color: #3f5f77; -} - -#package-contents p { - margin: 0; -} - -#package-contents .library { - width: 143px; - margin-right: 15px; - float: left; -} - -#package-contents .documentation { - width: 134px; - float: left; -} - -#package-contents .support { - clear: left; - padding-top: 1.5em; -} - - - -/* additional demos */ - -#additional-demos { - clear: left; - font-size: 1em; - margin-top: 10px; -} - -#additional-demos h3 { - font-size: 1.1em; - margin: 4px 0 5px 0; - color: #5b7b93; -} \ No newline at end of file diff --git a/build/package/WebContent/demo/img/body-bg.gif b/build/package/WebContent/demo/img/body-bg.gif deleted file mode 100644 index c413999a3a..0000000000 Binary files a/build/package/WebContent/demo/img/body-bg.gif and /dev/null differ diff --git a/build/package/WebContent/demo/img/content-bg.png b/build/package/WebContent/demo/img/content-bg.png deleted file mode 100644 index f2a4f2b469..0000000000 Binary files a/build/package/WebContent/demo/img/content-bg.png and /dev/null differ diff --git a/build/package/WebContent/demo/img/demos/features.png b/build/package/WebContent/demo/img/demos/features.png deleted file mode 100644 index aaf8e5d14d..0000000000 Binary files a/build/package/WebContent/demo/img/demos/features.png and /dev/null differ diff --git a/build/package/WebContent/demo/img/demos/notifications.png b/build/package/WebContent/demo/img/demos/notifications.png deleted file mode 100644 index c3bf920fb3..0000000000 Binary files a/build/package/WebContent/demo/img/demos/notifications.png and /dev/null differ diff --git a/build/package/WebContent/demo/img/demos/reservr.png b/build/package/WebContent/demo/img/demos/reservr.png deleted file mode 100644 index 97864125eb..0000000000 Binary files a/build/package/WebContent/demo/img/demos/reservr.png and /dev/null differ diff --git a/build/package/WebContent/demo/img/demos/windowed.png b/build/package/WebContent/demo/img/demos/windowed.png deleted file mode 100644 index a6819143f1..0000000000 Binary files a/build/package/WebContent/demo/img/demos/windowed.png and /dev/null differ diff --git a/build/package/WebContent/demo/img/eclipse-quickstart.png b/build/package/WebContent/demo/img/eclipse-quickstart.png deleted file mode 100644 index 8c735fe678..0000000000 Binary files a/build/package/WebContent/demo/img/eclipse-quickstart.png and /dev/null differ diff --git a/build/package/WebContent/demo/img/footer.png b/build/package/WebContent/demo/img/footer.png deleted file mode 100644 index ed49449590..0000000000 Binary files a/build/package/WebContent/demo/img/footer.png and /dev/null differ diff --git a/build/package/WebContent/demo/img/header.png b/build/package/WebContent/demo/img/header.png deleted file mode 100644 index 9fb303b9c2..0000000000 Binary files a/build/package/WebContent/demo/img/header.png and /dev/null differ diff --git a/build/package/WebContent/demo/img/icon-doc.png b/build/package/WebContent/demo/img/icon-doc.png deleted file mode 100644 index 4bf1c4aa54..0000000000 Binary files a/build/package/WebContent/demo/img/icon-doc.png and /dev/null differ diff --git a/build/package/WebContent/demo/img/icon-eye.png b/build/package/WebContent/demo/img/icon-eye.png deleted file mode 100644 index 69478cc477..0000000000 Binary files a/build/package/WebContent/demo/img/icon-eye.png and /dev/null differ diff --git a/build/package/WebContent/demo/img/icon-home.png b/build/package/WebContent/demo/img/icon-home.png deleted file mode 100644 index b5a8469739..0000000000 Binary files a/build/package/WebContent/demo/img/icon-home.png and /dev/null differ diff --git a/build/package/WebContent/demo/img/itmill-logo.png b/build/package/WebContent/demo/img/itmill-logo.png deleted file mode 100644 index f3149ad970..0000000000 Binary files a/build/package/WebContent/demo/img/itmill-logo.png and /dev/null differ diff --git a/build/package/WebContent/demo/img/itmill-slogan.png b/build/package/WebContent/demo/img/itmill-slogan.png deleted file mode 100644 index 7cf08c753a..0000000000 Binary files a/build/package/WebContent/demo/img/itmill-slogan.png and /dev/null differ diff --git a/build/package/WebContent/demo/img/link-arrow.png b/build/package/WebContent/demo/img/link-arrow.png deleted file mode 100644 index abb26e888d..0000000000 Binary files a/build/package/WebContent/demo/img/link-arrow.png and /dev/null differ diff --git a/build/package/WebContent/demo/img/link-arrow2.png b/build/package/WebContent/demo/img/link-arrow2.png deleted file mode 100644 index 669f908774..0000000000 Binary files a/build/package/WebContent/demo/img/link-arrow2.png and /dev/null differ diff --git a/build/package/WebContent/demo/img/package-bg.png b/build/package/WebContent/demo/img/package-bg.png deleted file mode 100644 index 22c1c1529e..0000000000 Binary files a/build/package/WebContent/demo/img/package-bg.png and /dev/null differ diff --git a/build/package/WebContent/demo/img/package-bottom.png b/build/package/WebContent/demo/img/package-bottom.png deleted file mode 100644 index 04c6f1359a..0000000000 Binary files a/build/package/WebContent/demo/img/package-bottom.png and /dev/null differ diff --git a/build/package/WebContent/demo/img/package-top.png b/build/package/WebContent/demo/img/package-top.png deleted file mode 100644 index 10dcdfee56..0000000000 Binary files a/build/package/WebContent/demo/img/package-top.png and /dev/null differ diff --git a/build/package/WebContent/demos.html b/build/package/WebContent/demos.html deleted file mode 100644 index 1c5c99ad51..0000000000 --- a/build/package/WebContent/demos.html +++ /dev/null @@ -1,158 +0,0 @@ - - - - - IT Mill Toolkit 5 Demos - - - - - - -
- -
-

Introducing IT Mill Toolkit 5

- Effortless web application development for Java-programmers. - Visit itmill.com -
- -
- - - -
- -
-
- -

» Additional demos

- -
- - - -
- -
-
- -
-
- - - -
- - - diff --git a/build/package/WebContent/index.html b/build/package/WebContent/index.html deleted file mode 100644 index 90ee218729..0000000000 --- a/build/package/WebContent/index.html +++ /dev/null @@ -1,247 +0,0 @@ - - - - - IT Mill Toolkit 5 - - - - - - -
- -
-

Introducing IT Mill Toolkit 5

- Effortless web application development for Java-programmers. - Visit itmill.com -
- -
- -
-

Demos

- - -
- -
-
- -

» Additional demos

- - - -
-
-
- -
-

Getting started

- -

Eclipse IDE Quickstart

-

The easiest way to start working with IT Mill Toolkit is to - use Eclipse IDE with the Toolkit quickstart project. - Instant Toolkit workspace for Eclipse

- -

Manual Deployment

-

If you do not use Eclipse, you can manually deploy the Toolkit - WAR-package to your application server. -

- -
- -
-

Support and Licensing

- -

Documentation

-

Need help using IT Mill Toolkit? Look no further. Everything you need to know is here.

- - -

Licenses

-

All of IT Mill Toolkit's core is licensed under liberal Open Source license. Commercial licenses are also available. - Licensing Guidelines

- -
- -
-
- -

» Package contents

- Version - -
- -
-
Library
-

Contains all you need to start a new Toolkit project (binaries, sources, default - themes and widgetsets). Toolkit JAR

-
- -
-
Documentation
- -
- -
-
Support & Licensing
- -
- -
- -
-
- -
-
- - - -
- - -