[ 
https://issues.apache.org/jira/browse/OFBIZ-5781?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14142050#comment-14142050
 ] 

Adrian Crum commented on OFBIZ-5781:
------------------------------------

More advice:

A common design pattern in OFBiz is converting various XML files to Java 
models. In those cases, collections are assembled once, and then they are 
accessed many times. Using Javolution in those cases is pointless - because the 
design depends on objects being returned to the object pool, which will never 
happen in those cases. So, I recommend those instances be converted first.

There are many examples of conversion from Javolution to java.util classes in 
recent code.

> Convert Javolution collections into Java collections
> ----------------------------------------------------
>
>                 Key: OFBIZ-5781
>                 URL: https://issues.apache.org/jira/browse/OFBIZ-5781
>             Project: OFBiz
>          Issue Type: Improvement
>          Components: ALL COMPONENTS
>    Affects Versions: Trunk
>            Reporter: Deepak Dixit
>            Assignee: Ashish Vijaywargiya
>




--
This message was sent by Atlassian JIRA
(v6.3.4#6332)

Reply via email to