epubjs
Version:
Render ePub documents in the browser, across many devices
13 lines (12 loc) • 1.48 kB
HTML
<html xmlns="http://www.w3.org/1999/xhtml"><head><title>Learning More . . .</title><link rel="stylesheet" href="core.css" type="text/css"/><meta name="generator" content="DocBook XSL Stylesheets V1.74.0"/></head><body><div class="sect1" title="Learning More . . ."><div class="titlepage"><div><div><h1 class="title"><a id="learnjava3-APP-B-SECT-6"/>Learning More . . .</h1></div></div></div><p><a id="idx11250" class="indexterm"/>BeanShell has many more features than I’ve described here.
You can embed BeanShell into your applications as a lightweight scripting
engine, passing live Java objects into and out of scripts. You can even
run BeanShell in a remote server mode, which lets you work in a shell
inside your running application, for debugging and experimentation. There
is also a BeanShell servlet that can be used for running scripts inside an
application server.</p><p>BeanShell is small (only about 200 KB) and it’s free, licensed under
multiple open source licenses. You can learn more by checking out the full
user’s manual and FAQ on the website.</p><p>Please feel free to send feedback using the book’s <a class="ulink" href="http://oreil.ly/Java_4E">web page</a>. So long until the next
edition!<a id="I_indexterm_id839638" class="indexterm"/></p></div></body></html>