Re: portlet2 plugin

2011-01-27 Thread Frans Thamura
Liferay as I know also have problem when implement 168

Too complex may be


/m/

-Original Message-
From: Rene Gielen gie...@it-neering.net
Date: Thu, 27 Jan 2011 08:56:43 
To: Struts Developers Listdev@struts.apache.org
Reply-To: Struts Developers List dev@struts.apache.org
Subject: Re: portlet2 plugin

Actual state:
- JSR286 nature with automatic detection of the API version to use is
implemented, but was not heavily tested till now. For test automation,
we still lack a test container environment for 286 as we had for 168
(customized embedded Pluto)

- Events are not supported, and there is a good amount of work to do.
Nevertheless, even without event support the new plugin has major
advantages when working in a 286 environment

Given that Johannes gives us the input that things seem to be working in
the real world (I think even production in his case), we should consider
to move it into the main codebase. It should be by design a drop-in
replacement for the current plugin and it is backwards compatible. I
would say - let's go for it.

- René

On 27.01.11 08:37, Lukasz Lenart wrote:
 2011/1/27 Johannes Geppert jo...@web.de:
 is there any chance to get the portlet2 plugin out of the sandbox?
 I use this sandbox plugin and it works great except the eventing.
 
 What about the eventing, is it possible to improve that?
 
 
 Regards

-- 
René Gielen
IT-Neering.net
Saarstrasse 100, 52062 Aachen, Germany
Tel: +49-(0)241-4010770
Fax: +49-(0)241-4010771
Cel: +49-(0)163-2844164
http://twitter.com/rgielen

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



Re: portlet2 plugin

2011-01-27 Thread Johannes Geppert

I agree to René the portlet2 version brings advantages to the developer
and i think it is production ready. I work with it since over an year
without trouble.

When the events feature is marked as known TODO this plugin is ready for
shipping out in next struts2 version.

Johannes


Rene Gielen wrote:
 
 Actual state:
 - JSR286 nature with automatic detection of the API version to use is
 implemented, but was not heavily tested till now. For test automation,
 we still lack a test container environment for 286 as we had for 168
 (customized embedded Pluto)
 
 - Events are not supported, and there is a good amount of work to do.
 Nevertheless, even without event support the new plugin has major
 advantages when working in a 286 environment
 
 Given that Johannes gives us the input that things seem to be working in
 the real world (I think even production in his case), we should consider
 to move it into the main codebase. It should be by design a drop-in
 replacement for the current plugin and it is backwards compatible. I
 would say - let's go for it.
 
 - René
 
 On 27.01.11 08:37, Lukasz Lenart wrote:
 2011/1/27 Johannes Geppert jo...@web.de:
 is there any chance to get the portlet2 plugin out of the sandbox?
 I use this sandbox plugin and it works great except the eventing.
 
 What about the eventing, is it possible to improve that?
 
 
 Regards
 
 -- 
 René Gielen
 IT-Neering.net
 Saarstrasse 100, 52062 Aachen, Germany
 Tel: +49-(0)241-4010770
 Fax: +49-(0)241-4010771
 Cel: +49-(0)163-2844164
 http://twitter.com/rgielen
 
 -
 To unsubscribe, e-mail: dev-unsubscr...@struts.apache.org
 For additional commands, e-mail: dev-h...@struts.apache.org
 
 
 


-
---
web: http://www.jgeppert.com
twitter: http://twitter.com/jogep

-- 
View this message in context: 
http://old.nabble.com/portlet2-plugin-tp30774658p30775129.html
Sent from the Struts - Dev mailing list archive at Nabble.com.


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



Re: portlet2 plugin

2011-01-27 Thread Lukasz Lenart
2011/1/27 Johannes Geppert jo...@web.de:
 I agree to René the portlet2 version brings advantages to the developer
 and i think it is production ready. I work with it since over an year
 without trouble.

 When the events feature is marked as known TODO this plugin is ready for
 shipping out in next struts2 version.

Could you register an issue to not forget?


Kind regards
-- 
Łukasz
+ 48 606 323 122 http://www.lenart.org.pl/
Kapituła Javarsovia http://javarsovia.pl

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



