ServiceBinder.bind() with an interface should check to see if there's an Impl 
class and bind to that.
-----------------------------------------------------------------------------------------------------

                 Key: TAPESTRY-1810
                 URL: https://issues.apache.org/jira/browse/TAPESTRY-1810
             Project: Tapestry
          Issue Type: New Feature
          Components: tapestry-ioc
    Affects Versions: 5.0.5
            Reporter: Howard M. Lewis Ship


In a module bind() method, if you invoke ServiceBinder.bind() and pass an 
interface, the code should check to see if there's a class in the same package 
named "XYZImpl" (for interface XYZ).  If so, it should bind that Impl class as 
the implementation class.  Convention over configuration, even in the small 
details.

-- 
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]

Reply via email to