Community
Participate
Working Groups
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.
Initial implementation is checked in into CVS: /cvsroot/eclipse/e4/org.eclipse.e4.resources/examples
Here is a description how to run the demo: http://wiki.eclipse.org/E4/Resources/Semantic_File_System/Demos/Running_e4_Demo_Twitter_Client
The first implementation round is finished and the demo can be used. Further enhancements/fixes should be covered by new bug reports.