1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17
|
<html><head>
<meta http-equiv="Content-Type" content="text/html; charset=ISO-8859-1">
<title>Chapter 5. Red5 Libraries</title><link rel="stylesheet" href="html.css" type="text/css"><meta name="generator" content="DocBook XSL-NS Stylesheets V1.74.0"><link rel="home" href="index.html" title="Red5 - Reference Documentation"><link rel="up" href="getting-started.html" title="Part I. Getting Started"><link rel="prev" href="migration-guide.html" title="Chapter 4. Migration Guide"><link rel="next" href="building.html" title="Chapter 6. Building Red5"></head><body bgcolor="white" text="black" link="#0000FF" vlink="#840084" alink="#0000FF"><div xmlns="http://www.w3.org/TR/xhtml1/transitional" style="background-color:white;border:none;height:73px;border:1px solid black;"><a style="border:none;" href="http://osflash.org/red5" title="Red5 Open Source Flash Server"><img style="border:none;" src="images/red5-banner.png"></img></a><a style="border:none;" href="http://osflash.org/red5" title="Red5 Open Source Flash Server"><img style="border:none;position:absolute;padding-top:5px;right:42px;" src="images/red5-banner-logo.png"></img></a></div><div class="chapter" lang="en"><div class="titlepage"><div><div><h2 class="title"><a name="libraries"></a>Chapter 5. Red5 Libraries</h2></div></div></div><div class="section" lang="en"><div class="titlepage"><div><div><h2 class="title" style="clear: both"><a name="d0e1751"></a>5.1. Spring scripting support</h2></div></div></div><div class="itemizedlist"><ul type="disc"><li><p>
<a class="link" href="http://www.mozilla.org/rhino/" target="_top">http://www.mozilla.org/rhino/</a>
</p></li><li><p>
<a class="link" href="http://static.springframework.org/spring/docs/2.0.2/reference/dynamic-language.html#dynamic" target="_top">http://static.springframework.org/spring/docs/2.0.2/reference/dynamic-language.html#dynamic</a>
</p></li><li><p>spring-support.jar </p></li></ul></div></div><div class="section" lang="en"><div class="titlepage"><div><div><h2 class="title" style="clear: both"><a name="d0e1770"></a>5.2. Groovy</h2></div></div></div><div class="itemizedlist"><ul type="disc"><li><p>
<a class="link" href="http://groovy.codehaus.org/" target="_top">http://groovy.codehaus.org/</a>
</p></li><li><p>asm-2.2.2.jar </p></li><li><p>antlr-2.7.6.jar </p></li><li><p>groovy-1.0.jar</p></li></ul></div></div><div class="section" lang="en"><div class="titlepage"><div><div><h2 class="title" style="clear: both"><a name="d0e1789"></a>5.3. Beanshell</h2></div></div></div><div class="itemizedlist"><ul type="disc"><li><p>
<a class="link" href="http://www.beanshell.org/" target="_top">http://www.beanshell.org/</a>
</p></li><li><p>bsh-2.0b5.jar </p></li><li><p>cglib-nodep-2.1_3.jar </p></li></ul></div></div><div class="section" lang="en"><div class="titlepage"><div><div><h2 class="title" style="clear: both"><a name="d0e1805"></a>5.4. Ruby</h2></div></div></div><div class="itemizedlist"><ul type="disc"><li><p>
<a class="link" href="http://jruby.codehaus.org/" target="_top">http://jruby.codehaus.org/</a>
</p></li><li><p>jruby.jar </p></li><li><p>cglib-nodep-2.1_3.jar </p></li></ul></div></div><div class="section" lang="en"><div class="titlepage"><div><div><h2 class="title" style="clear: both"><a name="d0e1821"></a>5.5. Jython / Python</h2></div></div></div><div class="itemizedlist"><ul type="disc"><li><p>
<a class="link" href="http://www.jython.org/Project/index.html" target="_top">http://www.jython.org/Project/index.html</a>
</p></li><li><p>jython.jar </p></li></ul></div></div><div class="section" lang="en"><div class="titlepage"><div><div><h2 class="title" style="clear: both"><a name="d0e1834"></a>5.6. Java 5 Libraries</h2></div></div></div><p>The following are need for Java 5 only:</p></div><div class="section" lang="en"><div class="titlepage"><div><div><h2 class="title" style="clear: both"><a name="d0e1839"></a>5.7. Script related JSR's</h2></div></div></div><div class="itemizedlist"><ul type="disc"><li><p>jsr-223-1.0-pr.jar </p></li><li><p>jsr173_1.0_api.jar </p></li></ul></div></div><div class="section" lang="en"><div class="titlepage"><div><div><h2 class="title" style="clear: both"><a name="d0e1849"></a>5.8. Javascript / Rhino</h2></div></div></div><div class="itemizedlist"><ul type="disc"><li><p>
<a class="link" href="http://www.mozilla.org/rhino/" target="_top">http://www.mozilla.org/rhino/</a>
</p></li><li><p>js.jar </p></li><li><p>xbean.jar - needed for E4X </p></li></ul></div></div></div><div xmlns="http://www.w3.org/TR/xhtml1/transitional" class="navfooter"><hr></hr><table width="100%" summary="Navigation footer"><tr><td width="40%" align="left"><a accesskey="p" href="migration-guide.html">Prev</a> </td><td width="20%" align="center"><a accesskey="h" href="index.html">Home</a></td><td width="40%" align="right"> <a accesskey="n" href="building.html">Next</a></td></tr><tr><td width="40%" align="left" valign="top">Chapter 4. Migration Guide </td><td width="20%" align="center"><span style="color:white;font-size:90%;"><a href="http://osflash.org/red5" title="Red5">Red5 Open Source Flash Server</a></span></td><td width="40%" align="right" valign="top"> Chapter 6. Building Red5</td></tr></table></div></body></html>
|