Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
Re: [ecf-dev] Things to do for 0.9.5

Hi Folks,

Remy Suen wrote:
Hi Erkki,

On 12/14/06, Erkki Lindpere <villane@xxxxxxxxx> wrote:
At the end of this week I should have time again to work on ECF.

Good to hear, Erkki! :)

I'll say:  GREAT to hear :)



> 2) httpclient 3.0.1 has been approved via IP process for use by all
> projects

Nice. When will it be in Orbit? It would be great if whoever is doing
the packaging (you or Mik Kersten?) could do it similarly to how
commons-net is done in Orbit -- include source code so that when
developing using the bundle, sources would be instantly attached.

I'm pretty sure Mylar is taking care of this, you'll have to get in
touch with Mik.

Yes, my understanding Mylar will be/is moving httpclient 3.0.1 to Orbit. Also for everyone's info I've already submitted a CQ to use httpclient 3.0.1 in ECF:

https://dev.eclipse.org/ipzilla/show_bug.cgi?id=1096

...in whatever form is available (i.e. jar now...but Orbit bundle as soon as is available)


> 4) We have permission to move over a RSS provider from Higgins to ECF

I've been meaning to take a peek at that. Does it define a new API or
implement some existing ECF API?

It currently implements the datashare APIs.

That's right. For everyone's info, this RSS provider also implements the Microsoft RSS SSE protocol (to provide support for merging/synchronization on RSS...see:

http://msdn.microsoft.com/xml/rss/sse/

via the ECF IMergeableChannelContainerAdapter (in org.eclipse.ecf.datashare plugin, org.eclipse.ecf.datashare.mergeable package).



I'm not familiar with RSS
technicalities, but maybe it could also implement Bulletin Board api?

This might be possible. I guess with the whole SSE "chanage
management/synchronization", I guess it's similar in a way to posting
a new reply to a message board. I mean, when new news comes out,
that's like a new thread, so I guess this might work. If the scope
expands I guess you might want to change the name of your API, Erkki.

Although I'm not sure how at this moment, I do think that RSS SSE and message board api could be combined. RSS SSE is really for synchronizing replicated state (via RSS) where the bulletin board API is more for accessing a server-based state structured in a particular way (bbs, threads, topics, etc). That's my current understanding anyway. I think they are potentially complimentary.

Scott




Back to the top