Tagged Questions
4
votes
4answers
59 views
client view of very large collection of objects. How to optimize?
I have 3-tier EJB application, and I need to create a view on a thick client (desktop Java application) that shows a very large collection of objects (over 5000 orders). Each object has child ...