Some Eclipse Foundation services are deprecated, or will be soon. Please ensure you've read this important communication.
Bug 319703 - [sfs] implement e4-based Twitter Client as demo for e4 and SFS capabilities
Summary: [sfs] implement e4-based Twitter Client as demo for e4 and SFS capabilities
Status: RESOLVED FIXED
Alias: None
Product: e4
Classification: Eclipse Project
Component: Resources (show other bugs)
Version: 1.0   Edit
Hardware: All All
: P3 normal (vote)
Target Milestone: ---   Edit
Assignee: Eduard Bartsch CLA
QA Contact:
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2010-07-13 08:54 EDT by Eduard Bartsch CLA
Modified: 2010-08-19 10:27 EDT (History)
2 users (show)

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
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.