You are viewing a plain text version of this content. The canonical link for it is here.
Posted to user@turbine.apache.org by Leandro Rodrigo Saad Cruz <le...@ibnetwork.com.br> on 2004/03/23 00:25:09 UTC

[OT] new xingu components released

Hi all. I released some new components on Xingu.
(Eric: your hibernate work will be integrated as soon as possible)

Among them, there is another version of intake called ExIntake :
Extensible Intake, which can be extended in many ways.
if you want exintake to handle new xml elements added by you, you can register 
a content handler at the xml processing chain an them cast the field to what you want.

MyAbstraction tmp = (MyAbstraction) group.get("fieldName");

This cast is safe because exintake fields are DynamicProxys that implement a list
of interfaces provided at exintake.xml.

Other feature is the ability to load multiple configuration files containing group descriptions.

hope you like it.

http://xingu.sf.net

-- 
Leandro Rodrigo Saad Cruz
InterBusiness Tecnologia e Serviços
IB    - www.ibnetwork.com.br
DB    - www.digitalbrand.com.br
OJB   - db.apache.org/ojb
XINGU - xingu.sf.net


---------------------------------------------------------------------
To unsubscribe, e-mail: turbine-user-unsubscribe@jakarta.apache.org
For additional commands, e-mail: turbine-user-help@jakarta.apache.org