阅读文档对应的版本为Resin4.0,且基本只关注Standard版本的功能。
1、Resin可以注册为服务:
To install the service, use
C:/> resin-3.2.x/resin.exe -install -conf conf/myconf.xml / -user MyResinUser -password mypasswordTo remove the service, use
C:/> resin-3.2.x/resin.exe -remove
2、Resin Logs目录里面有访问服务器访问日志在./logs子目录内。
3、Resin服务器本身提供一套类似Spring Security的可配置权限控制解决方案.详见http://www.caucho.com/resin/admin/security.xtp
4、显式定义Web应用目录的方法:
5、Resin本身提供依赖注入:Java Injection (CanDI, JSR-299) Injection :http://www.caucho.com/resin/admin/candi.xtp ,注意这句:CanDI provides a straightforward driver for integrating Resin capabilities with popular frameworks. Struts2, Spring, Mule, and Wicket have already been integrate。
6、在database configuration部分,注意现在的配置有Protecting the database password的方法。
7、关于Server Push (Comet):Resin's Comet support focuses on solving the concurrency issues around server push.
8、Resin内建Rewrite and Dispatch机制
9、Resin's remoting lets applications write services as plain Java objects and export them with a choice of protocols, including Hessian, Burlap, CXF (SOAP), XFire. Because Resin activates the service as an IoC singleton, the service can use any of Resin's IoC capabilities, including dependency injection, AOP interception, EJB transactions, and event handling.
10、virtual host的设置样例:
本文档概述了Resin服务器4.0版本的配置方法及关键特性,包括服务注册、日志管理、权限控制方案、Web应用目录定义、内置依赖注入机制、数据库配置保护、Server Push支持、Rewrite和Dispatch机制、服务暴露方式以及虚拟主机设置等。

6690

被折叠的 条评论
为什么被折叠?



