Resin 3.0.5 Release Notes
Resin 3.1

Documentation
Examples
Changes

Release Notes
Change Logs

Resin 3.1.2
Resin 3.1.1
Resin 3.1.0
Archive

Resin 3.0.20
Resin 3.0.19
Resin 3.0.18
Resin 3.0.17
Resin 3.0.16
Resin 3.0.15
Resin 3.0.14
Resin 3.0.13
Resin 3.0.12
Resin 3.0.11
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

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&lt/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-2006 Caucho Technology, Inc. All rights reserved.
Resin ® is a registered trademark, and Quercustm, Ambertm, and Hessiantm are trademarks of Caucho Technology.