Eclipse Dstore server
I recently stumbled across Eclipse's Dstore server, couldn't underst开发者_C百科and what it really does from the articles on the net. Can someone please tell me what is the use of Dstore server? Also, is it possible to develop server side code which could be accessed from client machine through Dstore server, like web requests are served by servlets via App server?
RSE DStore (Remote System Explorer DataStore) is one of the protocols supported by the Target Management project (the others being ssh or ftp).
Hence the use of a DStore server, to give access to remote file-system and remote processes.
Introduced late 2006, you will find all the details and API in the RSE DStore Developer Guide:
The DataStore communications framework is used to provide remote access and tooling for the Remote System Explorer.
It is a:
- communications layer,
- in-memory data repository and
- a pluggable tooling framework.
While Eclipse provides the ability for local tools to plug into the Eclipse workbench, DataStore provides the ability to integrate remote tools into the Remote System Explorer
精彩评论