Re: Tapestry-Portlet status?

2012-12-14 Thread François Facon
Hello Thilo,

>From Selenium point of vue, this issue will be fix in next release
release of Pluto
https://issues.apache.org/jira/browse/PLUTO-620

Under Liferay, we have to use the specific method addHeader from
ResourceResponseImpl provided by the container.
So for "Content-Disposition" and others, please try the first snapshot
of tapestry-liferay extension at
https://github.com/got5/tapestry5-liferay.

François

2012/12/11 François Facon :
> Hello Thilo,
>
> You are right. we have to fix that.
> Could you open an issue at https://github.com/got5/tapestry5-portlet/issues?
>
> Thank you for the feedback.
> Freundlich grüßt
> François
>
>
> 2012/12/11 Thilo Brüßhaber :
>> Hello François,
>> I'm working successfuly with tapestry5-portlet (maint-5.3) on Liferay 6.1.x.
>> The only issue for me is when returning a StreamResponse I cannot set
>> any HTTP headers in the response.
>> StreamResponse.prepareResponse() is called, but the headers, e.g.
>> "Content-Disposition" are not send to the client.
>> Have you got this already working? Am I missing something?
>>
>> Thank you in advance,
>> Thilo

-
To unsubscribe, e-mail: users-unsubscr...@tapestry.apache.org
For additional commands, e-mail: users-h...@tapestry.apache.org



Re: Tapestry-Portlet status?

2012-12-11 Thread François Facon
Hello Thilo,

You are right. we have to fix that.
Could you open an issue at https://github.com/got5/tapestry5-portlet/issues?

Thank you for the feedback.
Freundlich grüßt
François


2012/12/11 Thilo Brüßhaber :
> Hello François,
> I'm working successfuly with tapestry5-portlet (maint-5.3) on Liferay 6.1.x.
> The only issue for me is when returning a StreamResponse I cannot set
> any HTTP headers in the response.
> StreamResponse.prepareResponse() is called, but the headers, e.g.
> "Content-Disposition" are not send to the client.
> Have you got this already working? Am I missing something?
>
> Thank you in advance,
> Thilo

-
To unsubscribe, e-mail: users-unsubscr...@tapestry.apache.org
For additional commands, e-mail: users-h...@tapestry.apache.org



Re: Tapestry-Portlet status?

2012-12-11 Thread Thilo Brüßhaber
Hello François,
I'm working successfuly with tapestry5-portlet (maint-5.3) on Liferay 6.1.x.
The only issue for me is when returning a StreamResponse I cannot set
any HTTP headers in the response.
StreamResponse.prepareResponse() is called, but the headers, e.g.
"Content-Disposition" are not send to the client.
Have you got this already working? Am I missing something?

Thank you in advance,
Thilo

