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
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
|
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
<title>IT Mill Toolkit 5</title>
<link rel="stylesheet" type="text/css" href="demo/css/styles.css" />
<!--[if IE]>
<link rel="stylesheet" type="text/css" href="demo/css/ie.css" />
<![endif]-->
</head>
<body>
<div id="container">
<div class="header">
<h1>Introducing IT Mill Toolkit 5</h1>
<em>Effortless web application development for Java-programmers.</em>
<div id="header-links">
<a href="http://dev.itmill.com" title="Open dev.itmill.com">Visit developer site dev.itmill.com</a><br/>
<a href="http://forum.itmill.com" title="Open forum.itmill.com">Visit support site forum.itmill.com</a>
</div>
</div> <!-- /Header -->
<div class="content">
<div>
<h2>Release notes version <version></version> (beta)</h2>
<p>
Version <version></version> of IT Mill Toolkit Release 5 is still in beta
phase, meaning that the library should be considered unstable and is recommended for
evaluation and early adoption. Also, any
changes are possible, including API changes, before the stable release.
</p>
<h2>Important Changes</h2>
<p>The <version></version> release if IT Mill Toolkit includes new features and a number
of fixed problems compared to the older 5.2.x version. Major changes and dozens of bug
fixes have been done.</p>
<p>TODO include 5.3 changes from wiki</p>
<p>For up-to-date status of known problems, see the developer website <a href="http://dev.itmill.com/">dev.itmill.com</a>.</p>
<h2>Important known problems in <version></version></h2>
<ul>
<li><a href="http://dev.itmill.com/ticket/1155">#1155</a> Uncompressing the installation
package fails in Windows if using the default Zip uncompression. Uncompression gives (in
Windows Vista) an error message about too long filenames, and a more obscure message in
other versions of Windows. Workaround: use <a href="http://www.7-zip.org/">7-Zip</a> or
some other good unzip program for Windows.</li>
<li><a href="http://dev.itmill.com/ticket/1636">#1636</a> Incompatibility with some
versions of Firefox and other browsers based on Gekko 1.7. For example, the <i>hosted
mode browser of Google Web Toolkit 1.4.62 (included in IT Mill Toolkit) does not work
fully in Linux</i> so the the new feature for having multiple applications per page is
not possible. This is due to the new client-side loader code. For a workaround for
loading multiple applications per page, use a static HTML loader page, see for example
the <tt>multiapp.html</tt> demo page.</li>
</ul>
<p>For other known problems, see open tickets at developer site <a href="http://dev.itmill.com/">dev.itmill.com</a>.</p>
<h2>Requirements</h2>
<p>IT Mill Toolkit is available for the following operating systems:</p>
<ul>
<li>Windows (see the Zip installation notice above)</li>
<li>Linux</li>
<li>Mac OS X Tiger (mac) or Leopard (leopard)</li>
<li>Other UNIX operating systems such as Sun Solaris using the Linux installation package.</li>
</ul>
<p>IT Mill Toolkit supports the following browsers:</p>
<ul>
<li>Mozilla Firefox releases 2, and 3 (see notice above about Gecco 1.7).</li>
<li>Internet Explorer releases 6, 7, and 8.</li>
<li>Safari 3</li>
<li>Opera 9.6</li>
</ul>
<p>There may be differences between the exact versions of the supported browsers that
may cause incompatibility with applications made with IT Mill Toolkit.</p>
<p>The following browsers are not supported but have been found to work to a large degree:</p>
<ul>
<li>Safari 2</li>
<li>Firefox 1.5</li>
<li>iPhone</li>
<li>Galeon, Epiphany and other Gecco-based browsers (see notice about Gecco 1.7 above)</li>
<li>Nokia Internet Tablet N800 and N810 (ITOS 2008)</li>
</ul>
<p>Nokia E-series phones with at least 128MB of memory have been known to work with
older versions, but not with IT Mill Toolkit 5.2.0. Konqueror, the default browser in
many Linux distributions, is known to have limited usability.</p>
<h2>ChangeLog Between IT Mill Toolkit 5.1.2 and 5.2.0</h2>
</div> <!-- /getting-started -->
<div class="clearer"></div>
</div> <!-- /content-->
<div class="footer">
<a href="http://www.itmill.com">IT Mill Ltd.</a>
<em>Interfacing IT</em>
</div> <!-- /footer -->
</div> <!-- /container -->
</body>
</html>
|