You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@deltaspike.apache.org by Thomas Andraschko <an...@gmail.com> on 2013/08/01 08:38:17 UTC

Re: ViewConfig + Rewrite

Hi,

what about:

@View @Rewrite("/item/#{item}/")
class Item implements ViewConfig { }

Just an simple solution, similiar to Seam.

Regards,
Thomas


2013/6/18 Thomas Andraschko <an...@gmail.com>

> Hi Gerhard,
>
> great! i will create a sample syntax this weekend!
>
> Regards,
> Thomas
>
>
> 2013/6/17 Gerhard Petracek <ge...@gmail.com>
>
>> hi thomas,
>>
>> you are welcome to suggest a possible syntax for it.
>>
>> regards,
>> gerhard
>>
>>
>>
>> 2013/6/17 Thomas Andraschko <an...@gmail.com>
>>
>> > Hi,
>> >
>> > are there any plans integrate Rewrite within DS ViewConfig?
>> >
>> > Regards,
>> > Thomas
>> >
>>
>
>

Re: ViewConfig + Rewrite

Posted by Jason Porter <li...@gmail.com>.
Hard to turn away contributions like that :)
—
Sent from Mailbox for iPhone

On Thu, Aug 1, 2013 at 2:29 PM, Thomas Andraschko
<an...@gmail.com> wrote:

> I think it's more a nice to have and there are other features with more
> prio.
> But i would implement it + provide a pull request, so there should be not
> much effort for you guys :)
> 2013/8/1 Jason Porter <li...@gmail.com>
>> Is there a lot of user feedback in this area, or is this more of a nice to
>> have?
>> —
>> Sent from Mailbox for iPhone
>>
>> On Thu, Aug 1, 2013 at 12:34 PM, Gerhard Petracek
>> <ge...@gmail.com> wrote:
>>
>> > +0
>> > regards,
>> > gerhard
>> > 2013/8/1 Thomas Andraschko <an...@gmail.com>
>> >> Hi,
>> >>
>> >> what about:
>> >>
>> >> @View @Rewrite("/item/#{item}/")
>> >> class Item implements ViewConfig { }
>> >>
>> >> Just an simple solution, similiar to Seam.
>> >>
>> >> Regards,
>> >> Thomas
>> >>
>> >>
>> >> 2013/6/18 Thomas Andraschko <an...@gmail.com>
>> >>
>> >> > Hi Gerhard,
>> >> >
>> >> > great! i will create a sample syntax this weekend!
>> >> >
>> >> > Regards,
>> >> > Thomas
>> >> >
>> >> >
>> >> > 2013/6/17 Gerhard Petracek <ge...@gmail.com>
>> >> >
>> >> >> hi thomas,
>> >> >>
>> >> >> you are welcome to suggest a possible syntax for it.
>> >> >>
>> >> >> regards,
>> >> >> gerhard
>> >> >>
>> >> >>
>> >> >>
>> >> >> 2013/6/17 Thomas Andraschko <an...@gmail.com>
>> >> >>
>> >> >> > Hi,
>> >> >> >
>> >> >> > are there any plans integrate Rewrite within DS ViewConfig?
>> >> >> >
>> >> >> > Regards,
>> >> >> > Thomas
>> >> >> >
>> >> >>
>> >> >
>> >> >
>> >>
>>

Re: ViewConfig + Rewrite

Posted by Thomas Andraschko <an...@gmail.com>.
I think it's more a nice to have and there are other features with more
prio.
But i would implement it + provide a pull request, so there should be not
much effort for you guys :)


2013/8/1 Jason Porter <li...@gmail.com>

