Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
Re: [ecf-dev] A model proposal

Hi Pierre,

Pierre Henry Perret wrote:
Scott,

This model adequates very well with the jxta model which is:
 - asynchronous
 - jxta entry/group concepts which join IRosterEntry/IRosterGroup

Yes.  The entry point is the new method on IRosterManager IPresenceContainerAdapter.getRosterManager().
Please make sure to use the IRosterEntry and IRosterGroup in org.eclipse.ecf.presence.roster (note the last package).  I don't want to deprecate and remove the org.eclipse.ecf.presence.IRosterEntry until we've got a few providers working, as it's being used by the existing roster code.


I 'm going to implement this provider on that new model.

That's great.  I'm working on the xmpp provider using this new model as well.  There's the beginnings of UI code in org.eclipse.ecf.presence.ui...and we should coordinate on further work there so that the providers can have UI.

Please also update frequently...I'll do same.

Pierre another thing...I've been getting a compile error in org.eclipse.ecf.provider.jxta.ui:

Severity and Description    Path    Resource    Location    Creation Time    Id
JxtaTreeModelListener cannot be resolved to a type    org.eclipse.ecf.provider.jxta.ui/src/org/eclipse/ecf/provider/jxta/ui    JxtaRosterView.java    line 98    1166510308500    16389
JxtaTreeModelListener cannot be resolved to a type    org.eclipse.ecf.provider.jxta.ui/src/org/eclipse/ecf/provider/jxta/ui    JxtaRosterView.java    line 382    1166510308500    16418
The method addListener(JxtaTreeModelListener) in the type MyJxtaObjectRepository is not applicable for the arguments (JxtaRosterView.ViewContentProvider)    org.eclipse.ecf.provider.jxta.ui/src/org/eclipse/ecf/provider/jxta/ui    JxtaRosterView.java    line 692    1166510308500    16426

I can't tell what's wrong there.

Thanks,

Scott




--
Pierre

_______________________________________________ ecf-dev mailing list ecf-dev@xxxxxxxxxxx https://dev.eclipse.org/mailman/listinfo/ecf-dev


Back to the top