Author: fmeschbe
Date: Mon Jan 14 15:33:43 2013
New Revision: 1432954

URL: http://svn.apache.org/viewvc?rev=1432954&view=rev
Log:
CMS commit to sling by fmeschbe

Modified:
    sling/site/trunk/content/old-stuff/scriptengineintegration.mdtext

Modified: sling/site/trunk/content/old-stuff/scriptengineintegration.mdtext
URL: 
http://svn.apache.org/viewvc/sling/site/trunk/content/old-stuff/scriptengineintegration.mdtext?rev=1432954&r1=1432953&r2=1432954&view=diff
==============================================================================
--- sling/site/trunk/content/old-stuff/scriptengineintegration.mdtext (original)
+++ sling/site/trunk/content/old-stuff/scriptengineintegration.mdtext Mon Jan 
14 15:33:43 2013
@@ -2,11 +2,11 @@ Title: Integrating Scripting Languages
 
 This page should be extended with more concrete and detailed information. For 
now, we have the following information:
 
-   * There will be a talk at ApacheCon US 08 in New Orleans about creating 
JSR-223 ScriptEngineFactory and ScriptEngine implementaitons as well as how to 
integrate such implementations with Sling.
-   * From a mail on the mailing list, this is a very condensed how-to:
-         ** Create the ScriptEngine\[Factory]({{ refs.factory.path }}) 
implementations
-         ** Create a bundle comprising the above implementations as well as 
the script language implementation.
-         ** Create the `META-INF/services/javax.script.ScriptEngineFactory` 
file listing the fully qualified name of your ScriptEngineFactory implementaiton
+* There will be a talk at ApacheCon US 08 in New Orleans about creating 
JSR-223 ScriptEngineFactory and ScriptEngine implementaitons as well as how to 
integrate such implementations with Sling.
+* From a mail on the mailing list, this is a very condensed how-to:
+      * Create the ScriptEngineFactory implementation
+      * Create a bundle comprising the above implementation as well as the 
script language implementation.
+      * Create the `META-INF/services/javax.script.ScriptEngineFactory` file 
listing the fully qualified name of your ScriptEngineFactory implementaiton
 
 
 # Notes on ScriptEngines


Reply via email to