> Is there a lot of user feedback in this area, or is this more of a nice to
> have?
> —
> Sent from Mailbox for iPhone
>
> On Thu, Aug 1, 2013 at 12:34 PM, Gerhard Petracek
> <ge...@gmail.com> wrote:
>
> > +0
> > regards,
> > gerhard
> > 2013/8/1 Thomas Andraschko <an...@gmail.com>
> >> Hi,
> >>
> >> what about:
> >>
> >> @View @Rewrite("/item/#{item}/")
> >> class Item implements ViewConfig { }
> >>
> >> Just an simple solution, similiar to Seam.
> >>
> >> Regards,
> >> Thomas
> >>
> >>
> >> 2013/6/18 Thomas Andraschko <an...@gmail.com>
> >>
> >> > Hi Gerhard,
> >> >
> >> > great! i will create a sample syntax this weekend!
> >> >
> >> > Regards,
> >> > Thomas
> >> >
> >> >
> >> > 2013/6/17 Gerhard Petracek <ge...@gmail.com>
> >> >
> >> >> hi thomas,
> >> >>
> >> >> you are welcome to suggest a possible syntax for it.
> >> >>
> >> >> regards,
> >> >> gerhard
> >> >>
> >> >>
> >> >>
> >> >> 2013/6/17 Thomas Andraschko <an...@gmail.com>
> >> >>
> >> >> > Hi,
> >> >> >
> >> >> > are there any plans integrate Rewrite within DS ViewConfig?
> >> >> >
> >> >> > Regards,
> >> >> > Thomas
> >> >> >
> >> >>
> >> >
> >> >
> >>
>

Re: ViewConfig + Rewrite

Posted by Jason Porter <li...@gmail.com>.
Is there a lot of user feedback in this area, or is this more of a nice to have?
—
Sent from Mailbox for iPhone

On Thu, Aug 1, 2013 at 12:34 PM, Gerhard Petracek
<ge...@gmail.com> wrote:

> +0
> regards,
> gerhard
> 2013/8/1 Thomas Andraschko <an...@gmail.com>
>> Hi,
>>
>> what about:
>>
>> @View @Rewrite("/item/#{item}/")
>> class Item implements ViewConfig { }
>>
>> Just an simple solution, similiar to Seam.
>>
>> Regards,
>> Thomas
>>
>>
>> 2013/6/18 Thomas Andraschko <an...@gmail.com>
>>
>> > Hi Gerhard,
>> >
>> > great! i will create a sample syntax this weekend!
>> >
>> > Regards,
>> > Thomas
>> >
>> >
>> > 2013/6/17 Gerhard Petracek <ge...@gmail.com>
>> >
>> >> hi thomas,
>> >>
>> >> you are welcome to suggest a possible syntax for it.
>> >>
>> >> regards,
>> >> gerhard
>> >>
>> >>
>> >>
>> >> 2013/6/17 Thomas Andraschko <an...@gmail.com>
>> >>
>> >> > Hi,
>> >> >
>> >> > are there any plans integrate Rewrite within DS ViewConfig?
>> >> >
>> >> > Regards,
>> >> > Thomas
>> >> >
>> >>
>> >
>> >
>>

Re: ViewConfig + Rewrite

Posted by Gerhard Petracek <ge...@gmail.com>.
+0

regards,
gerhard



2013/8/1 Thomas Andraschko <an...@gmail.com>

> Hi,
>
> what about:
>
> @View @Rewrite("/item/#{item}/")
> class Item implements ViewConfig { }
>
> Just an simple solution, similiar to Seam.
>
> Regards,
> Thomas
>
>
> 2013/6/18 Thomas Andraschko <an...@gmail.com>
>
> > Hi Gerhard,
> >
> > great! i will create a sample syntax this weekend!
> >
> > Regards,
> > Thomas
> >
> >
> > 2013/6/17 Gerhard Petracek <ge...@gmail.com>
> >
> >> hi thomas,
> >>
> >> you are welcome to suggest a possible syntax for it.
> >>
> >> regards,
> >> gerhard
> >>
> >>
> >>
> >> 2013/6/17 Thomas Andraschko <an...@gmail.com>
> >>
> >> > Hi,
> >> >
> >> > are there any plans integrate Rewrite within DS ViewConfig?
> >> >
> >> > Regards,
> >> > Thomas
> >> >
> >>
> >
> >
>