You are viewing a plain text version of this content. The canonical link for it is here.
Posted to users@wicket.apache.org by Pierre Goupil <go...@gmail.com> on 2008/11/06 20:25:21 UTC

Wicket & portlet

Hello all,

I'm currently evaluating Struts2 Vs. Wicket 1.3.5 as a Web framework in a
portlet environment. I'm using eXo WebOS as a portal.

My question is : what's the status of portlet support in Wicket ? I don't
really care about portlet 1.0 or 2.0 but I'm looking for a fairly robust and
easy-to-go integration of my Web framework and my portal.

Hope to be clear !

Cheers,

Pierre



-- 
Parce que c'est la nuit qu'il est beau de croire en la lumière.

Re: Wicket & portlet

Posted by Serkan Camurcuoglu <Se...@telenity.com>.
I think you can write an implementation of this interface for eXo portal 
if you know a bit about its internals.. If eXo portal supports the 
portlet 2.0 spec, then it should be really simple since the portal will 
already have some way of generating resource urls, and you will delegate 
the call to this mechanism.. AFAIK, resource URLs are important for 
resource serving and wicket Ajax functionality..


Pierre Goupil wrote:
> Hello again,
>
> I did find this wiki page. Quoting it :
>
> ---
> First of all, you need to make sure the portal (e.g. Liferay ) provides an
> implementation of the Apache Portals Bridges
> PortletResourceURLFactoryinterface, see:
> PortletResourceURLFactory<http://portals.apache.org/bridges/multiproject/portals-bridges-common/xref/org/apache/portals/bridges/common/PortletResourceURLFactory.html>
> ---
>
> I don't know whether this interface is fully portlet spec compliant or not,
> but anyways, my portal of choice is eXo platform (in WebOS mode) and it
> doesn't provide it.
>
> I am stuck or... ?
>
> Regards,
>
> Pierre
>
>
>
> On Mon, Nov 10, 2008 at 1:48 PM, Nino Saturnino Martinez Vazquez Wael <
> nino.martinez@jayway.dk> wrote:
>
>   
>> Could people who use wicket in some portal container create a wiki page and
>> report if it's working, working with problems or just not working?
>>
>> maybe a sub page to this: http://cwiki.apache.org/WICKET/portal-howto.html
>>
>>
>>
>>     


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


Re: Wicket & portlet

Posted by Pierre Goupil <go...@gmail.com>.
Hello again,

I did find this wiki page. Quoting it :

---
First of all, you need to make sure the portal (e.g. Liferay ) provides an
implementation of the Apache Portals Bridges
PortletResourceURLFactoryinterface, see:
PortletResourceURLFactory<http://portals.apache.org/bridges/multiproject/portals-bridges-common/xref/org/apache/portals/bridges/common/PortletResourceURLFactory.html>
---

I don't know whether this interface is fully portlet spec compliant or not,
but anyways, my portal of choice is eXo platform (in WebOS mode) and it
doesn't provide it.

I am stuck or... ?

Regards,

Pierre



On Mon, Nov 10, 2008 at 1:48 PM, Nino Saturnino Martinez Vazquez Wael <
nino.martinez@jayway.dk> wrote:

> Could people who use wicket in some portal container create a wiki page and
> report if it's working, working with problems or just not working?
>
> maybe a sub page to this: http://cwiki.apache.org/WICKET/portal-howto.html
>
>
>
-- 
Parce que c'est la nuit qu'il est beau de croire en la lumière.

Re: Wicket & portlet

Posted by Nino Saturnino Martinez Vazquez Wael <ni...@jayway.dk>.
Could people who use wicket in some portal container create a wiki page 
and report if it's working, working with problems or just not working?

maybe a sub page to this: http://cwiki.apache.org/WICKET/portal-howto.html


regards Nino

