tomcat 阅读笔记

1.
tomcat有4中级别的容器。都实现容器接口。
The first thing to note about containers in Catalina is that there are four types of
containers at different conceptual levels:
 Engine. Represents the entire Catalina servlet engine.
 Host. Represents a virtual host with a number of contexts.
 Context. Represents a web application. A context contains one or more
wrappers.
 Wrapper. Represents an individual servlet.

2.

一个context里一般有一个或者多个wrapper,每个wrapper都对应了一个servlet.
wrapper的parent必须是context。参照下边的StandardWrapper 类声明。

[color=red]StandardWrapper [/color]is the standard implementation of the <b>Wrapper</b> interface that [color=red]represents an individual servlet definition. No child Containers are allowed, and the parent Container must be a Context.[/color]
3.

Tomcat 对观察者做了扩展,增加了另外两个类:LifecycleSupport、LifecycleEvent,它们作为辅助类扩展了观察者的功能。LifecycleEvent 使得可以定义事件类别,不同的事件可区别处理,更加灵活。LifecycleSupport 类代理了主题对多观察者的管理,将这个管理抽出来统一实现,以后如果修改只要修改 LifecycleSupport 类就可以了,不需要去修改所有具体主题,因为所有具体主题的对观察者的操作都被代理给 LifecycleSupport 类了。这可以认为是观察者模式的改进版
评论
添加红包

请填写红包祝福语或标题

红包个数最小为10个

红包金额最低5元

当前余额3.43前往充值 >
需支付:10.00
成就一亿技术人!
领取后你会自动成为博主和红包主的粉丝 规则
hope_wisdom
发出的红包
实付
使用余额支付
点击重新获取
扫码支付
钱包余额 0

抵扣说明:

1.余额是钱包充值的虚拟货币,按照1:1的比例进行支付金额的抵扣。
2.余额无法直接购买下载,可以购买VIP、付费专栏及课程。

余额充值