2012/10/17 François Facon :
> You are right bob. Keep It Simple and Smart.
>
>
> 2012/10/17 Bob Harner :
>> It seems to be an increasingly common view in the last couple of years
>> is that portals/portlets are an outdated view technology, with the
>> better, more modern approach being client-side logic with Ajax. I, for
>> one, am glad to have left the portal world behind.
>>
>> On Wed, Oct 17, 2012 at 12:00 PM, Lenny Primak  
>> wrote:
>>> Thank you François,  this sums it up really well for me.
>>>
>>> On Oct 17, 2012, at 5:37 AM, François Facon  wrote:
>>>
>>>> Lenny,
>>>>
>>>> Everytime someone from Atos ask me this question,
>>>> I answer "yes for liferay".
>>>> As we have already numbers of portlet deploy in this portlet
>>>> container, we haven't see any limitation from now.
>>>>
>>>> For other portlet container, I am pretty sure this bridge will work
>>>> fine as long as the portlet container implements MARKUP_HEADER. This
>>>> will avoid adding any js twice for any portal page that use more than
>>>> one portlet instance.
>>>>
>>>> Regarding your needs.
>>>> Portlet Containers have the following avantages:
>>>> + content aggregation (you will be able to mix content that come any
>>>> web framework )
>>>> + use features provided by the container (cms, workflow, user management 
>>>> etc..)
>>>> + personnalization made easy by drag and drop
>>>>
>>>> and the following disavantage
>>>> - in order to work inside a portlet container you need the bridge have
>>>> to generate dirty url. so url rewriting have to be manage by portal.
>>>> - cache, user management, has also to be managed by the portal
>>>> - portal introduce overhead 20% mem and cpu
>>>> - you will need trainning  in order to well manage your portal and you
>>>> will have to train your users to avoid disaster.
>>>>
>>>>
>>>> 2012/10/17 Lenny Primak :
>>>>> François,
>>>>> Do you think that got5-portlet is ready to use in production?
>>>>> Thanks.
>>>>>
>>>>>
>>>>>
>>>>> On Oct 16, 2012, at 2:12 PM, François Facon  
>>>>> wrote:
>>>>>
>>>>>> Hi Markus,
>>>>>>
>>>>>> Your experience in developping portlet with tapestry is very interesting.
>>>>>>
>>>>>> Currently, we return  PortletRenderable object and PortalPage object
>>>>>> to display another tapestry page in the current portlet or to request
>>>>>> the portlet container to redirect the user to another page of the
>>>>>> portlet container. did you try to use those object during an
>>>>>> activation phase whithout success?
>>>>>>
>>>>>> About returning stream response during activation,  I can't see the
>>>>>> related usage.
>>>>>> could you give more details about that point?
>>>>>>
>>>>>> Freundlich grüßt
>>>>>> François
>>>>>>
>>>>>> 2012/10/16 Markus Feindler :
>>>>>>> Hm, it's hard to say since there are some basic features which don't
>>>>>>> function in the "bridge" (like returning a page or stream response in
>>>>>>> onactivate).
>>>>>>>
>>>>>>> I wouldn't recommend using it.
>>>>>>>
>>>>>>>>
>>>>>>>>  Original-Nachricht 
>>>>>>>> Datum: Tue, 16 Oct 2012 11:09:59 -0400
>>>>>>>> Von: Lenny Primak 
>>>>>>>> An: "Tapestry users" 
>>>>>>>> Betreff: Re: Tapestry-Portlet status?
>>>>>>>>
>>>>>>>>   Thanks, I know it exists, but not sure it&#x

Re: Tapestry-Portlet status?

2012-10-17 Thread François Facon
You are right bob. Keep It Simple and Smart.


2012/10/17 Bob Harner :
> It seems to be an increasingly common view in the last couple of years
> is that portals/portlets are an outdated view technology, with the
> better, more modern approach being client-side logic with Ajax. I, for
> one, am glad to have left the portal world behind.
>
> On Wed, Oct 17, 2012 at 12:00 PM, Lenny Primak  wrote:
>> Thank you François,  this sums it up really well for me.
>>
>> On Oct 17, 2012, at 5:37 AM, François Facon  wrote:
>>
>>> Lenny,
>>>
>>> Everytime someone from Atos ask me this question,
>>> I answer "yes for liferay".
>>> As we have already numbers of portlet deploy in this portlet
>>> container, we haven't see any limitation from now.
>>>
>>> For other portlet container, I am pretty sure this bridge will work
>>> fine as long as the portlet container implements MARKUP_HEADER. This
>>> will avoid adding any js twice for any portal page that use more than
>>> one portlet instance.
>>>
>>> Regarding your needs.
>>> Portlet Containers have the following avantages:
>>> + content aggregation (you will be able to mix content that come any
>>> web framework )
>>> + use features provided by the container (cms, workflow, user management 
>>> etc..)
>>> + personnalization made easy by drag and drop
>>>
>>> and the following disavantage
>>> - in order to work inside a portlet container you need the bridge have
>>> to generate dirty url. so url rewriting have to be manage by portal.
>>> - cache, user management, has also to be managed by the portal
>>> - portal introduce overhead 20% mem and cpu
>>> - you will need trainning  in order to well manage your portal and you
>>> will have to train your users to avoid disaster.
>>>
>>>
>>> 2012/10/17 Lenny Primak :
>>>> François,
>>>> Do you think that got5-portlet is ready to use in production?
>>>> Thanks.
>>>>
>>>>
>>>>
>>>> On Oct 16, 2012, at 2:12 PM, François Facon  
>>>> wrote:
>>>>
>>>>> Hi Markus,
>>>>>
>>>>> Your experience in developping portlet with tapestry is very interesting.
>>>>>
>>>>> Currently, we return  PortletRenderable object and PortalPage object
>>>>> to display another tapestry page in the current portlet or to request
>>>>> the portlet container to redirect the user to another page of the
>>>>> portlet container. did you try to use those object during an
>>>>> activation phase whithout success?
>>>>>
>>>>> About returning stream response during activation,  I can't see the
>>>>> related usage.
>>>>> could you give more details about that point?
>>>>>
>>>>> Freundlich grüßt
>>>>> François
>>>>>
>>>>> 2012/10/16 Markus Feindler :
>>>>>> Hm, it's hard to say since there are some basic features which don't
>>>>>> function in the "bridge" (like returning a page or stream response in
>>>>>> onactivate).
>>>>>>
>>>>>> I wouldn't recommend using it.
>>>>>>
>>>>>>>
>>>>>>>  Original-Nachricht 
>>>>>>> Datum: Tue, 16 Oct 2012 11:09:59 -0400
>>>>>>> Von: Lenny Primak 
>>>>>>> An: "Tapestry users" 
>>>>>>> Betreff: Re: Tapestry-Portlet status?
>>>>>>>
>>>>>>>   Thanks, I know it exists, but not sure it's ready for
>>>>>>> production use,
>>>>>>> hence the question if T5-portlet is something I should be using in
>>>>>>> production
>>>>>>>
>>>>>>> On Oct 16, 2012, at 10:56 AM, Lenny Primak wrote:
>>>>>>>
>>>>>>>> I heard something about Tapestry supporting the Portlet spec.
>>>>>>>> Is Tapestry going to support it out of the box or is Tapestry-Portlet
>>>>>>> ready to use in production?
>>>>>>>
>>>>>>>
>>>>>>> -
>>>>>>> To unsubscribe, e-mail: users-unsubscr...@tapestry.apache.org
>>&