Re: portlet2 plugin

2011-01-27 Thread Nils-Helge Garli Hegvik
On Thu, Jan 27, 2011 at 8:56 AM, Rene Gielen gie...@it-neering.net wrote:
 Actual state:
 - JSR286 nature with automatic detection of the API version to use is
 implemented, but was not heavily tested till now. For test automation,
 we still lack a test container environment for 286 as we had for 168
 (customized embedded Pluto)

 - René


The embedded pluto container worked with JSR286 some time ago, but
here might have been changes that have broken it. I don't think it
should be too much work adapting it to a newer version of pluto. If
someone wants to hack on it the code is here:
https://github.com/nilsga/maven-jetty-pluto-embedded

Nils-H

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



Re: portlet2 plugin

2011-01-27 Thread Rene Gielen
Hey Nils,

thanks for jumping in! Good to have this on Github so we could fork it.
May we bother you with some questions if we don't get it fixed
ourselves? Last time I tried it, it wasn't working ...

- René

On 27.01.11 09:51, Nils-Helge Garli Hegvik wrote:
 On Thu, Jan 27, 2011 at 8:56 AM, Rene Gielen gie...@it-neering.net wrote:
 Actual state:
 - JSR286 nature with automatic detection of the API version to use is
 implemented, but was not heavily tested till now. For test automation,
 we still lack a test container environment for 286 as we had for 168
 (customized embedded Pluto)

 - René
 
 
 The embedded pluto container worked with JSR286 some time ago, but
 here might have been changes that have broken it. I don't think it
 should be too much work adapting it to a newer version of pluto. If
 someone wants to hack on it the code is here:
 https://github.com/nilsga/maven-jetty-pluto-embedded
 
 Nils-H
 
 -
 To unsubscribe, e-mail: dev-unsubscr...@struts.apache.org
 For additional commands, e-mail: dev-h...@struts.apache.org
 

-- 
René Gielen
IT-Neering.net
Saarstrasse 100, 52062 Aachen, Germany
Tel: +49-(0)241-4010770
Fax: +49-(0)241-4010771
Cel: +49-(0)163-2844164
http://twitter.com/rgielen

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



Re: portlet2 plugin

2011-01-27 Thread Johannes Geppert

solved.

https://issues.apache.org/jira/browse/WW-3566

Johannes


Lukasz Lenart wrote:
 
 2011/1/27 Johannes Geppert jo...@web.de:
 I agree to René the portlet2 version brings advantages to the developer
 and i think it is production ready. I work with it since over an year
 without trouble.

 When the events feature is marked as known TODO this plugin is ready for
 shipping out in next struts2 version.
 
 Could you register an issue to not forget?
 
 
 Kind regards
 -- 
 Łukasz
 + 48 606 323 122 http://www.lenart.org.pl/
 Kapituła Javarsovia http://javarsovia.pl
 
 -
 To unsubscribe, e-mail: dev-unsubscr...@struts.apache.org
 For additional commands, e-mail: dev-h...@struts.apache.org
 
 
 


-
---
web: http://www.jgeppert.com
twitter: http://twitter.com/jogep

-- 
View this message in context: 
http://old.nabble.com/portlet2-plugin-tp30774658p30775781.html
Sent from the Struts - Dev mailing list archive at Nabble.com.


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



Re: portlet2 plugin

2011-01-27 Thread Nils-Helge Garli Hegvik
Yeah, I'm still around, trying to keep an eye on what's happening, so
I'll try to answer questions if you have any. It's really strange
though, it's been quiet around the JSR286 plugin for a looong time,
and then suddenly 4 people send me emails about it (outside struts
lists) in the same week. What a coincidence.

Nils-H

