root / tags / 4.0.0-rc2 / index.html

Revision 836, 3.2 kB (checked in by jani.laakso@…, 22 months ago)

Building 4.0.0-rc2

  • Property svn:mime-type set to text/html
Line 
1<html>
2<head>
3<title>IT Mill Toolkit 4</title>
4<link href="doc/manual/html-style/local.css" rel="stylesheet" type="text/css" />
5</head>
6<body>
7
8 <div id="toolkit"></div>
9
10 <div id="intro">
11 
12  <div class="top"><div></div></div>
13  <div class="content">
14   <div class="preview"></div>
15   <h2>Introduction</h2>
16    <p>
17        IT Mill Toolkit allows easy creation of first class web user interfaces (UI) for Java-based programs.
18        UI can be programmed in Java with easy to learn <a href="doc/api/index.html">API</a> and the toolkit takes care of
19        creating stunning <a href="http://www.openajax.org/whitepaper.html" target="new">AJAX-based</a> UI.
20        </p>
21        <p>
22        AJAX user interfaces support <a href="http://www.microsoft.com/windows/ie/default.mspx" target="new">
23        Internet Explorer</a> 6-7, <a href="http://www.mozilla.com/firefox/" target="new">
24        Firefox</a> 1.5-2 and <a href="http://www.apple.com/safari/" target="new">Safari</a> 2.
25        Older or limited browsers are supported by full page HTML rendering mode.
26        </p>
27   </div>
28  <div class="bottom"><div></div></div>
29 </div>
30 
31
32<div id="contents">
33<h2>Package contents</h2>
34<div class="top"><div></div></div>
35  <div class="content">
36        <h4>Library</h4>
37        <ul>
38        <li><a href="lib/itmill-toolkit-4.0.0-rc2.jar">Toolkit</a></li>
39        <li><a href="lib/itmill-toolkit-src-4.0.0-rc2.jar">Toolkit Source</a></li>
40        <li><a href="lib/itmill-toolkit-themes-4.0.0-rc2.jar">Themes</a></li>
41        <li><a href="lib/itmill-toolkit-license.xml">Developer license</a></li>
42        </ul>
43
44        <h4>Documentation</h4>
45        <ul>
46        <li><a href="doc/manual/index.html">Manual</a>
47                <ul>
48                        <li><a href="doc/manual/ch01.html">Introduction</a></li>
49                        <li><a href="doc/manual/ch01s02.html">Example application walkthrough</a></li>
50                        <li><a href="doc/manual/ch01s04.html">Development environment setup</a></li>
51                        <li><a href="doc/manual/pt02.html">API Reference</a></li>
52                </ul>
53        </li>
54        <li><a href="doc/api/index.html">Standard JavaDoc API</a></li>
55        </ul>
56
57        <h4>Examples</h4>
58        <ul>
59        <li><a href="demo/itmill-toolkit.war">Demo (as WAR-package)</a></li>
60        </ul>
61   </div>
62  <div class="bottom"><div></div></div>
63</div> <!-- // contents -->
64
65
66<div id="demo">
67 <h2>Demo and sample code</h2>
68 <p>To get quick feel of the toolkit, look at the demos:</p>
69        <ul>
70        <li><a href="http://toolkit.itmill.com/demo/?s=4.0.0-rc2-package">Online at IT Mill</a></li>
71        <li>To run demos locally, run start.bat (on Windows) or start.sh (on Mac or Linux)
72        in <a href="demo">demo -directory</a>.
73        After the local demo server has started, demos are found in
74        <a href="http://127.0.0.1:8888/">http://127.0.0.1:8888/</a>.
75        </li>
76        </ul>
77</div>
78
79<div id="support">
80<h2>Support</h2>
81<p>
82Free support forum contains answers to most commonly asked questions,
83it will be opened later. For the time being use
84<a href="mailto:support@itmill.com">support@itmill.com</a>. IT Mill offers wide range
85of <a href="http://www.itmill.com/">professional support and service offering</a>.
86</p> 
87</div>
88
89<div id="license">
90<h2>License</h2>
91<ul>
92        <li><a href="licensing-guidelines.html">Licensing guidelines</a></li>
93        <li><a href="license.pdf">License</a></lI>
94        <li>Prices and purchase from <a href="mailto:sales@itmill.com">sales@itmill.com</a></li>
95</ul>
96</div>
97
98<br/>
99<br/>
100<br/>
101
102
103</body>
104</html>
Note: See TracBrowser for help on using the browser.