root / tags / 4.0.2 / index.html

Revision 1669, 3.4 kB (checked in by jani.laakso@…, 19 months ago)

Building 4.0.2 release.

  • 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 <div id="toolkit"></div>
8
9 <div id="intro">
10 
11  <div class="top"><div></div></div>
12  <div class="content">
13   <div class="preview"></div>
14   <h2>Introduction</h2>
15    <p>
16        IT Mill Toolkit allows easy creation of first-class web user interfaces for Java-based programs.
17        You can program your user interfaces in Java with our easy-to-learn <a href="doc/api/index.html">API</a>;
18        Toolkit will then render it as a stunning <a href="http://www.openajax.org/whitepaper.html" target="new">AJAX-based</a> single-page web application.
19        </p>
20        <p>
21        AJAX user interfaces support <a href="http://www.microsoft.com/windows/ie/default.mspx" target="new">
22        Internet Explorer</a> 6-7, <a href="http://www.mozilla.com/firefox/" target="new">
23        Firefox</a> 1.5-2, <a href="http://www.opera.com/" target="new">
24        Opera</a> 9, <a href="http://www.apple.com/safari/" target="new">Safari</a> 2 and many others, see <a href="ReleaseNotes.html">Release Notes</a> for more information.
25        Older or limited browsers are supported by Toolkit's 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.2.jar">Toolkit</a></li>
39        <li><a href="lib/itmill-toolkit-src-4.0.2.jar">Toolkit Source</a></li>
40        <li><a href="lib/itmill-toolkit-themes-4.0.2.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="ReleaseNotes.html">Release Notes</a>
47        <li><a href="doc/manual/index.html">Manual</a>
48                <ul>
49                        <li><a href="doc/manual/ch01.html">Introduction</a></li>
50                        <li><a href="doc/manual/ch01s02.html">Sample application walkthrough</a></li>
51                        <li><a href="doc/manual/ch01s04.html">Development environment setup</a></li>
52                        <li><a href="doc/manual/pt02.html">API Reference</a></li>
53                </ul>
54        </li>
55        <li><a href="doc/api/index.html">Standard JavaDoc API</a></li>
56</ul>
57
58        <h4>Examples</h4>
59        <ul>
60        <li><a href="demo/itmill-toolkit.war">Demo (WAR package)</a></li>
61        </ul>
62   </div>
63  <div class="bottom"><div></div></div>
64</div> <!-- // contents -->
65
66
67<div id="demo">
68 <h2>Demo and sample code</h2>
69 <p>To get a quick feel for Toolkit, please have a look at the demos:</p>
70        <ul>
71        <li><a href="http://toolkit.itmill.com/demo/?s=4.0.2-package">Online at IT Mill</a></li>
72        <li>To run demos locally, run start.bat (Windows) or start.sh (Mac or Linux)
73        in the <a href="demo">demo -directory</a>.
74        After the local demo server has started, the demos are running at
75        <a href="http://127.0.0.1:8888/">http://127.0.0.1:8888/</a>.
76        </li>
77        </ul>
78</div>
79
80<div id="support">
81<h2>Support</h2>
82<p>
83Our free <a href="http://forum.itmill.com/">support forum</a> features on-line experts who will deal with  the most common questions.
84For professional developers and corporate clients, IT Mill offers a wide range of <a href="http://www.itmill.com/">commercial support and service offerings</a>.
85</p> 
86</div>
87
88<div id="license">
89<h2>License</h2>
90<ul>
91        <li><a href="licensing-guidelines.html">Toolkit Licensing Guidelines</a></li>
92        <li><a href="license.pdf">License (PDF)</a></lI>
93        <li>Prices and purchase from <a href="mailto:sales@itmill.com">sales@itmill.com</a></li>
94</ul>
95</div>
96
97<br/>
98<br/>
99<br/>
100
101
102</body>
103</html>
Note: See TracBrowser for help on using the browser.