aboutsummaryrefslogtreecommitdiffstats
path: root/index.html
blob: 4b5e8abe8dd5e442ba1471504af996c2e62c7409 (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
<html>
<head>
<title>IT Mill Toolkit 4</title>
<link href="doc/manual/html-style/local.css" rel="stylesheet" type="text/css" />
</head>
<body>

<table width="100%" border="0">

<tr><td width="50%" valign="top">

<h2>Intro</h2>

<div class="front-page-box">
IT Mill Toolkit allows easy creation of first class user interfaces (UI) for <a href="http://java.sun.com/" target="new">Java-based</a> programs. 
UI can be programmed in Java with easy to learn <a href="doc/api/index.html">API</a>	 and the toolkit takes care of 
creating stunning <a href="http://www.openajax.org/whitepaper.html" target="new">AJAX-based</a> UI.

<br/><br/>

AJAX user interfaces support <a href="http://www.microsoft.com/windows/ie/" target="new">
Internet Explorer</a> 5.5-7, <a href="http://www.mozilla.com/firefox/" target="new">
Firefox</a> 1-2 and <a href="http://www.apple.com/safari/" target="new">Safari</a> 2. 
Older browsers are supported by automatically providing traditional web-based UI.
</div>

<h2>Demo</h2>

<div class="front-page-box">
To get quick feel of the toolkit, run 
<code>java -jar start.jar</code> 
in demo-folder. Thanks to <a href="http://jetty.mortbay.org/" target="new">Jetty</a>, you should now have demo running 
in <a href="http://localhost:8888/">http://localhost:8888/</a>.
<br/><br/>
You can also run the demo <a href="javascript:alert('where');">online</a>.
</div>

<h2>Support</h2>

<div class="front-page-box">
Free <a href="javascript:alert('where');">support forum</a> is contains answers to most commonly 
asked questions. IT Mill offers wide range
of <a href="http://www.itmill.com/">professional support and service offering</a>. 
</div>

</td><td width="50%" valign="top">

<h2>Contents</h2>

<div class="front-page-box">
<b>Library</b><br/>
<ul>
<li><a href="lib/${lib-bin-jar-name}">Toolkit</a></li>
<li><a href="lib/${lib-src-jar-name}">Toolkit Source</a></li>
<li><a href="lib/ajax-themes">AJAX themes</a></li>
<li><a href="lib/web-themes">Web themes</a></li>
</ul>

<b>Documentation</b><br/>

<ul>
<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">Example application walkthrough</a></li>
		<li><a href="doc/manual/ch01s03.html">Development environment setup</a></li>
	</ul>
</li>
<li><a href="doc/api/index.html">API Documentation</a></li>
<li><a href="javascript:alert('where');">User Forum</a> (online)
	<ul>
	<li><a href="javascript:alert('where');">FAQ</a> (online)</li>
	</ul>
</li>
</ul>

<b>Examples</b><br/>

<ul>
<li><a href="demo/src">Demo application sources</a></li>
<li><a href="demo/enably-toolkit.war">Demo WAR-package</a></li>
</ul>
</div>

<h2>License</h2>
<div class="front-page-box">
<ul>
	<li><a href="licensing-guidelines.html">Licensing
	guidelines</a></lI>
	<li><a href="license.txt">License</a></lI>
	<li><a href="javascript:alert('where');">Prices and purchase</a></li>
</ul>
</div>

</td></tr></table>

</body>
</html>