Re: Tapestry-Portlet status?

2012-10-17 Thread Bob Harner
It seems to be an increasingly common view in the last couple of years
is that portals/portlets are an outdated view technology, with the
better, more modern approach being client-side logic with Ajax. I, for
one, am glad to have left the portal world behind.

On Wed, Oct 17, 2012 at 12:00 PM, Lenny Primak  wrote:
> Thank you François,  this sums it up really well for me.
>
> On Oct 17, 2012, at 5:37 AM, François Facon  wrote:
>
>> Lenny,
>>
>> Everytime someone from Atos ask me this question,
>> I answer "yes for liferay".
>> As we have already numbers of portlet deploy in this portlet
>> container, we haven't see any limitation from now.
>>
>> For other portlet container, I am pretty sure this bridge will work
>> fine as long as the portlet container implements MARKUP_HEADER. This
>> will avoid adding any js twice for any portal page that use more than
>> one portlet instance.
>>
>> Regarding your needs.
>> Portlet Containers have the following avantages:
>> + content aggregation (you will be able to mix content that come any
>> web framework )
>> + use features provided by the container (cms, workflow, user management 
>> etc..)
>> + personnalization made easy by drag and drop
>>
>> and the following disavantage
>> - in order to work inside a portlet container you need the bridge have
>> to generate dirty url. so url rewriting have to be manage by portal.
>> - cache, user management, has also to be managed by the portal
>> - portal introduce overhead 20% mem and cpu
>> - you will need trainning  in order to well manage your portal and you
>> will have to train your users to avoid disaster.
>>
>>
>> 2012/10/17 Lenny Primak :
>>> François,
>>> Do you think that got5-portlet is ready to use in production?
>>> Thanks.
>>>
>>>
>>>
>>> On Oct 16, 2012, at 2:12 PM, François Facon  wrote:
>>>
>>>> Hi Markus,
>>>>
>>>> Your experience in developping portlet with tapestry is very interesting.
>>>>
>>>> Currently, we return  PortletRenderable object and PortalPage object
>>>> to display another tapestry page in the current portlet or to request
>>>> the portlet container to redirect the user to another page of the
>>>> portlet container. did you try to use those object during an
>>>> activation phase whithout success?
>>>>
>>>> About returning stream response during activation,  I can't see the
>>>> related usage.
>>>> could you give more details about that point?
>>>>
>>>> Freundlich grüßt
>>>> François
>>>>
>>>> 2012/10/16 Markus Feindler :
>>>>> Hm, it's hard to say since there are some basic features which don't
>>>>> function in the "bridge" (like returning a page or stream response in
>>>>> onactivate).
>>>>>
>>>>> I wouldn't recommend using it.
>>>>>
>>>>>>
>>>>>>  Original-Nachricht 
>>>>>> Datum: Tue, 16 Oct 2012 11:09:59 -0400
>>>>>> Von: Lenny Primak 
>>>>>> An: "Tapestry users" 
>>>>>> Betreff: Re: Tapestry-Portlet status?
>>>>>>
>>>>>>   Thanks, I know it exists, but not sure it's ready for
>>>>>> production use,
>>>>>> hence the question if T5-portlet is something I should be using in
>>>>>> production
>>>>>>
>>>>>> On Oct 16, 2012, at 10:56 AM, Lenny Primak wrote:
>>>>>>
>>>>>>> I heard something about Tapestry supporting the Portlet spec.
>>>>>>> Is Tapestry going to support it out of the box or is Tapestry-Portlet
>>>>>> ready to use in production?
>>>>>>
>>>>>>
>>>>>> -
>>>>>> To unsubscribe, e-mail: users-unsubscr...@tapestry.apache.org
>>>>>> For additional commands, e-mail: users-h...@tapestry.apache.org
>>>>
>>>> -
>>>> To unsubscribe, e-mail: users-unsubscr...@tapestry.apache.org
>>>> For additional commands, e-mail: users-h...@tapestry.apache.org
>>>
>>> -
>>> To unsubscribe, e-mail: users-unsubscr...@tapestry.apache.org
>>> For additional commands, e-mail: users-h...@tapestry.apache.org
>>
>> -
>> To unsubscribe, e-mail: users-unsubscr...@tapestry.apache.org
>> For additional commands, e-mail: users-h...@tapestry.apache.org
>>
>
> -
> To unsubscribe, e-mail: users-unsubscr...@tapestry.apache.org
> For additional commands, e-mail: users-h...@tapestry.apache.org
>

