Skip to main content


Eclipse Community Forums
Forum Search:

Search      Help    Register    Login    Home
Home » Modeling » EMF "Technology" (Ecore Tools, EMFatic, etc)  » how to paging big model and still reserve EMF.Edit command framework?
how to paging big model and still reserve EMF.Edit command framework? [message #606623] Tue, 08 May 2007 10:37
Anthony Lee is currently offline Anthony LeeFriend
Messages: 114
Registered: July 2009
Senior Member
Hi,

My project is based on EMF . It make use of EMF.Edit command
framework.

As the model file is too large, I want to use Teneo to promote the
performance,for example , paging the records , sort records in db, etc.

By customed loadUsingDefinedQueries() method, paging function is
implemented.

But in my Interceptor's onLoad() output, I found out that each time
the RemoveCommand is being created, all records will be loaded.

After I use my customed PersistableEList to override contains
()/containsAll()/listIterator(), the extra load disappear.

But some delegate***() still load records from db...

In fact, all the content appear in UI has been in resource , but the
object's persistableEList's delegate don't know.


Has anyone solved this kind of issue?

Any idea would be appriciated.


Anthony
Previous Topic:[Teneo]Failure to persist a reference (to subclass)
Next Topic:CDO for Eclipse 3.3?
Goto Forum:
  


Current Time: Fri Apr 26 16:28:50 GMT 2024

Powered by FUDForum. Page generated in 0.03516 seconds
.:: Contact :: Home ::.

Powered by: FUDforum 3.0.2.
Copyright ©2001-2010 FUDforum Bulletin Board Software

Back to the top