I'm trying to define a contribution in HiveMind that will use the
ComponentConstructorFactory service to create objects enhanced with Tapestry
services, but I can't seem to grok the proper module syntax yet.
It looks like the ComponentConstructorFactory service will perform the
necessary enhancements with respect to annotations and the like if I can
just get it to serve as an object factory.
I'd like to do the following in defining an ASO:
<contribution configuration-id="tapestry.state.ApplicationObjects">
<state-object name="LoginBean" scope="request">
<!--
Use the ComponentConstructorFactory service to
create the object
and inject services in much the same way page
objects are
manufactured.
-->
</state-object>
</contribution>
Any ideas on the syntax?
-Lance
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]