-
To unsubscribe, e-mail: users-unsubscr...@tapestry.apache.org
For additional commands, e-mail: users-h...@tapestry.apache.org



Re: Tapestry-Portlet status?

2012-10-17 Thread Lenny Primak
Thank you François,  this sums it up really well for me. 

On Oct 17, 2012, at 5:37 AM, François Facon  wrote:

> Lenny,
> 
> Everytime someone from Atos ask me this question,
> I answer "yes for liferay".
> As we have already numbers of portlet deploy in this portlet
> container, we haven't see any limitation from now.
> 
> For other portlet container, I am pretty sure this bridge will work
> fine as long as the portlet container implements MARKUP_HEADER. This
> will avoid adding any js twice for any portal page that use more than
> one portlet instance.
> 
> Regarding your needs.
> Portlet Containers have the following avantages:
> + content aggregation (you will be able to mix content that come any
> web framework )
> + use features provided by the container (cms, workflow, user management 
> etc..)
> + personnalization made easy by drag and drop
> 
> and the following disavantage
> - in order to work inside a portlet container you need the bridge have
> to generate dirty url. so url rewriting have to be manage by portal.
> - cache, user management, has also to be managed by the portal
> - portal introduce overhead 20% mem and cpu
> - you will need trainning  in order to well manage your portal and you
> will have to train your users to avoid disaster.
> 
> 
> 2012/10/17 Lenny Primak :
>> François,
>> Do you think that got5-portlet is ready to use in production?
>> Thanks.
>> 
>> 
>> 
>> On Oct 16, 2012, at 2:12 PM, François Facon  wrote:
>> 
>>> Hi Markus,
>>> 
>>> Your experience in developping portlet with tapestry is very interesting.
>>> 
>>> Currently, we return  PortletRenderable object and PortalPage object
>>> to display another tapestry page in the current portlet or to request
>>> the portlet container to redirect the user to another page of the
>>> portlet container. did you try to use those object during an
>>> activation phase whithout success?
>>> 
>>> About returning stream response during activation,  I can't see the
>>> related usage.
>>> could you give more details about that point?
>>> 
>>> Freundlich grüßt
>>> François
>>> 
>>> 2012/10/16 Markus Feindler :
>>>> Hm, it's hard to say since there are some basic features which don't
>>>> function in the "bridge" (like returning a page or stream response in
>>>> onactivate).
>>>> 
>>>> I wouldn't recommend using it.
>>>> 
>>>>> 
>>>>>  Original-Nachricht 
>>>>> Datum: Tue, 16 Oct 2012 11:09:59 -0400
>>>>> Von: Lenny Primak 
>>>>> An: "Tapestry users" 
>>>>> Betreff: Re: Tapestry-Portlet status?
>>>>> 
>>>>>   Thanks, I know it exists, but not sure it's ready for
>>>>> production use,
>>>>> hence the question if T5-portlet is something I should be using in
>>>>> production
>>>>> 
>>>>> On Oct 16, 2012, at 10:56 AM, Lenny Primak wrote:
>>>>> 
>>>>>> I heard something about Tapestry supporting the Portlet spec.
>>>>>> Is Tapestry going to support it out of the box or is Tapestry-Portlet
>>>>> ready to use in production?
>>>>> 
>>>>> 
>>>>> -
>>>>> To unsubscribe, e-mail: users-unsubscr...@tapestry.apache.org
>>>>> For additional commands, e-mail: users-h...@tapestry.apache.org
>>> 
>>> -
>>> To unsubscribe, e-mail: users-unsubscr...@tapestry.apache.org
>>> For additional commands, e-mail: users-h...@tapestry.apache.org
>> 
>> -
>> To unsubscribe, e-mail: users-unsubscr...@tapestry.apache.org
>> For additional commands, e-mail: users-h...@tapestry.apache.org
> 
> -
> To unsubscribe, e-mail: users-unsubscr...@tapestry.apache.org
> For additional commands, e-mail: users-h...@tapestry.apache.org
> 

