Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
Fwd: [ecf-dev] newsreader contribution

Hi,

Shall I implement it like this?

Regards,

Wim


Hi,

I have finished the downgrade to Foundation 1.1 thanks to API tooling. Now for package naming

I suggest he following packages  


org.eclipse.ecf.nntp.core
org.eclipse.ecf.nntp.model
This package contains all the POJO's there is no dependency on anything.

org.eclipse.ecf.nntp
This will contain the ECF specific wrapping like IContainer etc. I don't think org.eclipse.ecf.nntp.ecf is a good name but it would be structurally better

org.eclipse.ecf.nntp.store.filesystem
The model contains a Store definition. The store definition is used to store the news locally for ofline reading and also for maintenance of read messages, quick searching etcetera. This is a reference implementation which utilizes the filesystem and is also CDC 1.1 ready.

org.eclipse.ecf.salvo.*
Is the user interface/product. The actual newsreader reference implementation that will use the core packages.

The Salvo product will be depended on at least org.apache.mime4j which we have to get into the Orbit project.

I will be in Disney Paris for a couple-o-days.

-- 

Met vriendelijke groet, 

Wim Jongman

Remain Software (http://remainsoftware.com)
http://twitter.com/remainsoftware
http://twitter.com/wimjongman



Back to the top