You are viewing a plain text version of this content. The canonical link for it is here.
Posted to jetspeed-dev@portals.apache.org by Peter Meier <pe...@tec.govt.nz> on 2005/02/10 21:26:50 UTC

J2: Inter-portlet communications

I would like to submit a working solution for inter-portlet 
communications between portlets (that do not belong to the same portlet 
application).
I tried to submit the code using email attachments (zip files), but it 
was bounced back.
What is the best way to submit code?

Regards,
Peter

Architect,
TEC
Wellington, New Zealand
email: peter.meier@tec.govt.nz


---------------------------------------------------------------------
To unsubscribe, e-mail: jetspeed-dev-unsubscribe@jakarta.apache.org
For additional commands, e-mail: jetspeed-dev-help@jakarta.apache.org


Re: J2: Inter-portlet communications / JS2-208

Posted by Roger Ruttimann <ro...@apache.org>.
Excellent. We should definitely include an inter portlet communication.
Let me know when you are done so that it can be included as a sample.
Roger

Peter Meier wrote:

> Hi Roger,
> I ported IPC to M2, it's stable. I am working currently on a port to 
> M3. In a week or so, it should be up and working.
> Regards,
> Peter
>
> Roger Ruttimann wrote:
>
>> Just saw this now and it seems to be a good approach for cross 
>> context portlet communication using the PortletEvent API.
>>
>> Did anybody test it with M3?
>>
>> Roger
>>
>> Peter Meier wrote:
>>
>>> I would like to submit a working solution for inter-portlet 
>>> communications between portlets (that do not belong to the same 
>>> portlet application).
>>> I tried to submit the code using email attachments (zip files), but 
>>> it was bounced back.
>>> What is the best way to submit code?
>>>
>>> Regards,
>>> Peter
>>>
>>> Architect,
>>> TEC
>>> Wellington, New Zealand
>>> email: peter.meier@tec.govt.nz
>>>
>>>
>>> ---------------------------------------------------------------------
>>> To unsubscribe, e-mail: jetspeed-dev-unsubscribe@jakarta.apache.org
>>> For additional commands, e-mail: jetspeed-dev-help@jakarta.apache.org
>>>
>>>
>>
>
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: jetspeed-dev-unsubscribe@portals.apache.org
> For additional commands, e-mail: jetspeed-dev-help@portals.apache.org
>
>


---------------------------------------------------------------------
To unsubscribe, e-mail: jetspeed-dev-unsubscribe@portals.apache.org
For additional commands, e-mail: jetspeed-dev-help@portals.apache.org


Re: J2: Inter-portlet communications / JS2-208

Posted by Peter Meier <pe...@tec.govt.nz>.
Hi Roger,
I ported IPC to M2, it's stable. I am working currently on a port to M3. 
In a week or so, it should be up and working.
Regards,
Peter

Roger Ruttimann wrote:

> Just saw this now and it seems to be a good approach for cross context 
> portlet communication using the PortletEvent API.
>
> Did anybody test it with M3?
>
> Roger
>
> Peter Meier wrote:
>
>> I would like to submit a working solution for inter-portlet 
>> communications between portlets (that do not belong to the same 
>> portlet application).
>> I tried to submit the code using email attachments (zip files), but 
>> it was bounced back.
>> What is the best way to submit code?
>>
>> Regards,
>> Peter
>>
>> Architect,
>> TEC
>> Wellington, New Zealand
>> email: peter.meier@tec.govt.nz
>>
>>
>> ---------------------------------------------------------------------
>> To unsubscribe, e-mail: jetspeed-dev-unsubscribe@jakarta.apache.org
>> For additional commands, e-mail: jetspeed-dev-help@jakarta.apache.org
>>
>>
>

---------------------------------------------------------------------
To unsubscribe, e-mail: jetspeed-dev-unsubscribe@portals.apache.org
For additional commands, e-mail: jetspeed-dev-help@portals.apache.org


Re: J2: Inter-portlet communications / JS2-208

Posted by Roger Ruttimann <ro...@apache.org>.
Just saw this now and it seems to be a good approach for cross context 
portlet communication using the PortletEvent API.

Did anybody test it with M3?

Roger

Peter Meier wrote:

> I would like to submit a working solution for inter-portlet 
> communications between portlets (that do not belong to the same 
> portlet application).
> I tried to submit the code using email attachments (zip files), but it 
> was bounced back.
> What is the best way to submit code?
>
> Regards,
> Peter
>
> Architect,
> TEC
> Wellington, New Zealand
> email: peter.meier@tec.govt.nz
>
>
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: jetspeed-dev-unsubscribe@jakarta.apache.org
> For additional commands, e-mail: jetspeed-dev-help@jakarta.apache.org
>
>


---------------------------------------------------------------------
To unsubscribe, e-mail: jetspeed-dev-unsubscribe@portals.apache.org
For additional commands, e-mail: jetspeed-dev-help@portals.apache.org


Re: J2: Inter-portlet communications

Posted by Ate Douma <at...@douma.nu>.

Jeremy Ford wrote:
> If you wish to submit code and have trouble posting it to thest list,
> try creating a JIRA Issue and attach your patches there.
As he already did on Thursday ;-)
See: http://issues.apache.org/jira/browse/JS2-208

I had a first look at his proposal and it certainly is worth a look
yourself.

> 
> Jeremy Ford
> jford@apache.org
> 
> 
> On Fri, 11 Feb 2005 09:26:50 +1300, Peter Meier <pe...@tec.govt.nz> wrote:
> 
>>I would like to submit a working solution for inter-portlet
>>communications between portlets (that do not belong to the same portlet
>>application).
>>I tried to submit the code using email attachments (zip files), but it
>>was bounced back.
>>What is the best way to submit code?
>>
>>Regards,
>>Peter
>>
>>Architect,
>>TEC
>>Wellington, New Zealand
>>email: peter.meier@tec.govt.nz
>>
>>---------------------------------------------------------------------
>>To unsubscribe, e-mail: jetspeed-dev-unsubscribe@jakarta.apache.org
>>For additional commands, e-mail: jetspeed-dev-help@jakarta.apache.org
>>
>>
> 
> 
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: jetspeed-dev-unsubscribe@jakarta.apache.org
> For additional commands, e-mail: jetspeed-dev-help@jakarta.apache.org
> 
> 
> 
> 
> 


---------------------------------------------------------------------
To unsubscribe, e-mail: jetspeed-dev-unsubscribe@jakarta.apache.org
For additional commands, e-mail: jetspeed-dev-help@jakarta.apache.org


Re: J2: Inter-portlet communications

Posted by Jeremy Ford <je...@gmail.com>.
If you wish to submit code and have trouble posting it to thest list,
try creating a JIRA Issue and attach your patches there.

Jeremy Ford
jford@apache.org


On Fri, 11 Feb 2005 09:26:50 +1300, Peter Meier <pe...@tec.govt.nz> wrote:
> I would like to submit a working solution for inter-portlet
> communications between portlets (that do not belong to the same portlet
> application).
> I tried to submit the code using email attachments (zip files), but it
> was bounced back.
> What is the best way to submit code?
> 
> Regards,
> Peter
> 
> Architect,
> TEC
> Wellington, New Zealand
> email: peter.meier@tec.govt.nz
> 
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: jetspeed-dev-unsubscribe@jakarta.apache.org
> For additional commands, e-mail: jetspeed-dev-help@jakarta.apache.org
> 
>

---------------------------------------------------------------------
To unsubscribe, e-mail: jetspeed-dev-unsubscribe@jakarta.apache.org
For additional commands, e-mail: jetspeed-dev-help@jakarta.apache.org