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.2KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104
  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 web 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 or limited browsers are supported by full page HTML rendering mode.
  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-testing.jar">Toolkit</a></li>
  34. <li><a href="lib/itmill-toolkit-src-4.0.0-testing.jar">Toolkit Source</a></li>
  35. <li><a href="lib/itmill-toolkit-themes-4.0.0-testing.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-testing-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)
  63. in <a href="demo">demo -directory</a>.
  64. After the local demo server has started, demos are found in
  65. <a href="http://127.0.0.1:8888/">http://127.0.0.1:8888/</a>.
  66. </li>
  67. </ul>
  68. </div>
  69. <div id="support">
  70. <h2>Support</h2>
  71. <p>
  72. Free support forum contains answers to most commonly asked questions,
  73. it will be opened later. For the time being use
  74. <a href="mailto:support@itmill.com">support@itmill.com</a>. IT Mill offers wide range
  75. of <a href="http://www.itmill.com/">professional support and service offering</a>.
  76. </p>
  77. </div>
  78. <div id="license">
  79. <h2>License</h2>
  80. <ul>
  81. <li><a href="licensing-guidelines.html">Licensing guidelines</a></li>
  82. <li><a href="license.pdf">License</a></lI>
  83. <li>Prices and purchase from <a href="mailto:sales@itmill.com">sales@itmill.com</a></li>
  84. </ul>
  85. </div>
  86. <br/>
  87. <br/>
  88. <br/>
  89. </body>
  90. </html>