Send ecf-dev mailing list submissions to
ecf-dev@xxxxxxxxxxx
To subscribe or unsubscribe via the World Wide Web, visit
https://dev.eclipse.org/mailman/listinfo/ecf-dev
or, via email, send a message with subject or body 'help' to
ecf-dev-request@xxxxxxxxxxx
You can reach the person managing the list at
ecf-dev-owner@xxxxxxxxxxx
When replying, please edit your Subject line so it is more specific
than "Re: Contents of ecf-dev digest..."
Today's Topics:
1. Re: Request for suggestion about implementing a shared model
(Scott Lewis)
2. Vote for Committer status for Mustafa Isik has started
(portal on behalf of Scott Lewis)
3. 8/5/2007 conf call RESCHEDULED for 8/13/2007 (Scott Lewis)
4. Re: 8/5/2007 conf call RESCHEDULED for 8/13/2007 (Scott
Lewis)
5. +1 for Mustafa Isik (portal on behalf of Chris Aniszczyk)
6. +1 for Mustafa Isik (portal on behalf of Marcelo Mayworm)
7. +1 for Mustafa Isik (portal on behalf of Peter Mackie)
8. +1 for Mustafa Isik (portal on behalf of Ken Gilmer)
9. +1 for Mustafa Isik (portal on behalf of Pierre-Henry Perret)
10. +1 for Mustafa Isik (portal on behalf of Ted Kubaska)
11. logging onto ecf2 (Ted Kubaska)
12. +1 for Mustafa Isik (portal on behalf of Remy Suen)
-------------------------------------------------------------------
---
Message: 1
Date: Mon, 06 Aug 2007 10:25:57 -0700
From: Scott Lewis <slewis@xxxxxxxxxxxxx>
Subject: Re: [ecf-dev] Request for suggestion about implementing a
shared model
To: "Eclipse Communication Framework (ECF) developer mailing list."
<ecf-dev@xxxxxxxxxxx>
Message-ID: <46B759A5.9000209@xxxxxxxxxxxxx>
Content-Type: text/plain; charset="iso-8859-1"
Hi Mario,
Mario Scalas wrote:
Hi all,
I need to share a model representing a queue of pending
requests in a group
chat. Moderator should be able to approve/reject requests and
modifications
on his local model should trigger changes in remote hosts too (so
users can
see what is the state).
Any advice on how should I implement this? Implementing the
model as an
ISharedObject or using the DataShare API?
I would suggest that you stick with the DataShare API...and
implement
your own model and associated synchronization protocol by using
IChannel.sendMessage. Also, the datashare API is supported by
several
transports (e.g. xmpp, ecf generic, jms provider, etc) so this
would
allow you to run the same logic on a variety of implementations.
But it does sound as if there are good reasons to also consider the
shared object API, as it like you want to do a fair amount with
replicated state...and the shared object API is intended to make
state
replication and associated replica synchronization easier.
One point to appreciate: the 'default' implementation of datashare
(i.e. in plugin org.eclipse.ecf.provider.datashare) is actually
implemented via a shared object...so if you like you could start by
using the datashare API, and if you find that you need it or want
the
extra facilities provided by the shared object API, you could 'drop
down' to use the shared object API directly.
Sounds like an interesting project. Any chance that you could tell
us
more about it...or perhaps even make it available to other ECF
users?
Note that we in ECF are going to be doing a fair amount of work on
'shared models' in the Ganymede timeframe, as we are going to be
working
on adding API and impl for replicating models for shared editing,
and
keeping them in synch as peer-based changes/editing are made. If
this
is something people would like to contribute to, please let us
know.
Thanks,
Scott
Thanks
Mario
-------------------------------------------------------------------
-----
_______________________________________________
ecf-dev mailing list
ecf-dev@xxxxxxxxxxx
https://dev.eclipse.org/mailman/listinfo/ecf-dev
-------------- next part --------------
An HTML attachment was scrubbed...
URL:
https://dev.eclipse.org/mailman/listinfo/ecf-dev/attachments/200708
06/94bf9d23/attachment.html
------------------------------
Message: 2
Date: Mon, 6 Aug 2007 14:29:02 -0400 (EDT)
From: slewis@xxxxxxxxxxxxx (portal on behalf of Scott Lewis)
Subject: [ecf-dev] Vote for Committer status for Mustafa Isik has
started
To: ecf-dev@xxxxxxxxxxx
Message-ID: <20070806182902.DAE32338E6@xxxxxxxxxxxxxxxx>
technology.ecf Committers,
Scott Lewis has nominated Mustafa Isik as a Committer on the
technology.ecf
project. The reason given is as follows:
Mustafa was the leader of the Google SOC 2006 project 'Real-Time
Shared
Editing' [1]. He has contributed this code base
to ECF [1a], and as a committer will be the maintainer of this
codebase as
further work on real-time shared editing is done for Ganymede
release.
Mustafa has already contributed tremendously to ECF, and as ECF
does more
work in real-time shared editing, his contributions as a committer
will
also be very strong.
Mustafa's blog [2].
His picture [3]. He is currently working with Google.
[1] http://wiki.eclipse.org/RT_Shared_Editing
[1a] https://dev.eclipse.org/ipzilla/show_bug.cgi?id=1558
[2] http://codesurgeon.blogspot.com/
[3]
http://wiki.eclipse.org/Eclipse_Communication_Framework_Project#ECF
_at_Ecli
pse_Summit_Europe_2006
* https://bugs.eclipse.org/bugs/show_bug.cgi?id=1
* https://bugs.eclipse.org/bugs/show_bug.cgi?id=2
* https://bugs.eclipse.org/bugs/show_bug.cgi?id=3
* https://bugs.eclipse.org/bugs/show_bug.cgi?id=1
* https://bugs.eclipse.org/bugs/show_bug.cgi?id=2
* https://bugs.eclipse.org/bugs/show_bug.cgi?id=3
The vote is being held via the MyFoundation portal: voters *must*
use the
portal for the votes to be properly recorded. The voting will
continue
until either all 12 existing Committers have voted or until they
have been
given enough time to vote, even if they do not do so (defined as at
least
one week). Mustafa Isik must receive at least three +1s and no -1s
for a
successful election.
Eligible Committers must cast their votes through their My
Foundation
portal page (do NOT just reply to this email; your vote will not be
correctly recorded unless you use the portal):
http://portal.eclipse.org/
If you have any questions, please do not hesitate to contact your
project
lead, PMC member, or the EMO <emo@xxxxxxxxxxx>
The project Committers eligible to vote are:
Chris Aniszczyk
Boris Bokowski
Ken Gilmer
Ted Kubaska
Scott Lewis
Peter Mackie
Marcelo Mayworm
Roland Ndaka Fru
Peter Nehrer
Pierre-Henry Perret
Mary Ruddy
Remy Suen
------------------------------
Message: 3
Date: Mon, 06 Aug 2007 11:33:45 -0700
From: Scott Lewis <slewis@xxxxxxxxxxxxx>
Subject: [ecf-dev] 8/5/2007 conf call RESCHEDULED for 8/13/2007
To: "Eclipse Communication Framework (ECF) developer mailing list."
<ecf-dev@xxxxxxxxxxx>
Message-ID: <46B76989.30202@xxxxxxxxxxxxx>
Content-Type: text/plain; charset=ISO-8859-1; format=flowed
Hi Folks,
Because of unexpected work commitments, I need to cancel the
conference
call for 8/5/2007 (today) at Noon pacific (1900 UTC). My
apologies.
We WILL have a meeting next Monday, Aug 13, 2007 at usual
time/place:
http://wiki.eclipse.org/Eclipse_Communication_Framework_Project#Nex
t_Conference_Call:__Monday.2C_Aug_13.2C_2007
If you can, please try to arrange your schedules to attend next
week's
meeting (8/13/2007), as now that 1.0.2 is out we will be discussing
new
feature and API planning for 1.1 and beyond.
Thanks,
Scott
------------------------------
Message: 4
Date: Mon, 06 Aug 2007 11:34:48 -0700
From: Scott Lewis <slewis@xxxxxxxxxxxxx>
Subject: Re: [ecf-dev] 8/5/2007 conf call RESCHEDULED for 8/13/2007
To: "Eclipse Communication Framework (ECF) developer mailing list."
<ecf-dev@xxxxxxxxxxx>
Message-ID: <46B769C8.3050201@xxxxxxxxxxxxx>
Content-Type: text/plain; charset=ISO-8859-1; format=flowed
Hi Folks,
Slight correction...8/6/2007 conference call (today) :)
Scott
Scott Lewis wrote:
Hi Folks,
Because of unexpected work commitments, I need to cancel the
conference call for 8/5/2007 (today) at Noon pacific (1900 UTC).
My
apologies.
We WILL have a meeting next Monday, Aug 13, 2007 at usual
time/place:
http://wiki.eclipse.org/Eclipse_Communication_Framework_Project#Nex
t_Conference_Call:__Monday.2C_Aug_13.2C_2007
If you can, please try to arrange your schedules to attend next
week's
meeting (8/13/2007), as now that 1.0.2 is out we will be
discussing
new feature and API planning for 1.1 and beyond.
Thanks,
Scott
_______________________________________________
ecf-dev mailing list
ecf-dev@xxxxxxxxxxx
https://dev.eclipse.org/mailman/listinfo/ecf-dev
------------------------------
Message: 5
Date: Mon, 6 Aug 2007 14:40:05 -0400 (EDT)
From: zx@xxxxxxxxxx (portal on behalf of Chris Aniszczyk)
Subject: [ecf-dev] +1 for Mustafa Isik
To: ecf-dev@xxxxxxxxxxx
Message-ID: <20070806184005.8B13B336FA@xxxxxxxxxxxxxxxx>
+1
+1!
Voting summary: http://portal.eclipse.org/
------------------------------
Message: 6
Date: Mon, 6 Aug 2007 15:14:02 -0400 (EDT)
From: mayworm@xxxxxxxxx (portal on behalf of Marcelo Mayworm)
Subject: [ecf-dev] +1 for Mustafa Isik
To: ecf-dev@xxxxxxxxxxx
Message-ID: <20070806191403.00A9633746@xxxxxxxxxxxxxxxx>
+1
Welcome!
Voting summary: http://portal.eclipse.org/
------------------------------
Message: 7
Date: Mon, 6 Aug 2007 15:19:02 -0400 (EDT)
From: pete@xxxxxxxxxxxx (portal on behalf of Peter Mackie)
Subject: [ecf-dev] +1 for Mustafa Isik
To: ecf-dev@xxxxxxxxxxx
Message-ID: <20070806191902.C53BB337F1@xxxxxxxxxxxxxxxx>
+1
Voting summary: http://portal.eclipse.org/
------------------------------
Message: 8
Date: Mon, 6 Aug 2007 15:22:02 -0400 (EDT)
From: kgilmer@xxxxxxxxxxxxxxxx (portal on behalf of Ken Gilmer)
Subject: [ecf-dev] +1 for Mustafa Isik
To: ecf-dev@xxxxxxxxxxx
Message-ID: <20070806192202.AE627337D5@xxxxxxxxxxxxxxxx>
+1
This is where you enter your comments about the candidate and you
explain
why you are voting +1, 0, or -1.
Voting summary: http://portal.eclipse.org/
------------------------------
Message: 9
Date: Mon, 6 Aug 2007 15:24:02 -0400 (EDT)
From: phperret@xxxxxxxxx (portal on behalf of Pierre-Henry Perret)
Subject: [ecf-dev] +1 for Mustafa Isik
To: ecf-dev@xxxxxxxxxxx
Message-ID: <20070806192402.35DDA3374C@xxxxxxxxxxxxxxxx>
+1
great work , welcome on board!
Voting summary: http://portal.eclipse.org/
------------------------------
Message: 10
Date: Mon, 6 Aug 2007 17:20:03 -0400 (EDT)
From: tkubaska@xxxxxxxx (portal on behalf of Ted Kubaska)
Subject: [ecf-dev] +1 for Mustafa Isik
To: ecf-dev@xxxxxxxxxxx
Message-ID: <20070806212003.65C4C33DF8@xxxxxxxxxxxxxxxx>
+1
This is where you enter your comments about the candidate and you
explain
why you are voting +1, 0, or -1.
Voting summary: http://portal.eclipse.org/
------------------------------
Message: 11
Date: Mon, 6 Aug 2007 14:30:35 -0700
From: "Ted Kubaska" <ted.kubaska@xxxxxxxxx>
Subject: [ecf-dev] logging onto ecf2
To: ecf-dev@xxxxxxxxxxx
Message-ID:
<a9a5a160708061430h4546eb3cm11a199f6a963a1fb@xxxxxxxxxxxxxx>
Content-Type: text/plain; charset="iso-8859-1"
Pete and I last week went to OSU and upgraded ecf2. Still applyng
updates
...
However, we did meet with the ecf2 administrators and Eric
explained to us
how to access ecf2 in a secure way and get a graphical desktop (ssh
port
forwarding). I wrote up the directions for how to do this (Linux to
ecf2 ...
the directions for going from Windows to ecf2 are a little
different and
I'll write those up too later) and put these directions on the ecf2
wiki.
-Ted
-------------- next part --------------
An HTML attachment was scrubbed...
URL:
https://dev.eclipse.org/mailman/listinfo/ecf-dev/attachments/200708
06/655dcc17/attachment.html
------------------------------
Message: 12
Date: Mon, 6 Aug 2007 22:15:04 -0400 (EDT)
From: remy.suen@xxxxxxxxx (portal on behalf of Remy Suen)
Subject: [ecf-dev] +1 for Mustafa Isik
To: ecf-dev@xxxxxxxxxxx
Message-ID: <20070807021505.01AD53370A@xxxxxxxxxxxxxxxx>
+1
Looking forward to working with you, Mustafa!
Voting summary: http://portal.eclipse.org/
------------------------------
_______________________________________________
ecf-dev mailing list
ecf-dev@xxxxxxxxxxx
https://dev.eclipse.org/mailman/listinfo/ecf-dev
End of ecf-dev Digest, Vol 25, Issue 5
**************************************