cocoon 2.1 as WSRP producer?

View: New views
8 Messages — Rating Filter:   Alert me  

cocoon 2.1 as WSRP producer?

by Paul Adriaenssens-2 :: Rate this Message:

Reply to Author | View Threaded | Show Only this Message

Hi,

We have already read the documentation, but it only speaks about consuming WSRP portlets.
We want to integrate our Cocoon application with Liferay, and therefore Coccoon 2.1.11 needs to be WSRP-enabled as producer.
Does anybody know if this is possible?

Thanks,

Best regards,

Paul Adriaenssens




---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@...
For additional commands, e-mail: users-help@...


Re: cocoon 2.1 as WSRP producer?

by Jos Snellings :: Rate this Message:

Reply to Author | View Threaded | Show Only this Message

Mmm, do you need all of the spec?
validation caching? authentication?
What do you really need?

Jos

On Thu, 2009-10-29 at 10:29 +0000, Paul Adriaenssens wrote:

> Hi,
>
> We have already read the documentation, but it only speaks about consuming WSRP portlets.
> We want to integrate our Cocoon application with Liferay, and therefore Coccoon 2.1.11 needs to be WSRP-enabled as producer.
> Does anybody know if this is possible?
>
> Thanks,
>
> Best regards,
>
> Paul Adriaenssens
>
>
>
>
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: users-unsubscribe@...
> For additional commands, e-mail: users-help@...
>
>


---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@...
For additional commands, e-mail: users-help@...


Re: cocoon 2.1 as WSRP producer?

by Andreas Kuehne-2 :: Rate this Message:

Reply to Author | View Threaded | Show Only this Message

Hi Jos,

I would like to know about anything that's possible !
Always prefer to do a PortLet in Cocoon ...

Greetings

Andreas



----- Original Message ----
From: Jos Snellings <Jos.Snellings@...>
To: users@...
Sent: Thu, October 29, 2009 1:50:50 PM
Subject: Re: cocoon 2.1 as WSRP producer?

Mmm, do you need all of the spec?
validation caching? authentication?
What do you really need?

Jos

On Thu, 2009-10-29 at 10:29 +0000, Paul Adriaenssens wrote:

> Hi,
>
> We have already read the documentation, but it only speaks about consuming WSRP portlets.
> We want to integrate our Cocoon application with Liferay, and therefore Coccoon 2.1.11 needs to be WSRP-enabled as producer.
> Does anybody know if this is possible?
>
> Thanks,
>
> Best regards,
>
> Paul Adriaenssens
>
>
>
>
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: users-unsubscribe@...
> For additional commands, e-mail: users-help@...
>
>


---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@...
For additional commands, e-mail: users-help@...

---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@...
For additional commands, e-mail: users-help@...


Re: cocoon 2.1 as WSRP producer?

by Paul Adriaenssens :: Rate this Message:

Reply to Author | View Threaded | Show Only this Message

We would like to expose parts of our cocoon 2.1.11 application as
portlets and consume them in a LifeRay portal application.
The cocoon application is deployed in a JOnAS (+Tomcat) J2EE server,
while the LifeRay environment runs on a different host in the same LAN.
Is this realistic, what would be possible, what not?

Kind regards,

Paul

Andreas Kuehne wrote:

