[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[news.eclipse.tools.emf] Best Practice Approach

All,

1. All the EMF commands are stored in a command stack. when should we clear
the stack? Are there scenarios when the command stack is too huge for the
application (Eclipse) to handle.

2. The EMF model data is displayed in my view. The view has a commit and
retrieve buttons to commit and retrieve information to and from the server.
Many of you would have handled similar scenario. When a commit is performed,
would it be advisable to clear the command stack. i.e. users can't  revert
back (performing an Undo operation) after they have performed a commit
operation.

Thanks
Balaji