Serkan Camurcuoglu wrote:
> though I've only used it in Jetspeed portal, I strongly recommend 
> Wicket instead of Struts2 for portlet development..
>
>
>
> Danny van Bruggen wrote:
>> Hi Pierre,
>>
>> As far as I know (and I'm not an authority,) the status is as follows:
>>
>> - portlet 1.0 support is OK
>> - portlet 2.0 support should be implemented "soon" (maybe it has
>> already been done?)
>> - Websphere is broken and does not accept Wicket portlets. Neither WS
>> or Wicket want to fix it.
>>
>> Hopefully someone can give you more inside information ;)
>>
>> Danny
>>
>> On Thu, Nov 6, 2008 at 8:25 PM, Pierre Goupil 
>> <go...@gmail.com> wrote:
>>  
>>> Hello all,
>>>
>>> I'm currently evaluating Struts2 Vs. Wicket 1.3.5 as a Web framework 
>>> in a
>>> portlet environment. I'm using eXo WebOS as a portal.
>>>
>>> My question is : what's the status of portlet support in Wicket ? I 
>>> don't
>>> really care about portlet 1.0 or 2.0 but I'm looking for a fairly 
>>> robust and
>>> easy-to-go integration of my Web framework and my portal.
>>>
>>> Hope to be clear !
>>>
>>> Cheers,
>>>
>>> Pierre
>>>
>>>
>>>
>>> -- 
>>> Parce que c'est la nuit qu'il est beau de croire en la lumière.
>>>
>>>     
>>
>> ---------------------------------------------------------------------
>> To unsubscribe, e-mail: users-unsubscribe@wicket.apache.org
>> For additional commands, e-mail: users-help@wicket.apache.org
>>
>>
>>   
>
>
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: users-unsubscribe@wicket.apache.org
> For additional commands, e-mail: users-help@wicket.apache.org
>

-- 
-Wicket for love

Nino Martinez Wael
Java Specialist @ Jayway DK
http://www.jayway.dk
+45 2936 7684


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


Re: Wicket & portlet

Posted by Serkan Camurcuoglu <Se...@telenity.com>.
though I've only used it in Jetspeed portal, I strongly recommend Wicket 
instead of Struts2 for portlet development..



Danny van Bruggen wrote:
> Hi Pierre,
>
> As far as I know (and I'm not an authority,) the status is as follows:
>
> - portlet 1.0 support is OK
> - portlet 2.0 support should be implemented "soon" (maybe it has
> already been done?)
> - Websphere is broken and does not accept Wicket portlets. Neither WS
> or Wicket want to fix it.
>
> Hopefully someone can give you more inside information ;)
>
> Danny
>
> On Thu, Nov 6, 2008 at 8:25 PM, Pierre Goupil <go...@gmail.com> wrote:
>   
>> Hello all,
>>
>> I'm currently evaluating Struts2 Vs. Wicket 1.3.5 as a Web framework in a
>> portlet environment. I'm using eXo WebOS as a portal.
>>
>> My question is : what's the status of portlet support in Wicket ? I don't
>> really care about portlet 1.0 or 2.0 but I'm looking for a fairly robust and
>> easy-to-go integration of my Web framework and my portal.
>>
>> Hope to be clear !
>>
>> Cheers,
>>
>> Pierre
>>
>>
>>
>> --
>> Parce que c'est la nuit qu'il est beau de croire en la lumière.
>>
>>     
>
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: users-unsubscribe@wicket.apache.org
> For additional commands, e-mail: users-help@wicket.apache.org
>
>
>   


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


Re: Wicket & portlet

Posted by Danny van Bruggen <ts...@gmail.com>.
Hi Pierre,

As far as I know (and I'm not an authority,) the status is as follows:

- portlet 1.0 support is OK
- portlet 2.0 support should be implemented "soon" (maybe it has
already been done?)
- Websphere is broken and does not accept Wicket portlets. Neither WS
or Wicket want to fix it.

Hopefully someone can give you more inside information ;)

Danny

On Thu, Nov 6, 2008 at 8:25 PM, Pierre Goupil <go...@gmail.com> wrote:
> Hello all,
>
> I'm currently evaluating Struts2 Vs. Wicket 1.3.5 as a Web framework in a
> portlet environment. I'm using eXo WebOS as a portal.
>
> My question is : what's the status of portlet support in Wicket ? I don't
> really care about portlet 1.0 or 2.0 but I'm looking for a fairly robust and
> easy-to-go integration of my Web framework and my portal.
>
> Hope to be clear !
>
> Cheers,
>
> Pierre
>
>
>
> --
> Parce que c'est la nuit qu'il est beau de croire en la lumière.
>

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