| ||||||||||
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 |
OverviewAny 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 JSTLThe JSP and JSTL generation was reworked to improve performance. Those changes should be invisible to applications. Hessian/BurlapThe 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> PluginsPlugins 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. RMIThere is a new RMI resource for RMI servers. The resource handles Resin's web-app reloading, avoiding the classloader issues typical with RMI. JCA/JMSA 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.
|