Home » Eclipse Projects » Mylyn » Mylyn 3.0 connector tutorial
Mylyn 3.0 connector tutorial [message #68872] |
Tue, 12 May 2009 20:26 |
Eclipse User |
|
|
|
Originally posted by: wesendon.in.tum.de
Hi,
I'm planning to create a mylyn connector for a tool, which we're
developing at our chair (unicase.org). I was told, you could provide me
with a new tutorial for mylyn 3, which isn't ready yet, but good enough.
That would be great.
Greetings,
Otto
|
|
| | |
Re: Mylyn 3.0 connector tutorial [message #69490 is a reply to message #68938] |
Tue, 16 June 2009 18:43 |
maarten meijer Messages: 146 Registered: July 2009 |
Senior Member |
|
|
Hi Otto, Philippe,
Is your connector accessing a database directly or through some
intermediate layer (xml, rss, http, soap). If it is accessing directly
you may care to look at the mylyn industrial sql connector.
See http://wiki.eclipse.org/Mylyn/Incubator/Generic_Industrial_C onnector
for details.
I would be happy to assist you when you open a bug on bugs.eclipse.org
just like https://bugs.eclipse.org/bugs/show_bug.cgi?id=267208
Maarten
Philippe Marschall wrote:
> Steffen Pingel wrote:
>> The closest to a Mylyn 3.0 tutorial that is available from the Mylyn page
>> are the EclipseCon Connector Crash Course Slides and the corresponding
>> source: http://www.eclipse.org/mylyn/developers/
>
> The connector crash course slides, examples and talk are great. They
> allowed me to build a Mylyn connector for our proprietary in-house issue
> tracker. Where the examples stop, you can have a look at the Bugzilla,
> JIRA, Tarc and Origo connectors.
>
> Cheers
> Philippe
|
|
|
Re: Mylyn 3.0 connector tutorial [message #69509 is a reply to message #68938] |
Tue, 16 June 2009 18:44 |
maarten meijer Messages: 146 Registered: July 2009 |
Senior Member |
|
|
Hi Otto, Philippe,
Is your connector accessing a database directly or through some
intermediate layer (xml, rss, http, soap). If it is accessing directly
you may care to look at the mylyn industrial sql connector.
See http://wiki.eclipse.org/Mylyn/Incubator/Generic_Industrial_C onnector
for details.
I would be happy to assist you when you open a bug on bugs.eclipse.org
just like https://bugs.eclipse.org/bugs/show_bug.cgi?id=267208
Maarten
Philippe Marschall wrote:
> Steffen Pingel wrote:
>> The closest to a Mylyn 3.0 tutorial that is available from the Mylyn page
>> are the EclipseCon Connector Crash Course Slides and the corresponding
>> source: http://www.eclipse.org/mylyn/developers/
>
> The connector crash course slides, examples and talk are great. They
> allowed me to build a Mylyn connector for our proprietary in-house issue
> tracker. Where the examples stop, you can have a look at the Bugzilla,
> JIRA, Tarc and Origo connectors.
>
> Cheers
> Philippe
|
|
|
Re: Mylyn 3.0 connector tutorial [message #69528 is a reply to message #68938] |
Tue, 16 June 2009 18:44 |
maarten meijer Messages: 146 Registered: July 2009 |
Senior Member |
|
|
Hi Otto, Philippe,
Is your connector accessing a database directly or through some
intermediate layer (xml, rss, http, soap). If it is accessing directly
you may care to look at the mylyn industrial sql connector.
See http://wiki.eclipse.org/Mylyn/Incubator/Generic_Industrial_C onnector
for details.
I would be happy to assist you when you open a bug on bugs.eclipse.org
just like https://bugs.eclipse.org/bugs/show_bug.cgi?id=267208
Maarten
Philippe Marschall wrote:
> Steffen Pingel wrote:
>> The closest to a Mylyn 3.0 tutorial that is available from the Mylyn page
>> are the EclipseCon Connector Crash Course Slides and the corresponding
>> source: http://www.eclipse.org/mylyn/developers/
>
> The connector crash course slides, examples and talk are great. They
> allowed me to build a Mylyn connector for our proprietary in-house issue
> tracker. Where the examples stop, you can have a look at the Bugzilla,
> JIRA, Tarc and Origo connectors.
>
> Cheers
> Philippe
|
|
|
Re: Mylyn 3.0 connector tutorial [message #69548 is a reply to message #68938] |
Tue, 16 June 2009 18:45 |
maarten meijer Messages: 146 Registered: July 2009 |
Senior Member |
|
|
Hi Otto, Philippe,
Is your connector accessing a database directly or through some
intermediate layer (xml, rss, http, soap). If it is accessing directly
you may care to look at the mylyn industrial sql connector.
See http://wiki.eclipse.org/Mylyn/Incubator/Generic_Industrial_C onnector
for details.
I would be happy to assist you when you open a bug on bugs.eclipse.org
just like https://bugs.eclipse.org/bugs/show_bug.cgi?id=267208
Maarten
Philippe Marschall wrote:
> Steffen Pingel wrote:
>> The closest to a Mylyn 3.0 tutorial that is available from the Mylyn page
>> are the EclipseCon Connector Crash Course Slides and the corresponding
>> source: http://www.eclipse.org/mylyn/developers/
>
> The connector crash course slides, examples and talk are great. They
> allowed me to build a Mylyn connector for our proprietary in-house issue
> tracker. Where the examples stop, you can have a look at the Bugzilla,
> JIRA, Tarc and Origo connectors.
>
> Cheers
> Philippe
|
|
|
Re: Mylyn 3.0 connector tutorial [message #69667 is a reply to message #69490] |
Mon, 22 June 2009 04:50 |
Eclipse User |
|
|
|
Originally posted by: kustos.gmx.net
Hi Maarten
The proof of concept connector did use a direct JDBC database connector.
That was moved over to a JSON web service for several reasons including
security and centralized control. I use the commons-http client
infrastructure of Mylyn and am quite happy with it.
There are several places where I'm playing tricks in the connector
because our model doesn't fit Mylyn perfectly. For example I have to
guess the upload date of an attachment or whether it is a patch. There
are also some dependent fields when creating a new task. Without having
looked at the generic industrial connector I'm not sure how easy they
would have been to implement.
Cheers
Philippe
Maarten Meijer wrote:
> Hi Otto, Philippe,
>
> Is your connector accessing a database directly or through some
> intermediate layer (xml, rss, http, soap). If it is accessing directly
> you may care to look at the mylyn industrial sql connector.
> See http://wiki.eclipse.org/Mylyn/Incubator/Generic_Industrial_C onnector
> for details.
> I would be happy to assist you when you open a bug on bugs.eclipse.org
> just like https://bugs.eclipse.org/bugs/show_bug.cgi?id=267208
>
> Maarten
>
> Philippe Marschall wrote:
>> Steffen Pingel wrote:
>>> The closest to a Mylyn 3.0 tutorial that is available from the Mylyn
>>> page
>>> are the EclipseCon Connector Crash Course Slides and the corresponding
>>> source: http://www.eclipse.org/mylyn/developers/
>>
>> The connector crash course slides, examples and talk are great. They
>> allowed me to build a Mylyn connector for our proprietary in-house issue
>> tracker. Where the examples stop, you can have a look at the Bugzilla,
>> JIRA, Tarc and Origo connectors.
>>
>> Cheers
>> Philippe
|
|
| | |
Re: Mylyn 3.0 connector tutorial [message #597823 is a reply to message #68938] |
Tue, 16 June 2009 18:43 |
maarten meijer Messages: 146 Registered: July 2009 |
Senior Member |
|
|
Hi Otto, Philippe,
Is your connector accessing a database directly or through some
intermediate layer (xml, rss, http, soap). If it is accessing directly
you may care to look at the mylyn industrial sql connector.
See http://wiki.eclipse.org/Mylyn/Incubator/Generic_Industrial_C onnector
for details.
I would be happy to assist you when you open a bug on bugs.eclipse.org
just like https://bugs.eclipse.org/bugs/show_bug.cgi?id=267208
Maarten
Philippe Marschall wrote:
> Steffen Pingel wrote:
>> The closest to a Mylyn 3.0 tutorial that is available from the Mylyn page
>> are the EclipseCon Connector Crash Course Slides and the corresponding
>> source: http://www.eclipse.org/mylyn/developers/
>
> The connector crash course slides, examples and talk are great. They
> allowed me to build a Mylyn connector for our proprietary in-house issue
> tracker. Where the examples stop, you can have a look at the Bugzilla,
> JIRA, Tarc and Origo connectors.
>
> Cheers
> Philippe
|
|
|
Re: Mylyn 3.0 connector tutorial [message #597828 is a reply to message #68938] |
Tue, 16 June 2009 18:44 |
maarten meijer Messages: 146 Registered: July 2009 |
Senior Member |
|
|
Hi Otto, Philippe,
Is your connector accessing a database directly or through some
intermediate layer (xml, rss, http, soap). If it is accessing directly
you may care to look at the mylyn industrial sql connector.
See http://wiki.eclipse.org/Mylyn/Incubator/Generic_Industrial_C onnector
for details.
I would be happy to assist you when you open a bug on bugs.eclipse.org
just like https://bugs.eclipse.org/bugs/show_bug.cgi?id=267208
Maarten
Philippe Marschall wrote:
> Steffen Pingel wrote:
>> The closest to a Mylyn 3.0 tutorial that is available from the Mylyn page
>> are the EclipseCon Connector Crash Course Slides and the corresponding
>> source: http://www.eclipse.org/mylyn/developers/
>
> The connector crash course slides, examples and talk are great. They
> allowed me to build a Mylyn connector for our proprietary in-house issue
> tracker. Where the examples stop, you can have a look at the Bugzilla,
> JIRA, Tarc and Origo connectors.
>
> Cheers
> Philippe
|
|
|
Re: Mylyn 3.0 connector tutorial [message #597832 is a reply to message #68938] |
Tue, 16 June 2009 18:44 |
maarten meijer Messages: 146 Registered: July 2009 |
Senior Member |
|
|
Hi Otto, Philippe,
Is your connector accessing a database directly or through some
intermediate layer (xml, rss, http, soap). If it is accessing directly
you may care to look at the mylyn industrial sql connector.
See http://wiki.eclipse.org/Mylyn/Incubator/Generic_Industrial_C onnector
for details.
I would be happy to assist you when you open a bug on bugs.eclipse.org
just like https://bugs.eclipse.org/bugs/show_bug.cgi?id=267208
Maarten
Philippe Marschall wrote:
> Steffen Pingel wrote:
>> The closest to a Mylyn 3.0 tutorial that is available from the Mylyn page
>> are the EclipseCon Connector Crash Course Slides and the corresponding
>> source: http://www.eclipse.org/mylyn/developers/
>
> The connector crash course slides, examples and talk are great. They
> allowed me to build a Mylyn connector for our proprietary in-house issue
> tracker. Where the examples stop, you can have a look at the Bugzilla,
> JIRA, Tarc and Origo connectors.
>
> Cheers
> Philippe
|
|
|
Re: Mylyn 3.0 connector tutorial [message #597838 is a reply to message #68938] |
Tue, 16 June 2009 18:45 |
maarten meijer Messages: 146 Registered: July 2009 |
Senior Member |
|
|
Hi Otto, Philippe,
Is your connector accessing a database directly or through some
intermediate layer (xml, rss, http, soap). If it is accessing directly
you may care to look at the mylyn industrial sql connector.
See http://wiki.eclipse.org/Mylyn/Incubator/Generic_Industrial_C onnector
for details.
I would be happy to assist you when you open a bug on bugs.eclipse.org
just like https://bugs.eclipse.org/bugs/show_bug.cgi?id=267208
Maarten
Philippe Marschall wrote:
> Steffen Pingel wrote:
>> The closest to a Mylyn 3.0 tutorial that is available from the Mylyn page
>> are the EclipseCon Connector Crash Course Slides and the corresponding
>> source: http://www.eclipse.org/mylyn/developers/
>
> The connector crash course slides, examples and talk are great. They
> allowed me to build a Mylyn connector for our proprietary in-house issue
> tracker. Where the examples stop, you can have a look at the Bugzilla,
> JIRA, Tarc and Origo connectors.
>
> Cheers
> Philippe
|
|
|
Re: Mylyn 3.0 connector tutorial [message #597873 is a reply to message #69490] |
Mon, 22 June 2009 04:50 |
Philippe Marschall Messages: 121 Registered: July 2009 |
Senior Member |
|
|
Hi Maarten
The proof of concept connector did use a direct JDBC database connector.
That was moved over to a JSON web service for several reasons including
security and centralized control. I use the commons-http client
infrastructure of Mylyn and am quite happy with it.
There are several places where I'm playing tricks in the connector
because our model doesn't fit Mylyn perfectly. For example I have to
guess the upload date of an attachment or whether it is a patch. There
are also some dependent fields when creating a new task. Without having
looked at the generic industrial connector I'm not sure how easy they
would have been to implement.
Cheers
Philippe
Maarten Meijer wrote:
> Hi Otto, Philippe,
>
> Is your connector accessing a database directly or through some
> intermediate layer (xml, rss, http, soap). If it is accessing directly
> you may care to look at the mylyn industrial sql connector.
> See http://wiki.eclipse.org/Mylyn/Incubator/Generic_Industrial_C onnector
> for details.
> I would be happy to assist you when you open a bug on bugs.eclipse.org
> just like https://bugs.eclipse.org/bugs/show_bug.cgi?id=267208
>
> Maarten
>
> Philippe Marschall wrote:
>> Steffen Pingel wrote:
>>> The closest to a Mylyn 3.0 tutorial that is available from the Mylyn
>>> page
>>> are the EclipseCon Connector Crash Course Slides and the corresponding
>>> source: http://www.eclipse.org/mylyn/developers/
>>
>> The connector crash course slides, examples and talk are great. They
>> allowed me to build a Mylyn connector for our proprietary in-house issue
>> tracker. Where the examples stop, you can have a look at the Bugzilla,
>> JIRA, Tarc and Origo connectors.
>>
>> Cheers
>> Philippe
|
|
| |
Goto Forum:
Current Time: Thu Nov 21 11:38:39 GMT 2024
Powered by FUDForum. Page generated in 0.15504 seconds
|