-
To unsubscribe, e-mail: users-unsubscr...@tapestry.apache.org
For additional commands, e-mail: users-h...@tapestry.apache.org



Re: Tapestry-Portlet status?

2012-10-17 Thread François Facon
Lenny,

Everytime someone from Atos ask me this question,
I answer "yes for liferay".
As we have already numbers of portlet deploy in this portlet
container, we haven't see any limitation from now.

For other portlet container, I am pretty sure this bridge will work
fine as long as the portlet container implements MARKUP_HEADER. This
will avoid adding any js twice for any portal page that use more than
one portlet instance.

Regarding your needs.
Portlet Containers have the following avantages:
+ content aggregation (you will be able to mix content that come any
web framework )
+ use features provided by the container (cms, workflow, user management etc..)
+ personnalization made easy by drag and drop

and the following disavantage
- in order to work inside a portlet container you need the bridge have
to generate dirty url. so url rewriting have to be manage by portal.
- cache, user management, has also to be managed by the portal
- portal introduce overhead 20% mem and cpu
- you will need trainning  in order to well manage your portal and you
will have to train your users to avoid disaster.


2012/10/17 Lenny Primak :
> François,
> Do you think that got5-portlet is ready to use in production?
> Thanks.
>
>
>
> On Oct 16, 2012, at 2:12 PM, François Facon  wrote:
>
>> Hi Markus,
>>
>> Your experience in developping portlet with tapestry is very interesting.
>>
>> Currently, we return  PortletRenderable object and PortalPage object
>> to display another tapestry page in the current portlet or to request
>> the portlet container to redirect the user to another page of the
>> portlet container. did you try to use those object during an
>> activation phase whithout success?
>>
>> About returning stream response during activation,  I can't see the
>> related usage.
>> could you give more details about that point?
>>
>> Freundlich grüßt
>> François
>>
>> 2012/10/16 Markus Feindler :
>>> Hm, it's hard to say since there are some basic features which don't
>>> function in the "bridge" (like returning a page or stream response in
>>> onactivate).
>>>
>>> I wouldn't recommend using it.
>>>
>>>>
>>>>  Original-Nachricht 
>>>> Datum: Tue, 16 Oct 2012 11:09:59 -0400
>>>> Von: Lenny Primak 
>>>> An: "Tapestry users" 
>>>> Betreff: Re: Tapestry-Portlet status?
>>>>
>>>>Thanks, I know it exists, but not sure it's ready for
>>>> production use,
>>>> hence the question if T5-portlet is something I should be using in
>>>> production
>>>>
>>>> On Oct 16, 2012, at 10:56 AM, Lenny Primak wrote:
>>>>
>>>>> I heard something about Tapestry supporting the Portlet spec.
>>>>> Is Tapestry going to support it out of the box or is Tapestry-Portlet
>>>> ready to use in production?
>>>>
>>>>
>>>> -
>>>> To unsubscribe, e-mail: users-unsubscr...@tapestry.apache.org
>>>> For additional commands, e-mail: users-h...@tapestry.apache.org
>>
>> -
>> To unsubscribe, e-mail: users-unsubscr...@tapestry.apache.org
>> For additional commands, e-mail: users-h...@tapestry.apache.org
>>
>
> -
> To unsubscribe, e-mail: users-unsubscr...@tapestry.apache.org
> For additional commands, e-mail: users-h...@tapestry.apache.org
>

