How to handle long beans lists



I'm developing a java desktop app thats migrate data between 2 data
sources. The result of this is a very long set of bean objects that I
store in a list. My question is, what is the recommended practice in
order to handle very long list, I was thinking in some cache-based
approach. Any help will be appreciated.

Kind regards.

.