Skip to main content

Notice: This Wiki is now read only and edits are no longer 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 Conference Call 10.2.2006"

 
m (Conference Call 10.2.2006 moved to ECF Conference Call 10.2.2006)
 
(4 intermediate revisions by the same user not shown)
Line 1: Line 1:
Project AnnouncementScott is going to be consulting full time for the next few months, and part of that relationship will be payed time working on ECF as project lead and committer (yea!).  This will allow Scott to work more freely on ECF and allow him to push ECF more effectively toward 1.0.
+
==Scott's Happy Announcement==
 +
Scott is going to be consulting full time for the next few months, and part of that relationship will be work on ECF as project lead and committer (yea!).  This will allow Scott to work more freely on ECF and allow him to push ECF more effectively toward 1.0. It will also allow him to attend [http://www.eclipsecon.org/summiteurope2006 Eclipse Summit Europe]
  
There are several major goals in front of ECF:
+
==Getting ECF to 1.0==
 +
Getting ECF to 1.0 has 3 major sub-parts:
 +
# Completing API work for
 +
#* <b>core</b>: org.eclipse.ecf
 +
#* <b>presence</b>: org.eclipse.ecf.presence
 +
#* <b>datashare</b>: org.eclipse.ecf.datashare
 +
#* <b>fileshare</b>: org.eclipse.ecf.fileshare
 +
#* <b>discovery</b>: org.eclipse.ecf.discovery
 +
#* <b>call api</b>: org.eclipse.ecf.call
 +
#* <b>remoteservice api</b>: org.eclipse.ecf.remoteservice
 +
#* <b>bulletin board api</b>: org.eclipse.ecf.bulletinboard
 +
#* <b>pubsub api</b>: org.eclipse.ecf.pubsub
 +
# Implement providers, test code, and exemplary applications for all APIs
 +
# Documentation: Particularly overview and tutorial documentation
  
i) Getting ECF to 1.0.  Getting ECF to 1.0 has 3 major sub-parts:
+
==Deploy already-developed application contributions as more complete ECF example apps==
 +
# [[Shared Code Plugin]]
 +
# [[RT Shared Editing]]
  
    1) Completing API work for
+
==Move VOIP/call API forward==
        a) core/org.eclipse.ecf
+
The call API should eventually provide a protocol independent API for accessing both call setup/signaling, and voip data delivery. Roland Fru and Pierre-Henry Perret are working on implementing Jingle signaling protocol, and a Jingle call data delivery API. Currently the call API only exposes semantics for signaling, and even for signaling the API is not yet complete (needs additions/changes). The call API itself also must be enhanced to support the data delivery needs for VOIP (e.g. codec support, etc). Roland, Pierre, and Scott, need to coordinate with one another on the worka) Call API additions/changes; b) Jingle signaling provider impl; c) Jingle data delivery API and provider.
        b) presence/org.eclipse.ecf.presence
+
        c) datashare/org.eclipse.ecf.datashare
+
        d) fileshare/org.eclipse.ecf.fileshare
+
        e) discovery/org.eclipse.ecf.discovery
+
        f) call api/org.eclipse.ecf.call
+
        g) remoteservice api/org.eclipse.ecf.remoteservice
+
        h) bulletin board api/org.eclipse.ecf.bulletinboard
+
        i) pubsub api/org.eclipse.ecf.pubsub
+
    2) Implement providers, test code, and exemplary applications for all APIs
+
    3) DocumentationParticularly overview and tutorial documentation
+
  
ii) Deploy already-developed application contributions as more complete ECF example apps
+
==Move shared editor and shared code frameworks forward==
    1) Shared Code Plugin (http://wiki.eclipse.org/index.php/Shared_Code_Plugin)
+
The shared editor work is a very compelling application space for Eclipse and the many commercial editors now appearing.  Same is true for shared code search capability. In both cases, ECF can serve a role to enable lots of commercial applications that provide for collaboration in editing and team-based search.
    2) Shared Editor Plugin (http://wiki.eclipse.org/index.php/RT_Shared_Editing)
+
 
+
iii) Move VOIP/call API forward.  The call API should eventually provide a protocol independent API for accessing both call setup/signaling, and voip data delivery.  Roland Fru and Pierre-Henry Perret are working on implementing Jingle signaling protocol, and a Jingle call data delivery API.  Currently the call API only exposes semantics for signaling, and even for signaling the API is not yet complete (needs additions/changes).  The call API itself also must be enhanced to support the data delivery needs for VOIP (e.g. codec support, etc).  Roland, Pierre, and Scott, need to coordinate with one another on the work:  a) Call API additions/changes; b) Jingle signaling provider impl; c) Jingle data delivery API and provider.
+
 
+
iv) Move shared editor and shared code frameworks forwardThe shared editor work started by Ken, and enhanced significantly by Mustafa is a very compelling application space for Eclipse and the many commercial editors now appearing.  Same is true for shared code capability. In both cases, ECF can serve a role to enable lots of commercial applications that provide for some real-time collaboration in editing.
+

Latest revision as of 04:21, 15 November 2006

Scott's Happy Announcement

Scott is going to be consulting full time for the next few months, and part of that relationship will be work on ECF as project lead and committer (yea!). This will allow Scott to work more freely on ECF and allow him to push ECF more effectively toward 1.0. It will also allow him to attend Eclipse Summit Europe

Getting ECF to 1.0

Getting ECF to 1.0 has 3 major sub-parts:

  1. Completing API work for
    • core: org.eclipse.ecf
    • presence: org.eclipse.ecf.presence
    • datashare: org.eclipse.ecf.datashare
    • fileshare: org.eclipse.ecf.fileshare
    • discovery: org.eclipse.ecf.discovery
    • call api: org.eclipse.ecf.call
    • remoteservice api: org.eclipse.ecf.remoteservice
    • bulletin board api: org.eclipse.ecf.bulletinboard
    • pubsub api: org.eclipse.ecf.pubsub
  2. Implement providers, test code, and exemplary applications for all APIs
  3. Documentation: Particularly overview and tutorial documentation

Deploy already-developed application contributions as more complete ECF example apps

  1. Shared Code Plugin
  2. RT Shared Editing

Move VOIP/call API forward

The call API should eventually provide a protocol independent API for accessing both call setup/signaling, and voip data delivery. Roland Fru and Pierre-Henry Perret are working on implementing Jingle signaling protocol, and a Jingle call data delivery API. Currently the call API only exposes semantics for signaling, and even for signaling the API is not yet complete (needs additions/changes). The call API itself also must be enhanced to support the data delivery needs for VOIP (e.g. codec support, etc). Roland, Pierre, and Scott, need to coordinate with one another on the work: a) Call API additions/changes; b) Jingle signaling provider impl; c) Jingle data delivery API and provider.

Move shared editor and shared code frameworks forward

The shared editor work is a very compelling application space for Eclipse and the many commercial editors now appearing. Same is true for shared code search capability. In both cases, ECF can serve a role to enable lots of commercial applications that provide for collaboration in editing and team-based search.

Back to the top