Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
Re: [ecf-dev] [Salvo] Provide a way for other projects to hook their newsgroups into Salvo



On Tue, Aug 2, 2011 at 8:00 PM, Isuru Udana <isudana@xxxxxxxxx> wrote:


On Tue, Aug 2, 2011 at 7:35 PM, Wim Jongman <wim.jongman@xxxxxxxxx> wrote:
Hi,

I was thinking the following:

We want to give the suppliers of plugin functionality the opportunity to direct their users to the correct forum or newsgroup thru an extension point.

For example, if I provide a plugin that does wireframe sketching then I want the users of the wireframe software to ask a question in my specific forum. 

If the java perspective is active, then I want the user to ask a question in the jdt newsgroup. 

If the Mylyn task view is active then I want my question toe be directed there. 

So Salvo must be able to determine the context of the user environment and based on this, the ask a question handler must propose the correct newsgroup:

If the proposed newsgroup is not correct, then the user can select one of the subscribed newsgroups or one of the newsgroups supplied by other extenders to the extension point.

We want to attach a NewsgroupFactory class to the extension point that gets called to extract the server, the server credentials and the newsgroup where the question can be asked (amongst other things). 

If the user is not yet subscribed to the server, the factory must supply it so that we can subscribe automatically from there.

Maybe we can use the core _expression_ framework to select the newsgroup proposal.

newsgroupExtension

id=fddfsf

factory=(implements INewsGroupFactory) (getServer, getServerCredentials, getNewsGroup, getTopic, getAttachement, getStackTrace)

activewhen
   activePerspective = org.eclipse.jdt
   activeView = xyz
   etc.. etcc


How about this first draft?

Yes. I was thinking a similar one.

But I have some doubts on how we can extract credentials form the NewsgroupFactory (defined by the hooked project). They cannot be hard coded like server address, port etc.
We might have to allow user to input credentials when he is going to ask a question.

We can ask suppliers (other projects) to implement a interface (say INewsgroupProvider) of Salvo.

In that interface it is required to specify the following.
The project namespace
Newsgroup
Server address, port, etc.
(Credentials cannot be defined here)

In salvo we can figure out the relevant newsgroup from the part Id and the namespace.

1. If the user has not subscribed to the server, we can show the NewNewsServer wizard with filled host address, port etc. And let the user to specify the credentials.
2. If user has already subscribed to the server, we can proceed further.
Then we can check whether user has subscribe to the particular newsgroup. If not we can subscribe at that point.
 

 
Regards,

Wim


On Tue, Aug 2, 2011 at 1:24 PM, Isuru Udana <isudana@xxxxxxxxx> wrote:
Hi,

I am planing for a design for this functionality.

I want to clarify some doubt.

To ask a question from a hooked project, does user have to subscribe to it's newsgroup with salvo in the first place?


--
Regards,
Isuru Udana

Undergraduate
Department of Computer Science & Engineering,
University of Moratuwa
.

Blog
: http://mytecheye.blogspot.com/
gTalk: isudana  skype: isudana









--
Regards,
Isuru Udana

Undergraduate
Department of Computer Science & Engineering,
University of Moratuwa
.

Blog
: http://mytecheye.blogspot.com/
gTalk: isudana  skype: isudana








--
Regards,
Isuru Udana

Undergraduate
Department of Computer Science & Engineering,
University of Moratuwa
.

Blog
: http://mytecheye.blogspot.com/
gTalk: isudana  skype: isudana






Back to the top