You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

release-notes.html 6.3KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167
  1. <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
  2. <html>
  3. <head>
  4. <meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
  5. <title>IT Mill Toolkit 5</title>
  6. <link rel="stylesheet" type="text/css" href="demo/css/styles.css" />
  7. <!--[if IE]>
  8. <link rel="stylesheet" type="text/css" href="demo/css/ie.css" />
  9. <![endif]-->
  10. </head>
  11. <body>
  12. <div id="container">
  13. <div class="header">
  14. <h1>Introducing IT Mill Toolkit 5</h1>
  15. <em>Effortless web application development for Java-programmers.</em>
  16. <div id="header-links"><a href="http://dev.itmill.com"
  17. title="Open dev.itmill.com">Visit developer site dev.itmill.com</a><br />
  18. <a href="http://forum.itmill.com" title="Open forum.itmill.com">Visit
  19. support site forum.itmill.com</a></div>
  20. </div>
  21. <!-- /Header -->
  22. <div class="content">
  23. <div>
  24. <h2>Release Notes for IT Mill Toolkit Version @version@</h2>
  25. <p>Version 5.3.0 is the first stable release of IT Mill Toolkit 5,
  26. meaning that there are no known major problems and the API will be kept
  27. backward compatible.</p>
  28. <h2>Package for the experimental GWT Out-of-Process Hosted Mode</h2>
  29. <p>We provide a separate (platform independent) installation package
  30. (<tt>itmill-toolkit-oophm-<version></version>.tar.gz</tt>) for the
  31. experimental Out of Process Hosted Mode (OOPHM) of GWT, which allows
  32. debugging client-side code in GWT Hosted Mode with a regular web
  33. browser. Using the OOPHM requires installing a browser plugin (available
  34. for Mozilla Firefox, IE, and WebKit). See the manual section on OOPHM
  35. for more details.</p>
  36. <p>The Linux version of GWT Hosted Mode Browser is no longer
  37. compatible with IT Mill Toolkit 5.3.0 (<a
  38. href="http://dev.itmill.com/ticket/2299">#2299</a>), so the OOPHM is
  39. the only option for debugging in hosted mode in Linux.</p>
  40. <p>The compilation of OOPHM widget sets uses a large amount of stack memory, so if the
  41. JVM default is too small, you should set it explicitly in <tt>compile-widgetset.xml</tt>
  42. with the following parameter for the Java process (currently included in the example build
  43. script): <tt>&lt;jvmarg value="-Xss1024k"/&gt;</tt>.</p>
  44. <p>As the OOPHM package is experimental, you should use it only for
  45. debugging purposes during development. For production use, you should
  46. compile your custom widget sets with the regular IT Mill Toolkit package
  47. for your platform.</p>
  48. <h2>Important known problems in @version@</h2>
  49. <ul>
  50. <li><a href="http://dev.itmill.com/ticket/1155">#1155</a>
  51. Uncompressing the installation package fails in Windows if using the
  52. default Zip uncompression. Uncompression gives (in Windows Vista) an
  53. error message about too long filenames, and a more obscure message in
  54. other versions of Windows. Workaround: use <a
  55. href="http://www.7-zip.org/">7-Zip</a> or some other good unzip
  56. program for Windows.</li>
  57. <li><a href="http://dev.itmill.com/ticket/2299">#2299</a> The
  58. Hosted Mode Browser does not work in Linux for debugging client-side
  59. GWT code. You need to install the experimental OOPHM package instead
  60. (see above) for development. For production, you should use the regular
  61. package for Linux.</li>
  62. </ul>
  63. <p>For other known problems, see open tickets at developer site <a
  64. href="http://dev.itmill.com/">dev.itmill.com</a>.</p>
  65. <h2>Requirements</h2>
  66. <p>IT Mill Toolkit is available for the following operating systems:</p>
  67. <ul>
  68. <li>Windows (see the Zip installation notice above)</li>
  69. <li>Linux</li>
  70. <li>Mac OS X Tiger (mac) or Leopard (leopard)</li>
  71. <li>Other UNIX operating systems, such as Sun Solaris, using the installation package
  72. for Linux.</li>
  73. </ul>
  74. <p>IT Mill Toolkit supports Java Servlet API 2.3 and later versions and should work with
  75. any Java application server that conforms to the standard. It supports the following
  76. application servers:</p>
  77. <ul>
  78. <li>Apache Tomcat, version 4.1 or later</li>
  79. <li>BEA WebLogic&reg; Server, version 9.2 or later</li>
  80. <li>IBM WebSphere&reg; Application Server, version 6.1 or later</li>
  81. <li>JBoss Application Server, version 3.2.8 or later</li>
  82. <li>Jetty, version 5 or later</li>
  83. <li>Glassfish, version 2 or later</li>
  84. </ul>
  85. <p>IT Mill Toolkit supports the following browsers for using the applications made with
  86. it:</p>
  87. <ul>
  88. <li>Mozilla Firefox releases 2, and 3 (see notice above about
  89. Gecko 1.7).</li>
  90. <li>Internet Explorer releases 6, 7, and 8<sup>&#8224;</sup>.</li>
  91. <li>Safari 3</li>
  92. <li>Opera 9.6<sup>&#8225;</sup></li>
  93. </ul>
  94. <p style="font-size: 80%;">&#8224; Internet Explorer 8 RC1 may not be usable because of a
  95. serious bug in the RC1. <a href="http://dev.itmill.com/ticket/2578">#2578</a><br/>
  96. &#8225; The current support for Opera has some limitations, such as the front page of
  97. the Sampler demo. <a href="http://dev.itmill.com/ticket/2652">#2652</a></p>
  98. <p>The support for browsers follows the support by GWT. The browsers are supported on both
  99. Windows and Mac, if available. Firefox is supported also on Linux (Opera 10a1 works also
  100. on Linux though also suffers from <a
  101. href="http://dev.itmill.com/ticket/2652">#2652</a>). There may be differences between the
  102. exact versions of the supported browsers that may cause incompatibility with applications
  103. made with IT Mill Toolkit.</p>
  104. <p>The following browsers are not supported but have been found to
  105. work to a large degree:</p>
  106. <ul>
  107. <li>Safari 2, and 4 beta</li>
  108. <li>Firefox 1.5</li>
  109. <li>Google Chrome 1.0.x (available only for Windows)</li>
  110. <li>iPhone (firmware 2.2)</li>
  111. <li>Midori (0.1.2)</li>
  112. <li>Epiphany (2.22.3), Galeon, and other Gecko-based browsers (see the notice
  113. regarding Gecko 1.7 above). Also WebKit-based Epiphany (2.22.3) works.</li>
  114. <li>Konqueror 4.2 (3.5.x does not work)</li>
  115. <li>Nokia Internet Tablet N800 and N810 (ITOS 2008, Opera-based browser).</li>
  116. </ul>
  117. <p>The reported versions are those that have been tested, though other versions may work
  118. as well.</p>
  119. <p>Nokia E-series phones, such as E90, have been known to work with older versions, but
  120. not with IT Mill Toolkit 5.2 and later. Links, Lynx, and other text-based browsers do not
  121. work.</p>
  122. <!-- h2>ChangeLog Between IT Mill Toolkit 5.1.2 and 5.2.0</h2 --></div>
  123. <!-- /getting-started -->
  124. <div class="clearer"></div>
  125. </div>
  126. <!-- /content-->
  127. <div class="footer"><a href="http://www.itmill.com">IT Mill
  128. Ltd.</a> <em>Interfacing IT</em></div>
  129. <!-- /footer --></div>
  130. <!-- /container -->
  131. </body>
  132. </html>