You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@stanbol.apache.org by Reto Bachmann-Gmür <re...@apache.org> on 2013/02/05 20:17:59 UTC

MIgration to OSGi whiteboard for jax-rs

Hallo

We've already discussed the migration to wink and the OSGi whiteboard
patter here:
http://mail-archives.apache.org/mod_mbox/stanbol-dev/201212.mbox/%3CCALvhUEVTCmj1COJrRJSBLcoRGEkpvyt88cFOZ=+rPgdTyPCfOQ@mail.gmail.com%3E

As an intermediate migration step I suggest to add the whiteboard pattern
support to the existing web.base.jersey so that the new pattern can be
documented and WebFragment be deprecated.

I've tested things locally and it seems to work.

Cheers,
Reto

Re: MIgration to OSGi whiteboard for jax-rs

Posted by Reto Bachmann-Gmür <re...@apache.org>.
On Thu, Feb 7, 2013 at 3:27 PM, Reto Bachmann-Gmür <re...@apache.org> wrote:

>
> On Wed, Feb 6, 2013 at 12:35 PM, Reto Bachmann-Gmür <re...@apache.org>
>> wrote:
>> > I've created STANBOL-911 for this. A remaining functionality in
>> WebFragment
>> > for which there's afaik currently no alternative is the NavigationLink.
>> > Trying to understand how this work I looked at the NavigationLink
>> > interface: label and path seem intuitively clear, but what' is the
>> > DescriptionTemplate?
>>
>> I am not completely sure, but I think this is used for the short
>> description on the Stanbol main page.
>>
>> As the feature is neither documented nor used I've created STANBOL-914 to
> remove it.
>

Fell once again in the stanbol version mix trap: things compile even
without the respective constructor and methods but they do not run as the
dependencies depend on older versions (and that's probably also the reason
why eclipse doesn't find any references).

Reto

Re: MIgration to OSGi whiteboard for jax-rs

Posted by Reto Bachmann-Gmür <re...@apache.org>.
> On Wed, Feb 6, 2013 at 12:35 PM, Reto Bachmann-Gmür <re...@apache.org>
> wrote:
> > I've created STANBOL-911 for this. A remaining functionality in
> WebFragment
> > for which there's afaik currently no alternative is the NavigationLink.
> > Trying to understand how this work I looked at the NavigationLink
> > interface: label and path seem intuitively clear, but what' is the
> > DescriptionTemplate?
>
> I am not completely sure, but I think this is used for the short
> description on the Stanbol main page.
>
> As the feature is neither documented nor used I've created STANBOL-914 to
remove it.

Cheers,
Reto


> best
> Rupert
>
> > Cheers
> > Reto
> >
> > On Tue, Feb 5, 2013 at 8:17 PM, Reto Bachmann-Gmür <re...@apache.org>
> wrote:
> >
> >> Hallo
> >>
> >> We've already discussed the migration to wink and the OSGi whiteboard
> >> patter here:
> >>
> http://mail-archives.apache.org/mod_mbox/stanbol-dev/201212.mbox/%3CCALvhUEVTCmj1COJrRJSBLcoRGEkpvyt88cFOZ=+rPgdTyPCfOQ@mail.gmail.com%3E
> >>
> >> As an intermediate migration step I suggest to add the whiteboard
> pattern
> >> support to the existing web.base.jersey so that the new pattern can be
> >> documented and WebFragment be deprecated.
> >>
> >> I've tested things locally and it seems to work.
> >>
> >> Cheers,
> >> Reto
> >>
>
>
>
> --
> | Rupert Westenthaler             rupert.westenthaler@gmail.com
> | Bodenlehenstraße 11                             ++43-699-11108907
> | A-5500 Bischofshofen
>

Re: MIgration to OSGi whiteboard for jax-rs

Posted by Rupert Westenthaler <ru...@gmail.com>.
Hi Reto

Can you please add some more description to STANBOL-911 (e.g. the text
of the first mail in this thread).
I would be also eager to see some code example before you commit the change.

On Wed, Feb 6, 2013 at 12:35 PM, Reto Bachmann-Gmür <re...@apache.org> wrote:
> I've created STANBOL-911 for this. A remaining functionality in WebFragment
> for which there's afaik currently no alternative is the NavigationLink.
> Trying to understand how this work I looked at the NavigationLink
> interface: label and path seem intuitively clear, but what' is the
> DescriptionTemplate?

I am not completely sure, but I think this is used for the short
description on the Stanbol main page.

best
Rupert

> Cheers
> Reto
>
> On Tue, Feb 5, 2013 at 8:17 PM, Reto Bachmann-Gmür <re...@apache.org> wrote:
>
>> Hallo
>>
>> We've already discussed the migration to wink and the OSGi whiteboard
>> patter here:
>> http://mail-archives.apache.org/mod_mbox/stanbol-dev/201212.mbox/%3CCALvhUEVTCmj1COJrRJSBLcoRGEkpvyt88cFOZ=+rPgdTyPCfOQ@mail.gmail.com%3E
>>
>> As an intermediate migration step I suggest to add the whiteboard pattern
>> support to the existing web.base.jersey so that the new pattern can be
>> documented and WebFragment be deprecated.
>>
>> I've tested things locally and it seems to work.
>>
>> Cheers,
>> Reto
>>



--
| Rupert Westenthaler             rupert.westenthaler@gmail.com
| Bodenlehenstraße 11                             ++43-699-11108907
| A-5500 Bischofshofen

Re: MIgration to OSGi whiteboard for jax-rs

Posted by Reto Bachmann-Gmür <re...@apache.org>.
I've created STANBOL-911 for this. A remaining functionality in WebFragment
for which there's afaik currently no alternative is the NavigationLink.
Trying to understand how this work I looked at the NavigationLink
interface: label and path seem intuitively clear, but what' is the
DescriptionTemplate?

Cheers
Reto

On Tue, Feb 5, 2013 at 8:17 PM, Reto Bachmann-Gmür <re...@apache.org> wrote:

> Hallo
>
> We've already discussed the migration to wink and the OSGi whiteboard
> patter here:
> http://mail-archives.apache.org/mod_mbox/stanbol-dev/201212.mbox/%3CCALvhUEVTCmj1COJrRJSBLcoRGEkpvyt88cFOZ=+rPgdTyPCfOQ@mail.gmail.com%3E
>
> As an intermediate migration step I suggest to add the whiteboard pattern
> support to the existing web.base.jersey so that the new pattern can be
> documented and WebFragment be deprecated.
>
> I've tested things locally and it seems to work.
>
> Cheers,
> Reto
>