>Hi Jos,
>
>I would like to know about anything that's possible !
>Always prefer to do a PortLet in Cocoon ...
>
>Greetings
>
>Andreas
>
>
>
>----- Original Message ----
>From: Jos Snellings <Jos.Snellings@...>
>To: users@...
>Sent: Thu, October 29, 2009 1:50:50 PM
>Subject: Re: cocoon 2.1 as WSRP producer?
>
>Mmm, do you need all of the spec?
>validation caching? authentication?
>What do you really need?
>
>Jos
>
>On Thu, 2009-10-29 at 10:29 +0000, Paul Adriaenssens wrote:
>  
>
>>Hi,
>>
>>We have already read the documentation, but it only speaks about consuming WSRP portlets.
>>We want to integrate our Cocoon application with Liferay, and therefore Coccoon 2.1.11 needs to be WSRP-enabled as producer.
>>Does anybody know if this is possible?
>>
>>Thanks,
>>
>>Best regards,
>>
>>Paul Adriaenssens
>>
>>
>>
>>
>>---------------------------------------------------------------------
>>To unsubscribe, e-mail: users-unsubscribe@...
>>For additional commands, e-mail: users-help@...
>>
>>
>>    
>>
>
>
>---------------------------------------------------------------------
>To unsubscribe, e-mail: users-unsubscribe@...
>For additional commands, e-mail: users-help@...
>
>---------------------------------------------------------------------
>To unsubscribe, e-mail: users-unsubscribe@...
>For additional commands, e-mail: users-help@...
>
>
>
>  
>


---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@...
For additional commands, e-mail: users-help@...


Re: cocoon 2.1 as WSRP producer?

by cziegeler :: Rate this Message:

Reply to Author | View Threaded | Show Only this Message

Paul Adriaenssens wrote:
> We would like to expose parts of our cocoon 2.1.11 application as
> portlets and consume them in a LifeRay portal application.
> The cocoon application is deployed in a JOnAS (+Tomcat) J2EE server,
> while the LifeRay environment runs on a different host in the same LAN.
> Is this realistic, what would be possible, what not?
>
Can't really help you that much - but I think somewhere in the Cocoon
docs (maybe on the wiki) is a doc describing how to run Cocoon as a
portlet (JSR 168)

If you want to use WSRP you maybe could try to use the wsrp proxy stuff
from the wsrp4j project. I've never done this, so I have no clue if this
is possible, but it might be a solution.

Carsten
--
Carsten Ziegeler
cziegeler@...

---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@...
For additional commands, e-mail: users-help@...


Re: cocoon 2.1 as WSRP producer?

by Ralph Goers :: Rate this Message:

Reply to Author | View Threaded | Show Only this Message

I wouldn't recommend trying to do it via WSRP. I would recommend  
looking at http://wiki.apache.org/cocoon/CocoonAppAsJSR168Portlet.

Ralph

On Nov 4, 2009, at 11:42 PM, Paul Adriaenssens wrote:

> We would like to expose parts of our cocoon 2.1.11 application as  
> portlets and consume them in a LifeRay portal application.
> The cocoon application is deployed in a JOnAS (+Tomcat) J2EE server,  
> while the LifeRay environment runs on a different host in the same  
> LAN.
> Is this realistic, what would be possible, what not?
>
> Kind regards,
>
> Paul
>
> Andreas Kuehne wrote:
>
>> Hi Jos,
>>
>> I would like to know about anything that's possible !
>> Always prefer to do a PortLet in Cocoon ...
>>
>> Greetings
>>
>> Andreas
>>
>>
>>
>> ----- Original Message ----
>> From: Jos Snellings <Jos.Snellings@...>
>> To: users@...
>> Sent: Thu, October 29, 2009 1:50:50 PM
>> Subject: Re: cocoon 2.1 as WSRP producer?
>>
>> Mmm, do you need all of the spec?
>> validation caching? authentication?
>> What do you really need?
>>
>> Jos
>>
>> On Thu, 2009-10-29 at 10:29 +0000, Paul Adriaenssens wrote:
>>
>>> Hi,
>>>
>>> We have already read the documentation, but it only speaks about  
>>> consuming WSRP portlets. We want to integrate our Cocoon  
>>> application with Liferay, and therefore Coccoon 2.1.11 needs to be  
>>> WSRP-enabled as producer. Does anybody know if this is possible?
>>>
>>> Thanks,
>>>
>>> Best regards,
>>>
>>> Paul Adriaenssens
>>>
>>>
>>>
>>>
>>> ---------------------------------------------------------------------
>>> To unsubscribe, e-mail: users-unsubscribe@...
>>> For additional commands, e-mail: users-help@...
>>>
>>>
>>>
>>
>>
>> ---------------------------------------------------------------------
>> To unsubscribe, e-mail: users-unsubscribe@...
>> For additional commands, e-mail: users-help@...
>>
>> ---------------------------------------------------------------------
>> To unsubscribe, e-mail: users-unsubscribe@...
>> For additional commands, e-mail: users-help@...
>>
>>
>>
>>
>
>
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: users-unsubscribe@...
> For additional commands, e-mail: users-help@...
>


