Community
Participate
Working Groups
The new engine extension framework allows user to control the life cycle of the extension object. This enables user doing custom management of complex extensions, which is needed for special requirements like extension performance tuning and execution logic tweaking.
Add a new extension point: extendedItemFactory. By implementing this point, Users could get all the functionalities provided by Engine for extended items, like eventHandler, queryItem etc. The way of extending those points one by one works as well. In case of implementing both, extendedItemFactory is considered first.
Verified in build (2.3.0.v20080324-0800).