Vous ne pouvez pas sélectionner plus de 25 sujets Les noms de sujets doivent commencer par une lettre ou un nombre, peuvent contenir des tirets ('-') et peuvent comporter jusqu'à 35 caractères.

index.html 3.4KB

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="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 for Java-based programs.
  15. You can program your user interfaces in Java with our easy-to-learn <a href="doc/api/index.html">API</a>;
  16. Toolkit will then render it as a stunning <a href="http://www.openajax.org/whitepaper.html" target="new">AJAX-based</a> single-page web application.
  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, <a href="http://www.opera.com/" target="new">
  22. Opera</a> 9, <a href="http://www.apple.com/safari/" target="new">Safari</a> 2 and many others, see <a href="ReleaseNotes.html">Release Notes</a> for more information.
  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.2.jar">Toolkit</a></li>
  35. <li><a href="lib/itmill-toolkit-src-4.0.2.jar">Toolkit Source</a></li>
  36. <li><a href="lib/itmill-toolkit-themes-4.0.2.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="ReleaseNotes.html">Release Notes</a>
  42. <li><a href="doc/manual/index.html">Manual</a>
  43. <ul>
  44. <li><a href="doc/manual/ch01.html">Introduction</a></li>
  45. <li><a href="doc/manual/ch01s02.html">Sample application walkthrough</a></li>
  46. <li><a href="doc/manual/ch01s04.html">Development environment setup</a></li>
  47. <li><a href="doc/manual/pt02.html">API Reference</a></li>
  48. </ul>
  49. </li>
  50. <li><a href="doc/api/index.html">Standard JavaDoc API</a></li>
  51. </ul>
  52. <h4>Examples</h4>
  53. <ul>
  54. <li><a href="demo/itmill-toolkit.war">Demo (WAR package)</a></li>
  55. </ul>
  56. </div>
  57. <div class="bottom"><div></div></div>
  58. </div> <!-- // contents -->
  59. <div id="demo">
  60. <h2>Demo and sample code</h2>
  61. <p>To get a quick feel for Toolkit, please have a look at the demos:</p>
  62. <ul>
  63. <li><a href="http://toolkit.itmill.com/demo/?s=4.0.2-package">Online at IT Mill</a></li>
  64. <li>To run demos locally, run start.bat (Windows) or start.sh (Mac or Linux)
  65. in the <a href="demo">demo -directory</a>.
  66. After the local demo server has started, the demos are running at
  67. <a href="http://127.0.0.1:8080/">http://127.0.0.1:8080/</a>.
  68. </li>
  69. </ul>
  70. </div>
  71. <div id="support">
  72. <h2>Support</h2>
  73. <p>
  74. Our free <a href="http://forum.itmill.com/">support forum</a> features on-line experts who will deal with the most common questions.
  75. For professional developers and corporate clients, IT Mill offers a wide range of <a href="http://www.itmill.com/">commercial support and service offerings</a>.
  76. </p>
  77. </div>
  78. <div id="license">
  79. <h2>License</h2>
  80. <ul>
  81. <li><a href="licensing-guidelines.html">Toolkit Licensing Guidelines</a></li>
  82. <li><a href="license.pdf">License (PDF)</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>