| Re: [eclipse-incubator-e4-dev] [resources] Java7 / JSR203 and EFS |
Hi Doug,
I could agree with that. I'm a bit worried about adding async operations
to EFS. Async APIs are complicated to use (and I have tried using the
Debug Services Framework which uses this paradigm to an extreme).
I
wouldn't want to force that on all users of EFS.
And I'm not convinced that features that assume the file system is close
and local can work the same when the file system is slow and remote.
I
have to believe that workflows and designs would be different.
Agreed.
To that extent, let's start assuming that files are quick and local. And
let's investigate how we could leverage ECF to support remote file
systems. If that doesn't meet our needs, we can always add async later.
Scott