On Thu, Jan 27, 2011 at 10:27 AM, Rene Gielen gie...@it-neering.net wrote:
 Hey Nils,

 thanks for jumping in! Good to have this on Github so we could fork it.
 May we bother you with some questions if we don't get it fixed
 ourselves? Last time I tried it, it wasn't working ...

 - René

 On 27.01.11 09:51, Nils-Helge Garli Hegvik wrote:
 On Thu, Jan 27, 2011 at 8:56 AM, Rene Gielen gie...@it-neering.net wrote:
 Actual state:
 - JSR286 nature with automatic detection of the API version to use is
 implemented, but was not heavily tested till now. For test automation,
 we still lack a test container environment for 286 as we had for 168
 (customized embedded Pluto)

 - René


 The embedded pluto container worked with JSR286 some time ago, but
 here might have been changes that have broken it. I don't think it
 should be too much work adapting it to a newer version of pluto. If
 someone wants to hack on it the code is here:
 https://github.com/nilsga/maven-jetty-pluto-embedded

 Nils-H

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


 --
 René Gielen
 IT-Neering.net
 Saarstrasse 100, 52062 Aachen, Germany
 Tel: +49-(0)241-4010770
 Fax: +49-(0)241-4010771
 Cel: +49-(0)163-2844164
 http://twitter.com/rgielen

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



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



Re: Volunteers page

2011-01-27 Thread John Lindal
Rather than deleting it, I moved /volunteers.html to my home directory, just in 
case somebody really still wants it.  Not sure how long it takes for the change 
to be visible.

John


On 1/26/11 9:11 PM, Maurizio Cucchiara maurizio.cucchi...@gmail.com wrote:

There should be no problem to delete it. We have to take care only of
two pages according to google [1]
I have already updated the announcement one. I also upgraded the site
plugin, from now it won't ignore paragraph format (take a look at the
differences between [2] and [3]).
Does anyone know if mvn site:deploy goal works? are there any side
effects (like file system permissions)?
or I have to deploy by hand?

[1] 
http://www.google.it/search?as_lq=http%3A%2F%2Fstruts.apache.org%2Fvolunteers.htmlhl=itbtnG=Cerca
[2] http://struts.apache.org/volunteers.html#craigmcc
[3] http://struts.apache.org/dev/volunteers.html#craigmcc
On 27 January 2011 04:33, Martin Cooper mart...@apache.org wrote:
 On Wed, Jan 26, 2011 at 7:03 PM, Maurizio Cucchiara
 maurizio.cucchi...@gmail.com wrote:
 What do you think if we simply replace the old page with a symlink which
 points to the update version?

 I see no reason to do that. It's an old, obsolete page, in the wrong
 location. The location also predates the ASF requirement that dev
 pages live only within the dev section of the site.

 Let's just maintain the site we actually want instead of preserving
 cruft just because it's there.

 --
 Martin Cooper


 Maurizio Cucchiara

 On Jan 26, 2011 8:08 PM, John Lindal lind...@yahoo-inc.com wrote:
 Google lists only 4 pages that link to the old /volunteers.html:


 http://www.google.com/search?q=link:http://struts.apache.org/volunteers.htmlhl=en

 If nobody objects, I'll go ahead and delete it.

 I tried building the site from source, but it gave me errors, so I'll leave
 that alone :)

 Thanks,
 John



 On 1/25/11 9:03 PM, Martin Cooper mart...@apache.org wrote:

 Hmm. The first one is very old (l...


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





--
Maurizio Cucchiara

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




Re: Volunteers page

2011-01-27 Thread Maurizio Cucchiara
Some things are never easy as they seem :)
Upgrading the site plugin to 2.2 is worth it:
* it includes some cool stuff like chmod parameter, etc
* it generates a more clean and reliably html code (compare [1] and
[2] how to create a patch, perhaps the right title should be how to
create a patch in this way :) )

Things that I changed:
* I removed the ApacheCon logo, I think it's been a long time since
November (furthermore my firefox showed it in a wrong way).
* I also noticed that the date format on left-top page is changed, but
I think it sounds like a plugin-improvement, doesn't it?.
* Another thing I realized is that the nightly build section [3]
contains a broken link. There is a dedicated bash script [4], but it
is a 4 years old script, it is almost ready to go to primary school. I
could take a look at this and try to rearrange it, but what do you
think if we drive the user to latest build on hudson?

