[weld-issues] [JBoss JIRA] Created: (WELD-614) Scalability problem with class framework APIs

David Allen (JIRA) jira-events at lists.jboss.org
Mon Aug 16 04:35:12 EDT 2010


Scalability problem with class framework APIs
---------------------------------------------

                 Key: WELD-614
                 URL: https://jira.jboss.org/browse/WELD-614
             Project: Weld
          Issue Type: Bug
          Components: Bootstrap and Metamodel API
    Affects Versions: 1.0.1.Final
            Reporter: David Allen
            Assignee: David Allen
             Fix For: 1.1.0.BETA2


When external API frameworks are used in conjunction with a Weld deployment, the class hierarchies are redundantly reflected causing an abundance of collections of redundant methods and members to be created.  As a simple example, consider the Struts framework.  It has only a few basic classes from which many application classes extend.  While the application classes may themselves have few methods or members, the base classes can have many, which in this case are duplicated for each application class.

-- 
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators: https://jira.jboss.org/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira

        


More information about the weld-issues mailing list