2002-09-23 00:36:02 +00:00
|
|
|
<html>
|
|
|
|
|
|
|
|
<!-- @author David Chandler -->
|
|
|
|
<!-- @date September 7, 2002 -->
|
|
|
|
<!-- @editor Emacs, baby! -->
|
|
|
|
|
|
|
|
<head>
|
|
|
|
<title>Info for THDL Tools Developers</title>
|
|
|
|
</head>
|
|
|
|
|
|
|
|
<body>
|
|
|
|
<h1>Info for THDL Tools Developers</h1>
|
|
|
|
|
|
|
|
<p>
|
|
|
|
This page is the first attempt at extracting knowledge about the
|
2002-09-29 20:42:41 +00:00
|
|
|
internals of the THDL tools from Edward's brain. The only thing
|
|
|
|
we personally have got up on the web that's any use thus far are
|
2002-09-30 01:37:38 +00:00
|
|
|
|
|
|
|
<ul>
|
|
|
|
<li>
|
|
|
|
our Javadoc <a href="api/">API docs</a>.
|
|
|
|
</li>
|
|
|
|
</ul>
|
2002-09-23 00:36:02 +00:00
|
|
|
</p>
|
|
|
|
|
|
|
|
<p>
|
|
|
|
Here are some links to tools of interest:
|
|
|
|
<ul>
|
2002-09-30 01:37:38 +00:00
|
|
|
<li>
|
|
|
|
Jskad, Savant and QuillDriver use an Ant build system. See
|
|
|
|
|
|
|
|
<a href="http://jakarta.apache.org/ant/">
|
|
|
|
Apache Ant</a>
|
|
|
|
|
|
|
|
or jump right to the
|
|
|
|
|
|
|
|
<a href="http://jakarta.apache.org/ant/manual/coretasklist.html">
|
|
|
|
documentation</a>
|
|
|
|
|
|
|
|
for the tasks of which we make use.
|
|
|
|
</li>
|
2002-09-23 00:36:02 +00:00
|
|
|
<li>
|
2002-09-29 20:42:41 +00:00
|
|
|
Savant and QuillDriver make use of the
|
2002-09-23 00:36:02 +00:00
|
|
|
|
|
|
|
<a href="http://java.sun.com/products/java-media/jmf/">
|
|
|
|
Java(TM) Media Framework API</a>.
|
|
|
|
</li>
|
|
|
|
<li>
|
|
|
|
In our Java(TM) code, we load some classes at run-time. To
|
|
|
|
understand the mechanisms behind
|
|
|
|
this--<code>Class.forName(String)</code> and thread context
|
|
|
|
class loaders, etc.--read
|
|
|
|
|
|
|
|
<a href="http://www.javageeks.com/Papers/ClassForName/">
|
|
|
|
this JavaGeeks white paper</a>.
|
|
|
|
</ul>
|
|
|
|
|
|
|
|
</p>
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
<!-- THDLTools FOOTER: -->
|
|
|
|
<hr>
|
|
|
|
|
|
|
|
<i>
|
|
|
|
Please
|
|
|
|
|
|
|
|
<a href="mailto:dchandler@users.sourceforge.net">
|
|
|
|
e-mail us</a>
|
|
|
|
|
|
|
|
your comments about this page.
|
|
|
|
</i>
|
|
|
|
|
|
|
|
<hr>
|
|
|
|
|
|
|
|
The THDLTools project is generously hosted by:
|
|
|
|
|
|
|
|
<!--
|
|
|
|
|
|
|
|
DO NOT DELETE THE SF.NET LOGO.
|
|
|
|
|
|
|
|
We have a choice of colors and sizes for this logo (see
|
|
|
|
"https://sourceforge.net/docman/display_doc.php?docid=790&group_id=1"),
|
|
|
|
but we do not have the option of removing it. SourceForge requests
|
|
|
|
that we put it on each web page for our project, and to give us
|
|
|
|
incentive to do so, they will not track the number of hits for our
|
|
|
|
project web pages unless we put this link in. To track hits, see
|
2002-09-29 20:51:44 +00:00
|
|
|
"http://sourceforge.net/project/stats/index.php?report=months&group_id=61934".
|
2002-09-23 00:36:02 +00:00
|
|
|
|
|
|
|
-->
|
|
|
|
<a href="http://sourceforge.net/">
|
2002-09-29 20:51:44 +00:00
|
|
|
<img src="http://sourceforge.net/sflogo.php?group_id=61934&type=1"
|
2002-09-23 00:36:02 +00:00
|
|
|
width="88" height="31" border="0" alt="SourceForge Logo">
|
|
|
|
</a>
|
|
|
|
<!-- AGAIN, DO NOT DELETE THE SF.NET LOGO. -->
|
|
|
|
|
|
|
|
|
|
|
|
</body>
|
|
|
|
</html>
|