-
To unsubscribe, e-mail: users-unsubscr...@tapestry.apache.org
For additional commands, e-mail: users-h...@tapestry.apache.org



Re: Tapestry-Portlet status?

2012-10-17 Thread Lance Java
Having not developed portlets myself... I'm interested to hear the use-case
that a portlet can solve that an ajax-based component can not?



--
View this message in context: 
http://tapestry.1045711.n5.nabble.com/Tapestry-Portlet-status-tp5716944p5716992.html
Sent from the Tapestry - User mailing list archive at Nabble.com.

-
To unsubscribe, e-mail: users-unsubscr...@tapestry.apache.org
For additional commands, e-mail: users-h...@tapestry.apache.org



Re: Tapestry-Portlet status?

2012-10-16 Thread Lenny Primak




On Oct 16, 2012, at 2:12 PM, François Facon  wrote:

> Hi Markus,
> 
> Your experience in developping portlet with tapestry is very interesting.
> 
> Currently, we return  PortletRenderable object and PortalPage object
> to display another tapestry page in the current portlet or to request
> the portlet container to redirect the user to another page of the
> portlet container. did you try to use those object during an
> activation phase whithout success?
> 
> About returning stream response during activation,  I can't see the
> related usage.
> could you give more details about that point?
> 
> Freundlich grüßt
> François
> 
> 2012/10/16 Markus Feindler :
>> Hm, it's hard to say since there are some basic features which don't
>> function in the "bridge" (like returning a page or stream response in
>> onactivate).
>> 
>> I wouldn't recommend using it.
>> 
>>> 
>>>  Original-Nachricht ----
>>> Datum: Tue, 16 Oct 2012 11:09:59 -0400
>>> Von: Lenny Primak 
>>> An: "Tapestry users" 
>>> Betreff: Re: Tapestry-Portlet status?
>>> 
>>>Thanks, I know it exists, but not sure it's ready for
>>> production use,
>>> hence the question if T5-portlet is something I should be using in
>>> production
>>> 
>>> On Oct 16, 2012, at 10:56 AM, Lenny Primak wrote:
>>> 
>>>> I heard something about Tapestry supporting the Portlet spec.
>>>> Is Tapestry going to support it out of the box or is Tapestry-Portlet
>>> ready to use in production?
>>> 
>>> 
>>> -
>>> To unsubscribe, e-mail: users-unsubscr...@tapestry.apache.org
>>> For additional commands, e-mail: users-h...@tapestry.apache.org
> 
> -
> To unsubscribe, e-mail: users-unsubscr...@tapestry.apache.org
> For additional commands, e-mail: users-h...@tapestry.apache.org
> 

-
To unsubscribe, e-mail: users-unsubscr...@tapestry.apache.org
For additional commands, e-mail: users-h...@tapestry.apache.org



Re: Tapestry-Portlet status?

2012-10-16 Thread Lenny Primak
François, 
Do you think that got5-portlet is ready to use in production?
Thanks. 



On Oct 16, 2012, at 2:12 PM, François Facon  wrote:

> Hi Markus,
> 
> Your experience in developping portlet with tapestry is very interesting.
> 
> Currently, we return  PortletRenderable object and PortalPage object
> to display another tapestry page in the current portlet or to request
> the portlet container to redirect the user to another page of the
> portlet container. did you try to use those object during an
> activation phase whithout success?
> 
> About returning stream response during activation,  I can't see the
> related usage.
> could you give more details about that point?
> 
> Freundlich grüßt
> François
> 
> 2012/10/16 Markus Feindler :
>> Hm, it's hard to say since there are some basic features which don't
>> function in the "bridge" (like returning a page or stream response in
>> onactivate).
>> 
>> I wouldn't recommend using it.
>> 
>>> 
>>>  Original-Nachricht ----
>>> Datum: Tue, 16 Oct 2012 11:09:59 -0400
>>> Von: Lenny Primak 
>>> An: "Tapestry users" 
>>> Betreff: Re: Tapestry-Portlet status?
>>> 
>>>Thanks, I know it exists, but not sure it's ready for
>>> production use,
>>> hence the question if T5-portlet is something I should be using in
>>> production
>>> 
>>> On Oct 16, 2012, at 10:56 AM, Lenny Primak wrote:
>>> 
>>>> I heard something about Tapestry supporting the Portlet spec.
>>>> Is Tapestry going to support it out of the box or is Tapestry-Portlet
>>> ready to use in production?
>>> 
>>> 
>>> -
>>> To unsubscribe, e-mail: users-unsubscr...@tapestry.apache.org
>>> For additional commands, e-mail: users-h...@tapestry.apache.org
> 
> -
> To unsubscribe, e-mail: users-unsubscr...@tapestry.apache.org
> For additional commands, e-mail: users-h...@tapestry.apache.org
> 

