You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@shindig.apache.org by "Adam Winer (JIRA)" <ji...@apache.org> on 2008/10/02 02:14:44 UTC

[jira] Updated: (SHINDIG-638) HandlerProvider should use Providers, not Injectors

     [ https://issues.apache.org/jira/browse/SHINDIG-638?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Adam Winer updated SHINDIG-638:
-------------------------------

    Priority: Minor  (was: Major)

> HandlerProvider should use Providers, not Injectors
> ---------------------------------------------------
>
>                 Key: SHINDIG-638
>                 URL: https://issues.apache.org/jira/browse/SHINDIG-638
>             Project: Shindig
>          Issue Type: Improvement
>          Components: RESTful API (Java)
>            Reporter: Adam Winer
>            Priority: Minor
>   Original Estimate: 1h
>  Remaining Estimate: 1h
>
> HandlerProvider gives Class<? extends DataRequestHandlers>, then ApiServlet uses Injector.getInstance().
> It'd be cleaner if HandlerProvider gave Provider<? extends DataRequestHandler>, so ApiServlet didn't need to use the Injector at all.

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.