Allow service builders named "build" and determine service id from the result
type
----------------------------------------------------------------------------------
Key: TAPESTRY-1341
URL: https://issues.apache.org/jira/browse/TAPESTRY-1341
Project: Tapestry
Issue Type: New Feature
Components: tapestry-ioc
Affects Versions: 5.0
Reporter: Howard M. Lewis Ship
Threre's a strong pattern for service builders of the form:
Foo buildFoo(...) { ... }
In fact, virtually all service builders are of this form.
Seems like a Dont Repeat Yourself violation.
Foo build(...) {...}
seems completely reasonable; determine the service id from the service
interface name (the unqualified part).
Obviously, the current behavior would be left for the reasonable cases where
you need to provide a specific service id.
--
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]