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 2.7KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374757677787980818283848586878889909192
  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. <table width="100%" border="0">
  8. <tr><td width="50%" valign="top">
  9. <h2>Introduction</h2>
  10. <div class="front-page-box">
  11. IT Mill Toolkit allows easy creation of first class user interfaces (UI) for Java-based programs.
  12. UI can be programmed in Java with easy to learn <a href="doc/api/index.html">API</a> and the toolkit takes care of
  13. creating stunning <a href="http://www.openajax.org/whitepaper.html" target="new">AJAX-based</a> UI.
  14. <br/><br/>
  15. AJAX user interfaces support <a href="http://www.microsoft.com/windows/ie/default.mspx" target="new">
  16. Internet Explorer</a> 5.5-7, <a href="http://www.mozilla.com/firefox/" target="new">
  17. Firefox</a> 1-2 and <a href="http://www.apple.com/safari/" target="new">Safari</a> 2.
  18. Older browsers are supported by automatically providing traditional web-based UI.
  19. </div>
  20. <h2>Demo and sample code</h2>
  21. <div class="front-page-box">
  22. To get quick feel of the toolkit, execute
  23. <code>demo/start.bat</code> on Windows or <code>demo/start.sh</code> on UNIX
  24. platform. You now have demo running in <a href="http://localhost:8888/">http://localhost:8888/</a>.
  25. <br/>
  26. </div>
  27. <h2>Support</h2>
  28. <div class="front-page-box">
  29. Free support forum contains answers to most commonly asked questions,
  30. it will be opened later. For the time being use
  31. <a href="mailto:support@itmill.com">support@itmill.com</a>. IT Mill offers wide range
  32. of <a href="http://www.itmill.com/">professional support and service offering</a>.
  33. </div>
  34. </td><td width="50%" valign="top">
  35. <h2>Contents</h2>
  36. <div class="front-page-box">
  37. <b>Library</b><br/>
  38. <ul>
  39. <li><a href="lib/${lib-bin-jar-name}">Toolkit</a></li>
  40. <li><a href="lib/${lib-src-jar-name}">Toolkit Source</a></li>
  41. <li><a href="lib/ajax-themes">AJAX themes</a></li>
  42. <li><a href="lib/web-themes">Web themes</a></li>
  43. </ul>
  44. <b>Documentation</b><br/>
  45. <ul>
  46. <li><a href="doc/manual/index.html">Manual</a>
  47. <ul>
  48. <li><a href="doc/manual/ch01.html">Introduction</a></li>
  49. <li><a href="doc/manual/ch01s02.html">Example application walkthrough</a></li>
  50. <li><a href="doc/manual/ch01s03.html">Development environment setup</a></li>
  51. </ul>
  52. </li>
  53. <li><a href="doc/api/index.html">API Documentation</a></li>
  54. </ul>
  55. <b>Examples</b><br/>
  56. <ul>
  57. <li><a href="demo/src">Demo application sources</a></li>
  58. <li><a href="demo/itmill-toolkit.war">Demo WAR-package</a></li>
  59. </ul>
  60. </div>
  61. <h2>License</h2>
  62. <div class="front-page-box">
  63. <ul>
  64. <li><a href="licensing-guidelines.html">Licensing
  65. guidelines</a></lI>
  66. <li><a href="license.pdf">License</a></lI>
  67. <li>Prices and purchase from <a href="mailto:support@itmill.com">sales@itmill.com</a></li>
  68. </ul>
  69. </div>
  70. </td></tr></table>
  71. </body>
  72. </html>