WEB: Merge handler and producers in a single hierarchy
------------------------------------------------------

                 Key: LABS-192
                 URL: https://issues.apache.org/jira/browse/LABS-192
             Project: Labs
          Issue Type: Improvement
          Components: Magma
            Reporter: Simone Gianni
            Assignee: Simone Gianni


Having them separated makes a lot of stuff complex, and duplicates a lot of 
code since both have very similar parameters (like the creating handler, the 
base and complete path etc..).

The system could consider the handler a kind of producer which is further 
resolvable to obtain yet another producer, until the resulting producer is not 
resolvable anymore.

So, the common interface could contain a single method "resolve", which will 
ultimately return a non resolvable producer, either the same producer that has 
been called or null if the request is not resolvable.

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