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

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103
  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="container"><div id="header"><h1></h1></div><div id="itmilllogo"></div>
  8. <div id="toolkit"></div>
  9. <div id="intro">
  10. <div class="top"><div></div></div>
  11. <div class="content">
  12. <div class="preview"></div>
  13. <h2>Introduction</h2>
  14. <p>
  15. IT Mill Toolkit allows easy creation of first-class web user interfaces for Java-based programs.
  16. You can program your user interfaces in Java with our easy-to-learn <a href="doc/api/index.html">API</a>;
  17. Toolkit then takes care of rendering them as stunning <a href="http://www.openajax.org/whitepaper.html" target="new">AJAX-based</a> implementations.
  18. </p>
  19. <p>
  20. AJAX user interfaces support <a href="http://www.microsoft.com/windows/ie/default.mspx" target="new">
  21. Internet Explorer</a> 6-7, <a href="http://www.mozilla.com/firefox/" target="new">
  22. Firefox</a> 1.5-2 and <a href="http://www.apple.com/safari/" target="new">Safari</a> 2.
  23. Older or limited browsers are supported by Toolkit’s full-page HTML rendering mode.
  24. </p>
  25. </div>
  26. <div class="bottom"><div></div></div>
  27. </div>
  28. <div id="contents">
  29. <h2>Package contents</h2>
  30. <div class="top"><div></div></div>
  31. <div class="content">
  32. <h4>Library</h4>
  33. <ul>
  34. <li><a href="lib/itmill-toolkit-4.0.0-testing.jar">Toolkit</a></li>
  35. <li><a href="lib/itmill-toolkit-src-4.0.0-testing.jar">Toolkit Source</a></li>
  36. <li><a href="lib/itmill-toolkit-themes-4.0.0-testing.jar">Themes</a></li>
  37. <li><a href="lib/itmill-toolkit-license.xml">Developer license</a></li>
  38. </ul>
  39. <h4>Documentation</h4>
  40. <ul>
  41. <li><a href="doc/manual/index.html">Manual</a>
  42. <ul>
  43. <li><a href="doc/manual/ch01.html">Introduction</a></li>
  44. <li><a href="doc/manual/ch01s02.html">Sample application walkthrough</a></li>
  45. <li><a href="doc/manual/ch01s04.html">Development environment setup</a></li>
  46. <li><a href="doc/manual/pt02.html">API Reference</a></li>
  47. </ul>
  48. </li>
  49. <li><a href="doc/api/index.html">Standard JavaDoc API</a></li>
  50. </ul>
  51. <h4>Examples</h4>
  52. <ul>
  53. <li><a href="demo/itmill-toolkit.war">Demo (WAR package)</a></li>
  54. </ul>
  55. </div>
  56. <div class="bottom"><div></div></div>
  57. </div> <!-- // contents -->
  58. <div id="demo">
  59. <h2>Demo and sample code</h2>
  60. <p>To get a quick feel for Toolkit, pleas have a look at the demos:</p>
  61. <ul>
  62. <li><a href="http://toolkit.itmill.com/demo/?s=4.0.0-testing-package">Online at IT Mill</a></li>
  63. <li>To run demos locally, run start.bat (Windows) or start.sh (Mac or Linux)
  64. in the <a href="demo">demo -directory</a>.
  65. After the local demo server has started, the demos are found at
  66. <a href="http://127.0.0.1:8888/">http://127.0.0.1:8888/</a>.
  67. </li>
  68. </ul>
  69. </div>
  70. <div id="support">
  71. <h2>Support</h2>
  72. <p>
  73. Our free <a href="http://forum.itmill.com/">support forum</a> features on-line experts who will deal with the most common questions.
  74. For professionals IT Mill offers a wide range of <a href="http://www.itmill.com/">commercial support and service offerings</a>.
  75. </p>
  76. </div>
  77. <div id="license">
  78. <h2>License</h2>
  79. <ul>
  80. <li><a href="licensing-guidelines.html">Toolkit Licensing Guidelines</a></li>
  81. <li><a href="license.pdf">License (PDF)</a></lI>
  82. <li>Prices and purchase from <a href="mailto:sales@itmill.com">sales@itmill.com</a></li>
  83. </ul>
  84. </div>
  85. <br/>
  86. <br/>
  87. <br/>
  88. </body>
  89. </html>