Hello,
Anonymous has commented on
http://tapestry.apache.org/defining-tapestry-ioc-services.html.
You can find the comment here:
http://tapestry.apache.org/defining-tapestry-ioc-services.html#comment_4046
Please note that if the comment contains a hyperlink, it must be approved
before it is shown on the site.
Below is the reply that was posted:
~~~~
When it comes to using the ServiceBinder object, I think it would be great
if you bind multiple services in a single statement rather than one per
statement. For example, the following would be useful:
public class MyModule {
public static void bind (ServiceBinder binder) {
binder.bind("org.example.service", "org.example.service.impl");
}
}
In such a case, an entire package of service interfaces can be bound to an
entire package of implementations.
~~~~
With regards,
The Apache Tapestry Project.
You are receiving this email because you have subscribed to changes for the
tapestry site.
To stop receiving these emails, unsubscribe from the mailing list that is
providing these notifications.
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]