-
To unsubscribe, e-mail: users-unsubscr...@tapestry.apache.org
For additional commands, e-mail: users-h...@tapestry.apache.org



Re: Tapestry-Portlet status?

2012-10-16 Thread François Facon
Hi Markus,

Your experience in developping portlet with tapestry is very interesting.

Currently, we return  PortletRenderable object and PortalPage object
to display another tapestry page in the current portlet or to request
the portlet container to redirect the user to another page of the
portlet container. did you try to use those object during an
activation phase whithout success?

About returning stream response during activation,  I can't see the
related usage.
could you give more details about that point?

Freundlich grüßt
François

2012/10/16 Markus Feindler :
> Hm, it's hard to say since there are some basic features which don't
> function in the "bridge" (like returning a page or stream response in
> onactivate).
>
> I wouldn't recommend using it.
>
>>
>>  Original-Nachricht 
>> Datum: Tue, 16 Oct 2012 11:09:59 -0400
>> Von: Lenny Primak 
>> An: "Tapestry users" 
>> Betreff: Re: Tapestry-Portlet status?
>>
>> Thanks, I know it exists, but not sure it's ready for
>> production use,
>> hence the question if T5-portlet is something I should be using in
>> production
>>
>> On Oct 16, 2012, at 10:56 AM, Lenny Primak wrote:
>>
>> > I heard something about Tapestry supporting the Portlet spec.
>> > Is Tapestry going to support it out of the box or is Tapestry-Portlet
>> ready to use in production?
>>
>>
>> -
>> To unsubscribe, e-mail: users-unsubscr...@tapestry.apache.org
>> For additional commands, e-mail: users-h...@tapestry.apache.org
>>
>>
>

-
To unsubscribe, e-mail: users-unsubscr...@tapestry.apache.org
For additional commands, e-mail: users-h...@tapestry.apache.org



Re: Tapestry-Portlet status?

2012-10-16 Thread Lenny Primak
Not sure.  I just got a requirement for a portlet-type functionality in my app
Not even sure what portlet container to use, quick search on the 'Net
says that Liferay isn't compatible with Glassfish, that might be wrong
so either Liferay or OpenPortal.
Thanks for your help

On Oct 16, 2012, at 11:52 AM, François Facon wrote:

> We are using this portlet bridge for some projects with Tapestry 5.2.6
> and Tapestry 5.3.6.
> All those project are using Liferay 6.1.x.
> are you planning to deploy you portlet in Liferay?


-
To unsubscribe, e-mail: users-unsubscr...@tapestry.apache.org
For additional commands, e-mail: users-h...@tapestry.apache.org



Re: Tapestry-Portlet status?

2012-10-16 Thread François Facon
We are using this portlet bridge for some projects with Tapestry 5.2.6
and Tapestry 5.3.6.
All those project are using Liferay 6.1.x.
are you planning to deploy you portlet in Liferay?


2012/10/16 Lenny Primak :
> Thanks, I know it exists, but not sure it's ready for production use,
> hence the question if T5-portlet is something I should be using in production
>
> On Oct 16, 2012, at 10:56 AM, Lenny Primak wrote:
>
>> I heard something about Tapestry supporting the Portlet spec.
>> Is Tapestry going to support it out of the box or is Tapestry-Portlet ready 
>> to use in production?
>
>
> -
> To unsubscribe, e-mail: users-unsubscr...@tapestry.apache.org
> For additional commands, e-mail: users-h...@tapestry.apache.org
>

-
To unsubscribe, e-mail: users-unsubscr...@tapestry.apache.org
For additional commands, e-mail: users-h...@tapestry.apache.org



Re: Tapestry-Portlet status?

2012-10-16 Thread Kristian Marinkovic
I think you have to answer this question yourself by checking if your
requirements are met. you can see on github that it is being actively
developed. there is even a mention of Typestry 5.4-alpha in the
readme.


