接口 com.jdon.controller.cache.Cacheable
的使用

使用 Cacheable 的软件包
com.jdon.controller.model   
com.jdon.domain.proxy   
 

com.jdon.controller.modelCacheable 的使用
 

com.jdon.controller.modelCacheable 的子接口
 interface ModelIF
          Domain Model should normal live in memory not in database.
 

实现 Cacheablecom.jdon.controller.model 中的类
 class DynamicModel
          Dynamic Model this class can be used for DTO
 class Model
          Base domain model it can be DTO or nested Model. it is the important message between business layer and view layer. in view layer, it is created by form object(such as ActionForm object);in business layer, it is created by business components(such as session bean).
 

com.jdon.domain.proxyCacheable 的使用
 

实现 Cacheablecom.jdon.domain.proxy 中的类
 class ModelProxyWrapper
           
 



Copyright © 2013. All Rights Reserved.