You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@openwebbeans.apache.org by "Mark Struberg (JIRA)" <ji...@apache.org> on 2010/03/02 18:55:27 UTC

[jira] Created: (OWB-313) create caching strategies for resolving Bean for BeanManager and EL invocations

create caching strategies for resolving Bean<T> for BeanManager and EL invocations
----------------------------------------------------------------------------------

                 Key: OWB-313
                 URL: https://issues.apache.org/jira/browse/OWB-313
             Project: OpenWebBeans
          Issue Type: Improvement
          Components: Injection and Lookup
    Affects Versions: M4
            Reporter: Mark Struberg
            Assignee: Mark Struberg
             Fix For: 1.0.0


Currently any EL expression and BeanManager#getBeans(Class type) will go through the whole resolving process over and over again

These invocations should get cached

For ExpressionLangurage invocations:
.) positive cache name -> Bean<T>
.) negative cache List<String> notFoundInEL; 

For BeanManager queries
.) Map<Type, List<Bean<T>>

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


[jira] Resolved: (OWB-313) create caching strategies for resolving Bean for BeanManager and EL invocations

Posted by "Mark Struberg (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/jira/browse/OWB-313?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Mark Struberg resolved OWB-313.
-------------------------------

    Resolution: Fixed

> create caching strategies for resolving Bean<T> for BeanManager and EL invocations
> ----------------------------------------------------------------------------------
>
>                 Key: OWB-313
>                 URL: https://issues.apache.org/jira/browse/OWB-313
>             Project: OpenWebBeans
>          Issue Type: Improvement
>          Components: Injection and Lookup
>    Affects Versions: M4
>            Reporter: Mark Struberg
>            Assignee: Mark Struberg
>             Fix For: 1.0.0
>
>
> Currently any EL expression and BeanManager#getBeans(Class type) will go through the whole resolving process over and over again
> These invocations should get cached
> For ExpressionLangurage invocations:
> .) positive cache name -> Bean<T>
> .) negative cache List<String> notFoundInEL; 
> For BeanManager queries
> .) Map<Type, List<Bean<T>>

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