Resin 3.0.5 Release Notes
Resin 3.0

Features
Installation
Configuration
Web Applications
IOC/AOP
Resources
JSP
Servlets and Filters
Portlets
Databases
Admin (JMX)
CMP
EJB
Amber
EJB 3.0
Security
XML and XSLT
XTP
JMS
Performance
Protocols
Third-party
Troubleshooting/FAQ

Feature Overview
Release Notes
Change Logs
Migrate from 2.1
Benchmarks
Features FAQ

Resin 3.0.13
Resin 3.0.12
Resin 3.0.11
Archive

Resin 3.0.10
Resin 3.0.9
Resin 3.0.8
Resin 3.0.7
Resin 3.0.6
Resin 3.0.5
Resin 3.0.4
Resin 3.0.3
Resin 3.0.2
Resin 3.0.1
Resin 3.0.0
Resin 3.0.6
Archive
Resin 3.0.4

  1. Overview
  2. JSP and JSTL
  3. Hessian/Burlap
  4. Plugins
  5. RMI
  6. JCA/JMS

Overview

Any bug you find in 3.0.5 should be reported in the bugtrack.

Because of the large number of changes from Resin 2.1 to Resin 3.0, developers should stress test their application with Resin 3.0.5 thoroughly before deploying it.

3.0.5 is a bug fix release. There were few user-visible changes.

JSP and JSTL

The JSP and JSTL generation was reworked to improve performance. Those changes should be invisible to applications.

Hessian/Burlap

The Hessian/Burlap servlet was cleaned up to allow any bean to act as a service. The configuration looks like:

<servlet servlet-name="hessian"
         servlet-class="com.caucho.hessian.servlet.HessianServlet">
  <init>
    <service resin:type="example.MyService">
      <foo>bar</foo>
    </service>
  </init>
</servlet>

Plugins

Plugins now save the configuration values. When the Resin server is not available, the plugin will use the saved value.

Apache's configuration (httpd.conf) now has a CauchoStatus "true" element. By default, CauchoStatus is disabled.

IIS's configuration in resin.ini has an IISPriority configuration to configure the filter's priority.

RMI

There is a new RMI resource for RMI servers. The resource handles Resin's web-app reloading, avoiding the classloader issues typical with RMI.

JCA/JMS

A new JMS listener resource is available. Applications needing to implement a JMS listener can use this resource to receive messages without needing to implement EJB message beans.


Resin 3.0.6
Archive
Resin 3.0.4
Copyright © 1998-2005 Caucho Technology, Inc. All rights reserved.
Resin® is a registered trademark, and HardCoretm and Quercustm are trademarks of Caucho Technology, Inc.