TeedaでのApplicationスコープ


@Statelessは、Seasar2の内部では、@Component(instance=InstanceType.SINGLETON,
autoBinding=AutoBindingType.NONE)と解釈されます。
どういう動きをするのか、Seasar2を知っている方なら
直ぐに想像がつくでしょう。

TeedaはmanagedbeanをS2管理にさせています。(ま、とうぜんっすねえ)
上記のようにTeedaでもmanagedbeanのApplicationスコープは
S2のInstanceType.SINGLETONに対応付けとしています。
Request、Sessionはそのまんまですね。
NoneはOUTERですね。