Some Eclipse Foundation services are deprecated, or will be soon. Please ensure you've read this important communication.

Bug 319703

Summary: [sfs] implement e4-based Twitter Client as demo for e4 and SFS capabilities
Product: [Eclipse Project] e4 Reporter: Eduard Bartsch <eduard.bartsch>
Component: ResourcesAssignee: Eduard Bartsch <eduard.bartsch>
Status: RESOLVED FIXED QA Contact:
Severity: normal    
Priority: P3 CC: mathias.kinzler, Szymon.Brandys
Version: 1.0   
Target Milestone: ---   
Hardware: All   
OS: All   
Whiteboard:

Description Eduard Bartsch CLA 2010-07-13 08:54:34 EDT
Implement a simple Twitter client that demonstrates usage of Semantic File System in RCP scenarios. 

The client should use e4 capabilities (modeled workbench, parts and part service, Dependency Injection).

The demo client shoudl use REST API provided by Twitter to retrieve user timeline, user thumbnail as well as lists of friends and followers. The demo client should use SFS for caching of retrieved content in local file system and and for shared local access to the cached content.

The focus of the demo client should be on SFS technology demonstration and not on usability and productive usage.
Comment 1 Eduard Bartsch CLA 2010-07-14 10:37:46 EDT
Initial implementation is checked in into CVS: /cvsroot/eclipse/e4/org.eclipse.e4.resources/examples
Comment 2 Eduard Bartsch CLA 2010-07-14 11:22:00 EDT
Here is a description how to run the demo:

http://wiki.eclipse.org/E4/Resources/Semantic_File_System/Demos/Running_e4_Demo_Twitter_Client
Comment 3 Eduard Bartsch CLA 2010-08-19 10:27:59 EDT
The first implementation round is finished and the demo can be used. 

Further enhancements/fixes should be covered by new bug reports.