Author: donsez
Date: Fri Dec 7 16:27:53 2007
New Revision: 602281
URL: http://svn.apache.org/viewvc?rev=602281&view=rev
Log:
change the documentation
Modified:
felix/sandbox/donsez/sosoc/src/site/index.html
Modified: felix/sandbox/donsez/sosoc/src/site/index.html
URL:
http://svn.apache.org/viewvc/felix/sandbox/donsez/sosoc/src/site/index.html?rev=602281&r1=602280&r2=602281&view=diff
==============================================================================
--- felix/sandbox/donsez/sosoc/src/site/index.html (original)
+++ felix/sandbox/donsez/sosoc/src/site/index.html Fri Dec 7 16:27:53 2007
@@ -25,10 +25,14 @@
<br>The script source can be directly into the XML component descriptors or
they can s:
<ul>
<li><a href="component.echocmd.xml">component.echocmd.xml</a> a component
requiring a LogService service and providing a Command service</li>.
-<li><a href="component.runnable.xml">component.runnable.xml</a> a component
providing a Runnable service doing nothing</li>.
+<li><a
href="component.echocmd.withembeddedscript.xml">component.echocmd.withembeddedscript.xml</a>
a component requiring a LogService service and providing a Command service
(the source of the script is provisioned in the XML descriptor)</li>.
+<li><a href="component.runnable.xml">component.runnable.xml</a> a component
providing a Runnable service doing nothing (interpreted by Rhino)</li>.
+<li><a href="component.runnable6.xml">component.runnable6.xml</a> a component
providing a Runnable service doing nothing (interpreted by the JavaScript
default engine of the Java Platform 6 (javax.script))</li>.
<li><a href="component.benchcmd.xml">component.benchcmd.xml</a> a component
requiring a HelloService service and running a thread</li>.
+<!--
<li><a href="component.swingui.xml">component.swingui.xml</a> a standalone
Swing-based UI component</li>.
<li><a href="component.evalui.xml">component.evalui.xml</a> a standalone
Swing-based UI component that can be used to add/replace on-the-fly functions
and variables or to introspect/change SB metadatas</li>.
+-->
<li><a href=".">*.js</a> the associated scripts</li>.
<li><a href=".">component.*.xml</a> various others examples</li>.
</ul>
@@ -107,7 +111,7 @@
<p id="todo">
<b>TODO (contributions are welcome)</b><br>
<ul>
-<li>TODO: use javax.tools.JavaCompiler and may be JavaSourceFromString extends
SimpleJavaFileObject to compile on-the-fly Java sources</li>
+<li>TODO: use javax.tools.JavaCompiler and may be JavaSourceFromString extends
SimpleJavaFileObject to compile on-the-fly Java sources (see the exemple <a
href="component.runnablejava.xml">component.runnablejava.xml</a>)</li>
<li>TODO: add field attribute in reference for direct IoD</li>
<li>TODO: use dynamic import to load scripting engine classes</li>
<li>TODO:
org.mozilla.javascript.Context.setErrorReporter(org.mozilla.javascript.ErrorReporter)
with XML start line</li>