资 源 简 介
ZK CDI
ZK CDI integrates ZK Java Ajax Framework and JBoss Weld CDI RI together.
ZK CDI is based on the portable extension mechanism defined in JSR-299 of the Java EE 6 platform. It allows Java EE application developers to seamlessly leverage both ZK and CDI’s powerful set of features for developing enterprise applications.
In addition to the built in features of CDI, ZK CDI provides the following features:
Custom variable resolver/EL resolver - The custom variable resolver resolves CDI managed beans within zscript, an EL expression (${...}) and ZK annotated data binding expression (@{…}) using their EL name.
ZK custom scopes - In addition to built-in CDI scopes such as Session, Request, Application and Conversation this extension provides five additional ZK scopes; Desktop, Page, Execution, IdSpace and Component
ZK components as managed beans -