Dear Wiki user,

You have subscribed to a wiki page or wiki category on "Tapestry Wiki" for 
change notification.

The following page has been changed by ErikVullings:
http://wiki.apache.org/tapestry/HiveMind

------------------------------------------------------------------------------
  
  In addition, new elements, such as <service-binding> will be added, to easily 
connect HiveMind services to component parameters.
  
+ ----
+ 
+ About the new elements. Is a new binding type needed? I mean, you just need a 
handle to the service to bind it.
+ 
+ I'm thinking a variation of <property-specification> would be nice..
+ 
+ {{{<service-property name="boo" service-id="my.module.MyService" 
interface="com.x.y.MyService"/>}}}
+ 
+ Would be cool if the class enhancement worked for this as it does for 
<property-specification>
+ 
+ i.e.
+ {{{
+ public abstract MyPage extends BasePage {
+   abstract MyService getBoo();
+ }
+ }}}
+ 
+ GeoffLongman
+ 

---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to