We're pleased to announce beta JSP 1.0 support for both Java and
server-side JavaScript.  The JavaScript compiles to Java bytecodes,
achieving remarkably low overhead.  Our internal benchmarks show Java
JSP and servlet performance 50% slower than static pages, and JavaScript
JSP performance 100% slower than static pages on Apache.  (Based on a
hello, world benchmark to measure overhead.  More extensive benchmarking
is coming soon.)

  * 1.0 is free for commercial and non-commercial use
  * source is available on an end-user basis
  * 1.0 final release is expected in August.
  * Supports Java and JavaScript 1.3 with class, synchronization, and
exception extensions.
  * See the JavaDoc to embed the JavaScript, XQL/XSL in Java
applications.

Resin provides several deployment options:
  * standalone HTTP/1.1 server, supporting JSDK 2.1 API
  * Apache and IIS servlet runners, also supporting JSDK 2.1
  * JSP and XSL servlets will work with JSDK 2.1 servlet runners.

In addition, Resin supports XML and XSL.
  * JSP tag libraries can be created with XSL
  * Simple XML pages can generate full HTML pages using XSL stylesheets
  * XML to DOM parser
  * HTML parser
  * Xpath XML pattern language easily selects nodes in XML trees

Check out our web site at http://www.caucho.com

Scott Ferguson
Caucho Technology

===========================================================================
To unsubscribe, send email to [EMAIL PROTECTED] and include in the body
of the message "signoff JSP-INTEREST".  For general help, send email to
[EMAIL PROTECTED] and include in the body of the message "help".

Reply via email to