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 "ECF/Shared Code Plugin"

< ECF
(Technical Issues)
Line 21: Line 21:
 
Project's schedule is in [[SCP Schedule]], you can be well aware of tasks and status about the project.
 
Project's schedule is in [[SCP Schedule]], you can be well aware of tasks and status about the project.
  
==Technical Issues==
+
==Architecture==
===[[Multipoint Request/Reply Implementation]]===
+
 
 +
All the relevant characteristics of SCP Architecture can be figured out in [[ScpArchitecture]].
  
 
==Screenshots==
 
==Screenshots==
Line 28: Line 29:
 
Screenshots were produced from the SCP and placed where it can be easily seen - [[Screenshots SCP]].
 
Screenshots were produced from the SCP and placed where it can be easily seen - [[Screenshots SCP]].
  
==Architecture==
+
==Technical Issues==
 +
===[[Multipoint Request/Reply Implementation]]===
  
All the relevant characteristics of SCP Architecture can be figured out in [[ScpArchitecture]].
+
==Future Work==
 +
===[[Peer Cache Mechanism]]===
  
==Talks==
+
==Resources and Talks==
 
This session is a nice place to talk abou '''ideas''' and '''clues''' with other people about SCP - [[Talk:Shared_Code_Plugin|Talks]].
 
This session is a nice place to talk abou '''ideas''' and '''clues''' with other people about SCP - [[Talk:Shared_Code_Plugin|Talks]].
  
 
==Futere Work==
 
===Server Cache Mechanism===
 
 
===Peer Cache Mechanism===
 
==Resources==
 
 
===References===
 
===References===
  
 
===Notes===
 
===Notes===

Revision as of 21:51, 26 June 2006

Sharecodelogo.gif

Project Lead: Marcelo Mayworm

Mentor(s): Scott Lewis, Ken Gilmer

Project Motivation

The Shared Code Project is a small set of Eclipse plugins to support dynamic source code search and sharing among a team of Eclipse users. The SCP idea is to provide developers with an easy-to-use interface to search for source code and share source code among developers, which can be leveraged in the applications. Developers can make yours source code on Eclipse Workspace available to a lot of people, adding special metadata into these source code, making way for others developers find easy source code, in ways never possible before. SCP is based in a peer-to-peer communications and file sharing, therefore, the intention is to use the Eclipse Communication Framework (ECF) as base, because ECF provides an open source framework supporting the creation of communications-based applications on the Eclipse platform, using a peer-to-peer network. SCP focuses on the development of tool of collaborative.


Goals

  1. Enable easy-to-user searching of source code across multiple Eclipse workspaces
  2. Support metadata-based searches using Java annotations and/or Eclipse markers. See here for candidate metadata types.
  3. Support the delivery and view/presentation of matching source code in response to remote search requests
  4. Support search restriction based upon source license type, as well as individual and group-level search restrictions

See here more details of how these goals will be achieved.

Schedule

Project's schedule is in SCP Schedule, you can be well aware of tasks and status about the project.

Architecture

All the relevant characteristics of SCP Architecture can be figured out in ScpArchitecture.

Screenshots

Screenshots were produced from the SCP and placed where it can be easily seen - Screenshots SCP.

Technical Issues

Multipoint Request/Reply Implementation

Future Work

Peer Cache Mechanism

Resources and Talks

This session is a nice place to talk abou ideas and clues with other people about SCP - Talks.

References

Notes

Back to the top