blob: 34c41a51fcf32386d1530a24f913572ecc352181 (
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
96
97
98
99
100
101
102
103
|
<html>
<head>
<title>IT Mill Toolkit 4</title>
<link href="doc/manual/html-style/local.css" rel="stylesheet" type="text/css" />
</head>
<body>
<div id="toolkit"></div>
<div id="intro">
<div class="top"><div></div></div>
<div class="content">
<div class="preview"></div>
<h2>Introduction</h2>
<p>
IT Mill Toolkit allows easy creation of first-class web user interfaces for Java-based programs.
You can program your user interfaces in Java with our easy-to-learn <a href="doc/api/index.html">API</a>;
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.
</p>
<p>
AJAX user interfaces support <a href="http://www.microsoft.com/windows/ie/default.mspx" target="new">
Internet Explorer</a> 6-7, <a href="http://www.mozilla.com/firefox/" target="new">
Firefox</a> 1.5-2, <a href="http://www.opera.com/" target="new">
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.
Older or limited browsers are supported by Toolkit's full-page HTML rendering mode.
</p>
</div>
<div class="bottom"><div></div></div>
</div>
<div id="contents">
<h2>Package contents</h2>
<div class="top"><div></div></div>
<div class="content">
<h4>Library</h4>
<ul>
<li><a href="lib/itmill-toolkit-4.0.2.jar">Toolkit</a></li>
<li><a href="lib/itmill-toolkit-src-4.0.2.jar">Toolkit Source</a></li>
<li><a href="lib/itmill-toolkit-themes-4.0.2.jar">Themes</a></li>
<li><a href="lib/itmill-toolkit-license.xml">Developer license</a></li>
</ul>
<h4>Documentation</h4>
<ul>
<li><a href="ReleaseNotes.html">Release Notes</a>
<li><a href="doc/manual/index.html">Manual</a>
<ul>
<li><a href="doc/manual/ch01.html">Introduction</a></li>
<li><a href="doc/manual/ch01s02.html">Sample application walkthrough</a></li>
<li><a href="doc/manual/ch01s04.html">Development environment setup</a></li>
<li><a href="doc/manual/pt02.html">API Reference</a></li>
</ul>
</li>
<li><a href="doc/api/index.html">Standard JavaDoc API</a></li>
</ul>
<h4>Examples</h4>
<ul>
<li><a href="demo/itmill-toolkit.war">Demo (WAR package)</a></li>
</ul>
</div>
<div class="bottom"><div></div></div>
</div> <!-- // contents -->
<div id="demo">
<h2>Demo and sample code</h2>
<p>To get a quick feel for Toolkit, please have a look at the demos:</p>
<ul>
<li><a href="http://toolkit.itmill.com/demo/?s=4.0.2-package">Online at IT Mill</a></li>
<li>To run demos locally, run start.bat (Windows) or start.sh (Mac or Linux)
in the <a href="demo">demo -directory</a>.
After the local demo server has started, the demos are running at
<a href="http://127.0.0.1:8888/">http://127.0.0.1:8888/</a>.
</li>
</ul>
</div>
<div id="support">
<h2>Support</h2>
<p>
Our free <a href="http://forum.itmill.com/">support forum</a> features on-line experts who will deal with the most common questions.
For professional developers and corporate clients, IT Mill offers a wide range of <a href="http://www.itmill.com/">commercial support and service offerings</a>.
</p>
</div>
<div id="license">
<h2>License</h2>
<ul>
<li><a href="licensing-guidelines.html">Toolkit Licensing Guidelines</a></li>
<li><a href="license.pdf">License (PDF)</a></lI>
<li>Prices and purchase from <a href="mailto:sales@itmill.com">sales@itmill.com</a></li>
</ul>
</div>
<br/>
<br/>
<br/>
</body>
</html>
|