原创 Jboss Ejb3.0 Statefull Bean

這個例子結合了j2se5.0的generis新特性,可以先看下我寫的J2se5.0 generis新特性  ShoppingCart.javapackage org.jboss.tutorial.stateful.bean;import

原创 Jboss EJB3.0 security

 Calculator.javapackage org.jboss.tutorial.security.bean; import javax.ejb.Remote; @Remotepublic interface Calculator{ 

原创 HttpRequest

An HttpRequest is the Catalina internal facade for an HttpServletRequest that is to be processed, in or

原创 CATALINA_HOME/conf/web.xml

$CATALINA_HOME/conf/web.xml先介紹兩種在tomcat中經常要用到的:DefaultServlet和JspServlet 。前者爲處理Servlet後者爲編譯Jsp文件。 DefaultServlet<servle

原创 Context

A Context is a Container that represents a servlet context, and therefore an individual web application

原创 Digester in Tomcat

 Digester 在tomcat中與配置文件 *.xml相結合發揮了重大作用,Digester here act as role to instance every object by a chain between each obje

原创 Host

A Host is a Container that represents a virtual host in the Catalina servlet engine. It is useful in th

原创 ClassLoader in Tomcat[轉貼]

ClassLoader in Tomcat1 - Tomcat的類載入器的結構 Tomcat Server在啓動的時候將構造一個ClassLoader樹,以保證模塊的類庫是私有的Tomcat Server的ClassLoader結構如下:

原创 tomcat詞彙

ConnectorContainerContextEngineHttpRequestHttpResponseHostLoaderRequestResponseServiceWrapper

原创 java dictionary

A    B    C    D    E    F    G    H    I    J    K    L    M    N    O    P    Q    R    S    T    U    V    W    X   

原创 Service

A Service is a group of one or more Connectors that share a single Container to process their incoming

原创 Tomcat源代碼分析

文章 前言 請求的接收和處理 classLoader in tomcat conf/web.xml digester in tomcat lifecycleListener in tomcat naming in tomcat

原创 Engine

An Engine is a Container that represents the entire Catalina servlet engine. It is useful in the follow

原创 Connector

A Connector is a component responsible receiving requests from, and returning responses to, a client ap

原创 Response

A Response is the Catalina-internal facade for a ServletResponse that is to be produced, based on the p