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.

index.html 3.1KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101
  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. <div id="intro">
  9. <div class="top"><div></div></div>
  10. <div class="content">
  11. <div class="preview"></div>
  12. <h2>Introduction</h2>
  13. <p>
  14. IT Mill Toolkit allows easy creation of first class user interfaces (UI) for Java-based programs.
  15. UI can be programmed in Java with easy to learn <a href="doc/api/index.html">API</a> and the toolkit takes care of
  16. creating stunning <a href="http://www.openajax.org/whitepaper.html" target="new">AJAX-based</a> UI.
  17. </p>
  18. <p>
  19. AJAX user interfaces support <a href="http://www.microsoft.com/windows/ie/default.mspx" target="new">
  20. Internet Explorer</a> 6-7, <a href="http://www.mozilla.com/firefox/" target="new">
  21. Firefox</a> 1.5-2 and <a href="http://www.apple.com/safari/" target="new">Safari</a> 2.
  22. Older browsers are supported by automatically providing traditional web-based UI.
  23. </p>
  24. </div>
  25. <div class="bottom"><div></div></div>
  26. </div>
  27. <div id="contents">
  28. <h2>Package contents</h2>
  29. <div class="top"><div></div></div>
  30. <div class="content">
  31. <h4>Library</h4>
  32. <ul>
  33. <li><a href="lib/itmill-toolkit-4.0.0-beta1.jar">Toolkit</a></li>
  34. <li><a href="lib/itmill-toolkit-src-4.0.0-beta1.jar">Toolkit Source</a></li>
  35. <li><a href="lib/itmill-toolkit-themes-4.0.0-beta1.jar">Themes</a></li>
  36. <li><a href="lib/itmill-toolkit-license.xml">Developer license</a></li>
  37. </ul>
  38. <h4>Documentation</h4>
  39. <ul>
  40. <li><a href="doc/manual/index.html">Manual</a>
  41. <ul>
  42. <li><a href="doc/manual/ch01.html">Introduction</a></li>
  43. <li><a href="doc/manual/ch01s02.html">Example application walkthrough</a></li>
  44. <li><a href="doc/manual/ch01s04.html">Development environment setup</a></li>
  45. <li><a href="doc/manual/pt02.html">API Reference</a></li>
  46. </ul>
  47. </li>
  48. <li><a href="doc/api/index.html">Standard JavaDoc API</a></li>
  49. </ul>
  50. <h4>Examples</h4>
  51. <ul>
  52. <li><a href="demo/itmill-toolkit.war">Demo (as WAR-package)</a></li>
  53. </ul>
  54. </div>
  55. <div class="bottom"><div></div></div>
  56. </div> <!-- // contents -->
  57. <div id="demo">
  58. <h2>Demo and sample code</h2>
  59. <p>To get quick feel of the toolkit, look at the demos:</p>
  60. <ul>
  61. <li><a href="http://toolkit.itmill.com/demo/?s=4.0.0-beta1-package">Online at IT Mill</a></li>
  62. <li>To run demos locally, run start.bat (on Windows) or start.sh (on Mac or Linux) in <a href="demo">demo -directory</a></li>
  63. </ul>
  64. </div>
  65. <div id="support">
  66. <h2>Support</h2>
  67. <p>
  68. Free support forum contains answers to most commonly asked questions,
  69. it will be opened later. For the time being use
  70. <a href="mailto:support@itmill.com">support@itmill.com</a>. IT Mill offers wide range
  71. of <a href="http://www.itmill.com/">professional support and service offering</a>.
  72. </p>
  73. </div>
  74. <div id="license">
  75. <h2>License</h2>
  76. <p>
  77. <ul>
  78. <li><a href="licensing-guidelines.html">Licensing guidelines</a></li>
  79. <li><a href="license.pdf">License</a></lI>
  80. <li>Prices and purchase from <a href="mailto:sales@itmill.com">sales@itmill.com</a></li>
  81. </ul>
  82. </p>
  83. </div>
  84. <br/>
  85. <br/>
  86. <br/>
  87. </body>
  88. </html>