---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@...
For additional commands, e-mail: users-help@...


Re: cocoon 2.1 as WSRP producer?

by Francesco Chicchiriccò-3 :: Rate this Message:

Reply to Author | View Threaded | Show Only this Message

On 05/11/2009 20:55 Ralph Goers wrote:
I wouldn't recommend trying to do it via WSRP. I would recommend looking at http://wiki.apache.org/cocoon/CocoonAppAsJSR168Portlet.
I personally agree with that.
I have been recently working with Cocoon 2.1 in a JSR-168 portlet environment; here it follows my experience.

I started from the wiki page at [1]: rather good, even though quite bound to pluto 1.0. I could easily adapt the procedure to Open Portlet Container [2] and Sun Portal Server; unfortunately, when it comes to CForms, the only pointer is [3], very out of date nowadays.

The main issue in CForms is related to the fact that also [2] points out: Portlet's ActionRequest can not have any response body. After some struggling, I found the solution by modifying Form.js' sendFormAndWait() to be able to cope with the former issue.

Another smaller issue is related to resources URI (for CSS and JS) that must be adapted and rewritten by the LinkRewriter in order to be effective.
Finally, I also needed an easier way to get to portlet preferences and cookies (already proposed in [4])

Do you think that it is useful to update [1]?
Is there any simple way to propose the addition of some code that I developed for Cocoon 2.1.X?

Cheers.

[1] http://wiki.apache.org/cocoon/CocoonAppAsJSR168Portlet
On Nov 4, 2009, at 11:42 PM, Paul Adriaenssens wrote:

We would like to expose parts of our cocoon 2.1.11 application as portlets and consume them in a LifeRay portal application.
The cocoon application is deployed in a JOnAS (+Tomcat) J2EE server, while the LifeRay environment runs on a different host in the same LAN.
Is this realistic, what would be possible, what not?

Kind regards,

Paul

Andreas Kuehne wrote:

Hi Jos,

I would like to know about anything that's possible !
Always prefer to do a PortLet in Cocoon ...

Greetings

Andreas



----- Original Message ----
From: Jos Snellings Jos.Snellings@...
To: users@...
Sent: Thu, October 29, 2009 1:50:50 PM
Subject: Re: cocoon 2.1 as WSRP producer?

Mmm, do you need all of the spec?
validation caching? authentication?
What do you really need?

Jos

On Thu, 2009-10-29 at 10:29 +0000, Paul Adriaenssens wrote:

Hi,

We have already read the documentation, but it only speaks about consuming WSRP portlets. We want to integrate our Cocoon application with Liferay, and therefore Coccoon 2.1.11 needs to be WSRP-enabled as producer. Does anybody know if this is possible?

Thanks,

Best regards,

Paul Adriaenssens
--

Francesco Chicchiriccò
Delivery Manager

everett Italia
         TRUSTED TO KNOW

Head Office
Via Torino, 2 - 20123 Milano - Italia
Tel:
+39 02 72546847
Fax:
+39 02 72546418
Technology Centre
Via Federico Fellini, 2 G2/1 - 65010 Spoltore (PE) - Italia
Tel:
+39 085 2120342 / +39 085 2120537
Fax:
+39 085 2120342 / +39 085 2120537

Mob:
+39 329 0573276
e-mail:
Web:

The information in this Internet email is confidential and may be legally privileged. It is intended solely for the addressee. Access to this Internet email by anyone else is unauthorised. If you are not the intended recipient, any disclosure, copying, distribution or any action taken or omitted to be taken in reliance on it is prohibited and may be unlawful. When addressed to our clients any opinions or advice contained in this Internet email are subject to the terms and conditions expressed in any applicable governing Everett terms of business or client engagement letter.