Anyway I published the new version of the struts website on my publilc
html folder [6] please take a look and let me know if there is
something wrong.

Over and out.

[1] http://struts.apache.org/helping.html#patches
[2] http://people.apache.org/~mcucchiara/site/helping.html#patches
[3] http://struts.apache.org/dev/builds.html#NightlyBuilds
[4] 
http://svn.apache.org/viewvc/struts/maven/trunk/scripts/nightly/nightly-2.0.x.sh?view=log
[5] 
https://hudson.apache.org/hudson/job/Struts2/org.apache.struts$struts2-assembly/lastBuild/
[6] http://people.apache.org/~mcucchiara/site/index.html
On 27 January 2011 21:30, John Lindal lind...@yahoo-inc.com wrote:
 Rather than deleting it, I moved /volunteers.html to my home directory, just 
 in case somebody really still wants it.  Not sure how long it takes for the 
 change to be visible.

 John


 On 1/26/11 9:11 PM, Maurizio Cucchiara maurizio.cucchi...@gmail.com wrote:

 There should be no problem to delete it. We have to take care only of
 two pages according to google [1]
 I have already updated the announcement one. I also upgraded the site
 plugin, from now it won't ignore paragraph format (take a look at the
 differences between [2] and [3]).
 Does anyone know if mvn site:deploy goal works? are there any side
 effects (like file system permissions)?
 or I have to deploy by hand?

 [1] 
 http://www.google.it/search?as_lq=http%3A%2F%2Fstruts.apache.org%2Fvolunteers.htmlhl=itbtnG=Cerca
 [2] http://struts.apache.org/volunteers.html#craigmcc
 [3] http://struts.apache.org/dev/volunteers.html#craigmcc
 On 27 January 2011 04:33, Martin Cooper mart...@apache.org wrote:
 On Wed, Jan 26, 2011 at 7:03 PM, Maurizio Cucchiara
 maurizio.cucchi...@gmail.com wrote:
 What do you think if we simply replace the old page with a symlink which
 points to the update version?

 I see no reason to do that. It's an old, obsolete page, in the wrong
 location. The location also predates the ASF requirement that dev
 pages live only within the dev section of the site.

 Let's just maintain the site we actually want instead of preserving
 cruft just because it's there.

 --
 Martin Cooper


 Maurizio Cucchiara

 On Jan 26, 2011 8:08 PM, John Lindal lind...@yahoo-inc.com wrote:
 Google lists only 4 pages that link to the old /volunteers.html:


 http://www.google.com/search?q=link:http://struts.apache.org/volunteers.htmlhl=en

 If nobody objects, I'll go ahead and delete it.

 I tried building the site from source, but it gave me errors, so I'll leave
 that alone :)

 Thanks,
 John



 On 1/25/11 9:03 PM, Martin Cooper mart...@apache.org wrote:

 Hmm. The first one is very old (l...


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





 --
 Maurizio Cucchiara

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






-- 
Maurizio Cucchiara

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



Re: Volunteers page

2011-01-27 Thread Martin Cooper
On Thu, Jan 27, 2011 at 10:01 PM, Maurizio Cucchiara
maurizio.cucchi...@gmail.com wrote:
 Some things are never easy as they seem :)
 Upgrading the site plugin to 2.2 is worth it:
 * it includes some cool stuff like chmod parameter, etc
 * it generates a more clean and reliably html code (compare [1] and
 [2] how to create a patch, perhaps the right title should be how to
 create a patch in this way :) )

 Things that I changed:
 * I removed the ApacheCon logo, I think it's been a long time since
 November (furthermore my firefox showed it in a wrong way).

I have a vague recollection that the ApacheCon logo addition / removal
was supposed to happen automagically, driven by the concom people.
Given that it's still there, either my memory is faulty, we didn't
adopt whatever was supposed to give them control, or they (concom)
forgot or changed their minds about it. Anyway, taking it off is fine
with me.

 * I also noticed that the date format on left-top page is changed, but
 I think it sounds like a plugin-improvement, doesn't it?.

