Skip to main content

Notice: this Wiki will be going read only early in 2024 and edits will no longer be possible. Please see: https://gitlab.eclipse.org/eclipsefdn/helpdesk/-/wikis/Wiki-shutdown-plan for the plan.

Jump to: navigation, search

Difference between revisions of "E4/Resources/Semantic File System"

< E4‎ | Resources
Line 1: Line 1:
Semantic File System (SFS) represents an&nbsp;add-on to the Eclipse Resource Management that augments the Resources Plug-in API with an additional API to work with RESTful or REST-like resources. The implementation is based on EFS. The Semantic File System introduces a new SPI to be implemented by content providers that handle access via their specific communication protocol or proprietary client library.  
+
Semantic File System (SFS) represents an add-on to the Eclipse Resource Management that augments the Resources Plug-in API with an additional API to work with RESTful or REST-like resources. The implementation is based on EFS. The Semantic File System introduces a new SPI to be implemented by content providers that handle access via their specific communication protocol or proprietary client library.  
  
 
Semantic File System addresses many of the aspects that were formulated in [[E4/Resources/Requirements]] and [[E4/Resources/Work Areas]].  
 
Semantic File System addresses many of the aspects that were formulated in [[E4/Resources/Requirements]] and [[E4/Resources/Work Areas]].  
Line 15: Line 15:
 
=== Downloads  ===
 
=== Downloads  ===
  
No downloads are currently availiable. Source code can be downloaded from [https://bugs.eclipse.org/bugs/show_bug.cgi?id=292197 bug 292197]  
+
No binary downloads are currently availiable. Source code can be downloaded from [https://bugs.eclipse.org/bugs/show_bug.cgi?id=292197 bug 292197]  
  
 
=== Source  ===
 
=== Source  ===

Revision as of 04:40, 18 December 2009

Semantic File System (SFS) represents an add-on to the Eclipse Resource Management that augments the Resources Plug-in API with an additional API to work with RESTful or REST-like resources. The implementation is based on EFS. The Semantic File System introduces a new SPI to be implemented by content providers that handle access via their specific communication protocol or proprietary client library.

Semantic File System addresses many of the aspects that were formulated in E4/Resources/Requirements and E4/Resources/Work Areas.

Concept

Presentations

Talk at Eclipse Summit Europe 2009

Downloads

No binary downloads are currently availiable. Source code can be downloaded from bug 292197

Source

The implementation is provided via Bugzilla bug 292197.

Brief introduction to the source code can be found here: E4/Resources/Semantic File System/Where to Look at First.

Demos

Resources/Semantic_File_System/Demos

Communication Channels

Back to the top