Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
Re: [mylyn-dev] How create a mylyn connector for FusionForge?

Pasquale,

have a look at other connectors. Things that come to mind when validating the connection are
* is a valid server url?
* does the server respond?
* are you able to login with the given user credentials
...

Regards,
  Benjamin

On Thu, Sep 1, 2011 at 12:28 PM, pasquale vitale <pasquale_vitale@xxxxxxxxxxx> wrote:
Thanks all for your replies,
I just want to use SOAP wrapping Java API for my plugin.

I'm reading the online guide that Benjamin has posted me (at link http://wiki.eclipse.org/Mylyn_Integrator_Reference).

I've created the structure of my plugin in this way;
At the moment I've created two eclipse projects (named org.eclipse.mylyn.fusionforge.core and org.eclipse.mylyn.fusionforge.ui).
In the org.eclipse.mylyn.fusionforge.core I've created a Repository Connector and in the org.eclipse.mylyn.fusionforge.ui I've created the gui (connectorUi, repositorySettingPage and other ui pages).

Now I must insert my logic (my code). My steps are:
1 - insert validation when I create a connector
2 - create a new query
3 - create a new task

At the moment I'm making the first step.
For this step, I think that I have need to implement the validation using a Validator class.
In my FusionForgeRepositorySettingPage class, I have an inner class (FusionForgeValidator extends Validator) and I must insert my validation in run() method but I don't know how can I do it?

I hope to be clear.
Could you help me?

Best regards,
Pasquale

> Subject: Re: [mylyn-dev] How create a mylyn connector for FusionForge?
> From: olivier.berger@xxxxxxxxxxxxxx
> To: pasquale_vitale@xxxxxxxxxxx
> CC: mylyn-dev@xxxxxxxxxxx
> Date: Wed, 3 Aug 2011 12:10:32 +0200

>
> Hi.
>
> Le mardi 02 août 2011 à 07:26 -0400, Robert Elves a écrit :
> > Hi Pasquale,
> >
> >
> > Additionally, there is an ongoing effort to implement an OSLC
> > (http://open-services.net/) api over FusionForge here:
> >
> >
> > http://fusionforge.org/plugins/mediawiki/wiki/fusionforge/index.php/OSLC-CM_Plugin
> >
> >
>
> Thanks for adding this pointer, Robert.
>
> Our plugin only provides OSLC-CM compliant interface for the FusionForge
> trackers, as an alternative to the older SOAP interface of FusionForge,
> and should probably be more interesting as Mylyn already integrates
> connectors to other OSLC compliant servers.
>
> If you want to cover other bits of the forge's features, then your SOAP
> wrapping Java API is probably still the best choice.
>
>
> Also, there's another alternative, in the form of a Mylyn web scrapping
> connector that Christian Bayle has been working on to allow connecting
> to FusionForge here :
> https://fusionforge.org/plugins/mediawiki/wiki/fusionforge/index.php/Mylyn
>
> Hope this helps.
>
> Best regards,
>
> --
> Olivier BERGER <olivier.berger@xxxxxxxxxxxxxx>
> http://www-public.it-sudparis.eu/~berger_o/ - OpenPGP-Id: 2048R/5819D7E8
> Ingénieur Recherche - Dept INF
> Institut TELECOM, SudParis (http://www.it-sudparis.eu/), Evry (France)
>

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




--
Benjamin Muskalla
Tasktop Technologies
http://tasktop.com

Back to the top