请高手们介绍一下ofbizz中ControlServlet流程。
请高手们介绍一下ofbizz中ControlServlet流程。
init()
configureBSF();
// initialize the delegator 实体引擎准备好了
getDelegator();
// initialize security 权限的准备工作
getSecurity();
// initialize the services dispatcher 服务引擎准备好了
getDispatcher();
// initialize the request handler
getRequestHandler();
然后主要是 doget()方法了,做流程控制
呵呵说的太简单了