On Tue, Oct 16, 2012 at 5:19 PM, Markus Feindler  wrote:
> Hm, it's hard to say since there are some basic features which don't
> function in the "bridge" (like returning a page or stream response in
> onactivate).
>
> I wouldn't recommend using it.
>
>>
>>  Original-Nachricht 
>> Datum: Tue, 16 Oct 2012 11:09:59 -0400
>> Von: Lenny Primak 
>> An: "Tapestry users" 
>> Betreff: Re: Tapestry-Portlet status?
>>
>> Thanks, I know it exists, but not sure it's ready for
>> production use,
>> hence the question if T5-portlet is something I should be using in
>> production
>>
>> On Oct 16, 2012, at 10:56 AM, Lenny Primak wrote:
>>
>> > I heard something about Tapestry supporting the Portlet spec.
>> > Is Tapestry going to support it out of the box or is Tapestry-Portlet
>> ready to use in production?
>>
>>
>> -
>> To unsubscribe, e-mail: users-unsubscr...@tapestry.apache.org
>> For additional commands, e-mail: users-h...@tapestry.apache.org
>>
>>
>

-
To unsubscribe, e-mail: users-unsubscr...@tapestry.apache.org
For additional commands, e-mail: users-h...@tapestry.apache.org



Re: Tapestry-Portlet status?

2012-10-16 Thread Lenny Primak
If not, what's the alternative?  Is that something that's going to be improved?

On Oct 16, 2012, at 11:19 AM, Markus Feindler wrote:

> Hm, it's hard to say since there are some basic features which don't 
> function in the "bridge" (like returning a page or stream response in 
> onactivate).
> 
> I wouldn't recommend using it.
> 


-
To unsubscribe, e-mail: users-unsubscr...@tapestry.apache.org
For additional commands, e-mail: users-h...@tapestry.apache.org



Re: Tapestry-Portlet status?

2012-10-16 Thread Markus Feindler
Hm, it's hard to say since there are some basic features which don't 
function in the "bridge" (like returning a page or stream response in 
onactivate).

I wouldn't recommend using it.

> 
>  Original-Nachricht 
> Datum: Tue, 16 Oct 2012 11:09:59 -0400
> Von: Lenny Primak 
> An: "Tapestry users" 
> Betreff: Re: Tapestry-Portlet status?
> 
> Thanks, I know it exists, but not sure it's ready for 
> production use,
> hence the question if T5-portlet is something I should be using in 
> production  
> 
> On Oct 16, 2012, at 10:56 AM, Lenny Primak wrote:
> 
> > I heard something about Tapestry supporting the Portlet spec.
> > Is Tapestry going to support it out of the box or is Tapestry-Portlet 
> ready to use in production?
> 
> 
> -
> To unsubscribe, e-mail: users-unsubscr...@tapestry.apache.org
> For additional commands, e-mail: users-h...@tapestry.apache.org
> 
> 



Re: Tapestry-Portlet status?

2012-10-16 Thread Lenny Primak
Thanks, I know it exists, but not sure it's ready for production use,
hence the question if T5-portlet is something I should be using in production  

On Oct 16, 2012, at 10:56 AM, Lenny Primak wrote:

> I heard something about Tapestry supporting the Portlet spec.
> Is Tapestry going to support it out of the box or is Tapestry-Portlet ready 
> to use in production?


-
To unsubscribe, e-mail: users-unsubscr...@tapestry.apache.org
For additional commands, e-mail: users-h...@tapestry.apache.org



Re: Tapestry-Portlet status?

2012-10-16 Thread Kristian Marinkovic
did you take a look at https://github.com/got5/tapestry5-portlet?


On Tue, Oct 16, 2012 at 4:56 PM, Lenny Primak  wrote:
> I heard something about Tapestry supporting the Portlet spec.
> Is Tapestry going to support it out of the box or is Tapestry-Portlet ready 
> to use in production?
>
>
> -
> To unsubscribe, e-mail: users-unsubscr...@tapestry.apache.org
> For additional commands, e-mail: users-h...@tapestry.apache.org
>

-
To unsubscribe, e-mail: users-unsubscr...@tapestry.apache.org
For additional commands, e-mail: users-h...@tapestry.apache.org



Tapestry-Portlet status?

2012-10-16 Thread Lenny Primak
I heard something about Tapestry supporting the Portlet spec.
Is Tapestry going to support it out of the box or is Tapestry-Portlet ready to 
use in production?


-
To unsubscribe, e-mail: users-unsubscr...@tapestry.apache.org
For additional commands, e-mail: users-h...@tapestry.apache.org