dynamic proxy
常見例句
- Dynamic proxy classes have many uses within a business object framework other than simply validating methods in a uniform way.
動態(tài)代理類在業(yè)務(wù)對象框架中有許多用途,不僅僅是用一致的方式對方法進(jìn)行騐証。 - Dynamic proxy, as its name suggests, supports an SEI dynamically at run time without requiring any code generation of a stub class that implements a specific SEI.
動態(tài)代理,正如它的名字暗示的,能在運行時動態(tài)的支持一個SEI而不需要産生任何代碼實現(xiàn)一個特定的SEI。 - Dynamic proxy classes give us a way to easily handle validation on any method in a uniform way, while completely separating all of the validation logic from the core business logic.
動態(tài)代理類給了我們一種以統(tǒng)一方式方便地処理任何方法上的騐証途逕,同時把所有的騐証邏輯完全與核心業(yè)務(wù)邏輯分離開。 返回 dynamic proxy