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

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374757677787980818283848586878889909192939495
  1. <html>
  2. <head>
  3. <title>Enably Toolkit 4</title>
  4. </head>
  5. <body>
  6. <script type="text/javascript" src="doc/manual/html-style/style.js"></script><script type="text/javascript">style('doc/manual/html-style');</script>
  7. <table width="100%" border="0">
  8. <tr><td width="50%" valign="top">
  9. <h2>Intro</h2>
  10. <div class="front-page-box">
  11. Enably Toolkit allows easy creation of first class user interfaces (UI) for <a href="http://java.sun.com/" target="new">Java-based</a> 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/" 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</h2>
  21. <div class="front-page-box">
  22. To get quick feel of the toolkit, run
  23. <code>java -jar start.jar</code>
  24. in demo-folder. Thanks to <a href="http://jetty.mortbay.org/" target="new">Jetty</a>, you should now have demo running
  25. in <a href="http://localhost:8080/">http://localhost:8080/</a>.
  26. <br/><br/>
  27. You can also run the demo <a href="javascript:alert('where');">online</a>.
  28. </div>
  29. <h2>Support</h2>
  30. <div class="front-page-box">
  31. Free <a href="javascript:alert('where');">support forum</a> is contains answers to most commonly
  32. asked questions. IT Mill offers wide range
  33. of <a href="http://www.itmill.com/">professional support and service offering</a>.
  34. </div>
  35. </td><td width="50%" valign="top">
  36. <h2>Contents</h2>
  37. <div class="front-page-box">
  38. <b>Library</b><br/>
  39. <ul>
  40. <li><a href="lib/${}.html">Toolkit JAR</a></li>
  41. <li><a href="lib/${}.html">Toolkit Source JAR</a></li>
  42. <li><a href="lib/ajax-themes">AJAX themes</a></li>
  43. <li><a href="lib/web-themes">Web themes</a></li>
  44. </ul>
  45. <b>Documentation</b><br/>
  46. <ul>
  47. <li><a href="doc/manual/index.html">Manual</a>
  48. <ul><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. </li></ul>
  52. <li><a href="doc/api/index.html">API Documentation</a></li>
  53. <li><a href="javascript:alert('where');">User Forum</a> (online)
  54. <ul><li><a href="javascript:alert('where');">FAQ</a> (online)</li></ul>
  55. </li>
  56. </ul>
  57. <b>Examples</b><br/>
  58. <ul>
  59. <li><a href="demo/src">Demo application sources</a></li>
  60. <li><a href="demo/enably-toolkit.war">Demo WAR-package</a></li>
  61. </ul>
  62. </div>
  63. <h2>License</h2>
  64. <div class="front-page-box">
  65. <ul>
  66. <li><a href="licensing-guidelines.html">Licensing
  67. guidelines</a></lI>
  68. <li><a href="license.txt">License</a></lI>
  69. <li><a href="javascript:alert('where');">Prices and purchase</a></li>
  70. </ul>
  71. </div>
  72. </td></tr></table>
  73. </body>
  74. </head>