Re: cocoon 2.1 as WSRP producer?

by Ralph Goers :: Rate this Message:

Reply to Author | View Threaded | Show Only this Message

The correct way to propose some code is to create a Jira issue and add a patch. Then ping this list periodically. Although there isn't a lot of activity going on there are still a lot of committers here who will be happy to apply a patch.

Ralph

On Nov 5, 2009, at 11:23 PM, Francesco Chicchiriccò wrote:

On 05/11/2009 20:55 Ralph Goers wrote:
I wouldn't recommend trying to do it via WSRP. I would recommend looking at http://wiki.apache.org/cocoon/CocoonAppAsJSR168Portlet.
I personally agree with that.
I have been recently working with Cocoon 2.1 in a JSR-168 portlet environment; here it follows my experience.

I started from the wiki page at [1]: rather good, even though quite bound to pluto 1.0. I could easily adapt the procedure to Open Portlet Container [2] and Sun Portal Server; unfortunately, when it comes to CForms, the only pointer is [3], very out of date nowadays.

The main issue in CForms is related to the fact that also [2] points out: Portlet's ActionRequest can not have any response body. After some struggling, I found the solution by modifying Form.js' sendFormAndWait() to be able to cope with the former issue.

Another smaller issue is related to resources URI (for CSS and JS) that must be adapted and rewritten by the LinkRewriter in order to be effective.
Finally, I also needed an easier way to get to portlet preferences and cookies (already proposed in [4])

Do you think that it is useful to update [1]?
Is there any simple way to propose the addition of some code that I developed for Cocoon 2.1.X?

Cheers.

[1] http://wiki.apache.org/cocoon/CocoonAppAsJSR168Portlet
On Nov 4, 2009, at 11:42 PM, Paul Adriaenssens wrote:

We would like to expose parts of our cocoon 2.1.11 application as portlets and consume them in a LifeRay portal application.
The cocoon application is deployed in a JOnAS (+Tomcat) J2EE server, while the LifeRay environment runs on a different host in the same LAN.
Is this realistic, what would be possible, what not?

Kind regards,

Paul

Andreas Kuehne wrote:

Hi Jos,

I would like to know about anything that's possible !
Always prefer to do a PortLet in Cocoon ...

Greetings

Andreas



----- Original Message ----
From: Jos Snellings Jos.Snellings@...
To: users@...
Sent: Thu, October 29, 2009 1:50:50 PM
Subject: Re: cocoon 2.1 as WSRP producer?

Mmm, do you need all of the spec?
validation caching? authentication?
What do you really need?

Jos

On Thu, 2009-10-29 at 10:29 +0000, Paul Adriaenssens wrote:

Hi,

We have already read the documentation, but it only speaks about consuming WSRP portlets. We want to integrate our Cocoon application with Liferay, and therefore Coccoon 2.1.11 needs to be WSRP-enabled as producer. Does anybody know if this is possible?

Thanks,

Best regards,

Paul Adriaenssens
--

Francesco Chicchiriccò
Delivery Manager

everett Italia
         TRUSTED TO KNOW

Head Office
Via Torino, 2 - 20123 Milano - Italia
Tel:
+39 02 72546847
Fax:
+39 02 72546418
Technology Centre
Via Federico Fellini, 2 G2/1 - 65010 Spoltore (PE) - Italia
Tel:
+39 085 2120342 / +39 085 2120537
Fax:
+39 085 2120342 / +39 085 2120537

Mob:
+39 329 0573276
e-mail:
Web:

The information in this Internet email is confidential and may be legally privileged. It is intended solely for the addressee. Access to this Internet email by anyone else is unauthorised. If you are not the intended recipient, any disclosure, copying, distribution or any action taken or omitted to be taken in reliance on it is prohibited and may be unlawful. When addressed to our clients any opinions or advice contained in this Internet email are subject to the terms and conditions expressed in any applicable governing Everett terms of business or client engagement letter.