It looked like the default has been changed to the ISO standard date
format. That's fine.

 * Another thing I realized is that the nightly build section [3]
 contains a broken link. There is a dedicated bash script [4], but it
 is a 4 years old script, it is almost ready to go to primary school. I
 could take a look at this and try to rearrange it, but what do you
 think if we drive the user to latest build on hudson?

Ah, the nightly build is probably the one that used to run on the
helios zone, which no longer exists (and hasn't for a while). We could
point to Hudson if we think we need to make such builds available, or
we can just let folks build it themselves. (These days, with Maven,
that's not a big deal, IMO; it was a serious pain back in the early
1.x days, with the Ant builds.)

 Anyway I published the new version of the struts website on my publilc
 html folder [6] please take a look and let me know if there is
 something wrong.

I took a quick look, and it seems okay to me.

--
Martin Cooper


 Over and out.

 [1] http://struts.apache.org/helping.html#patches
 [2] http://people.apache.org/~mcucchiara/site/helping.html#patches
 [3] http://struts.apache.org/dev/builds.html#NightlyBuilds
 [4] 
 http://svn.apache.org/viewvc/struts/maven/trunk/scripts/nightly/nightly-2.0.x.sh?view=log
 [5] 
 https://hudson.apache.org/hudson/job/Struts2/org.apache.struts$struts2-assembly/lastBuild/
 [6] http://people.apache.org/~mcucchiara/site/index.html
 On 27 January 2011 21:30, John Lindal lind...@yahoo-inc.com wrote:
 Rather than deleting it, I moved /volunteers.html to my home directory, just 
 in case somebody really still wants it.  Not sure how long it takes for the 
 change to be visible.

 John


 On 1/26/11 9:11 PM, Maurizio Cucchiara maurizio.cucchi...@gmail.com 
 wrote:

 There should be no problem to delete it. We have to take care only of
 two pages according to google [1]
 I have already updated the announcement one. I also upgraded the site
 plugin, from now it won't ignore paragraph format (take a look at the
 differences between [2] and [3]).
 Does anyone know if mvn site:deploy goal works? are there any side
 effects (like file system permissions)?
 or I have to deploy by hand?

 [1] 
 http://www.google.it/search?as_lq=http%3A%2F%2Fstruts.apache.org%2Fvolunteers.htmlhl=itbtnG=Cerca
 [2] http://struts.apache.org/volunteers.html#craigmcc
 [3] http://struts.apache.org/dev/volunteers.html#craigmcc
 On 27 January 2011 04:33, Martin Cooper mart...@apache.org wrote:
 On Wed, Jan 26, 2011 at 7:03 PM, Maurizio Cucchiara
 maurizio.cucchi...@gmail.com wrote:
 What do you think if we simply replace the old page with a symlink which
 points to the update version?

 I see no reason to do that. It's an old, obsolete page, in the wrong
 location. The location also predates the ASF requirement that dev
 pages live only within the dev section of the site.

 Let's just maintain the site we actually want instead of preserving
 cruft just because it's there.

 --
 Martin Cooper


 Maurizio Cucchiara

 On Jan 26, 2011 8:08 PM, John Lindal lind...@yahoo-inc.com wrote:
 Google lists only 4 pages that link to the old /volunteers.html:


 http://www.google.com/search?q=link:http://struts.apache.org/volunteers.htmlhl=en

 If nobody objects, I'll go ahead and delete it.

 I tried building the site from source, but it gave me errors, so I'll leave
 that alone :)

 Thanks,
 John



 On 1/25/11 9:03 PM, Martin Cooper mart...@apache.org wrote:

 Hmm. The first one is very old (l...


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





 --
 Maurizio Cucchiara

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






 --
 

Re: Volunteers page

2011-01-27 Thread Lukasz Lenart
2011/1/28 Maurizio Cucchiara maurizio.cucchi...@gmail.com:
 Anyway I published the new version of the struts website on my publilc
 html folder [6] please take a look and let me know if there is
 something wrong.

Minor update to the downloads page


Regards
-- 
Łukasz
+ 48 606 323 122 http://www.lenart.org.pl/
Kapituła Javarsovia http://javarsovia.pl

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