about GPL/Apache license compatibility ...

2008-05-15 Thread Giovanni Azua
hi, I was researching a bit alternatives to dojo e.g. YUI or separate widgets like a tooltip developed and distributed under GPL license and found some comments from Struts contributors mentioning that because of those widgets being GPL they could not be considered ... I am absolutely not

Re: [VOTE] Bring Convention plugin into trunk and deprecate Zero Config

2008-05-15 Thread Musachy Barroso
I don't think there is any page that compares them, quick overview: Code-behind: Provides default mappings for pages without actions, default results (finds templates based on action name and result) Zero-Conf: Provides annotations: @Result, @Namespace and @ParentPackage to create action

[VOTE] upgrade Struts 2.1.x FreeMarker dependency to 2.3.13

2008-05-15 Thread James Holmes
Currently Struts 2.1.x depends on FreeMarker 2.3.12. I propose to upgrade the dependency to 2.3.13 to take advantage of performance improvements and bug fixes. See this link for release notes: http://freemarker.sourceforge.net/docs/versions_2_3_13.html [ ] Yes, upgrade the dependency to 2.3.13 [

Re: [VOTE] upgrade Struts 2.1.x FreeMarker dependency to 2.3.13

2008-05-15 Thread James Holmes
+1 On Thu, May 15, 2008 at 10:23 AM, James Holmes [EMAIL PROTECTED] wrote: Currently Struts 2.1.x depends on FreeMarker 2.3.12. I propose to upgrade the dependency to 2.3.13 to take advantage of performance improvements and bug fixes. See this link for release notes:

Re: [VOTE] upgrade Struts 2.1.x FreeMarker dependency to 2.3.13

2008-05-15 Thread Al Sutton
+1 once 2.3.13 has made distributed to the maven repositories. - Original Message - From: Musachy Barroso [EMAIL PROTECTED] To: Struts Developers List dev@struts.apache.org Sent: Thursday, May 15, 2008 3:30 PM Subject: Re: [VOTE] upgrade Struts 2.1.x FreeMarker dependency to 2.3.13

Re: [VOTE] upgrade Struts 2.1.x FreeMarker dependency to 2.3.13

2008-05-15 Thread Musachy Barroso
+1 On Thu, May 15, 2008 at 10:23 AM, James Holmes [EMAIL PROTECTED] wrote: +1 On Thu, May 15, 2008 at 10:23 AM, James Holmes [EMAIL PROTECTED] wrote: Currently Struts 2.1.x depends on FreeMarker 2.3.12. I propose to upgrade the dependency to 2.3.13 to take advantage of performance

Re: [VOTE] upgrade Struts 2.1.x FreeMarker dependency to 2.3.13

2008-05-15 Thread James Holmes
Yes, good point. I noticed after I sent out the email that 2.3.13 wasn't in Maven yet. I'm going to send them an email to nudge that along. The 2.3.13 release appears that it could dramatically improve performance for Struts 2 releases with the updates that have been made to the internal caching

Re: [VOTE] upgrade Struts 2.1.x FreeMarker dependency to 2.3.13

2008-05-15 Thread Al Sutton
Worth releasing a new 2.0.x version for? If it gives a good performance boost then the user community would probably love to have it. - Original Message - From: James Holmes [EMAIL PROTECTED] To: Struts Developers List dev@struts.apache.org Sent: Thursday, May 15, 2008 3:58 PM

Re: [VOTE] Bring Convention plugin into trunk and deprecate Zero Config

2008-05-15 Thread Al Sutton
From a 10,000 ft view it looks like Convention would be the successor to Zero-Config and Code-behind based on functionality. Possibly a deprecate in 2.1.3+ and 2.2, with a view to drop in 2.3/3.0? - Original Message - From: Musachy Barroso [EMAIL PROTECTED] To: Struts Developers

Re: [VOTE] upgrade Struts 2.1.x FreeMarker dependency to 2.3.13

2008-05-15 Thread James Holmes
It may be, but it's probably best to put it through the ringer in 2.1.x first. On Thu, May 15, 2008 at 10:59 AM, Al Sutton [EMAIL PROTECTED] wrote: Worth releasing a new 2.0.x version for? If it gives a good performance boost then the user community would probably love to have it. -

Re: [VOTE] Bring Convention plugin into trunk and deprecate Zero Config

2008-05-15 Thread Brian Pontarelli
BTW, I'd like to thank Musachy for taking charge of this. Having started my own company in Feb. I have barely had time for anything open source. Hopefully this can make it over and users can jump on board with it. It really makes Struts2 development so much simpler and JCatapult is

Re: about GPL/Apache license compatibility ...

2008-05-15 Thread Laurie Harper
Giovanni Azua wrote: hi, I was researching a bit alternatives to dojo e.g. YUI or separate widgets like a tooltip developed and distributed under GPL license and found some comments from Struts contributors mentioning that because of those widgets being GPL they could not be considered ...

Re: struts 2.1.2 action url fails (possible bug)

2008-05-15 Thread Struts Two
Can anyone of the developers be kind enough to verify if this is a bug. I have done no coding of my own. I have deployed blank.wars for struts 2.0.11 and 2.1.2 on the same server both have form based authentication enabled. The following url works for 2.0.11  

Большое ÑÐ¿Ð°Ñ Ð¸Ð±Ð¾ за сайт.

2008-05-15 Thread DepechePL
Сообщаем что в сети интернета появился сериал: [size=22 - [color=#003366 - Побег из тюрьмы Сезон 1, Серия 1-22 (22) / Prison Break Season 1 Episode 1-22 (22)[/color - [/size - http://i049.radikal.ru/0712/36/4380db99a782.jpg

Re: about GPL/Apache license compatibility ...

2008-05-15 Thread Laurie Harper
Laurie Harper wrote: Giovanni Azua wrote: hi, I was researching a bit alternatives to dojo e.g. YUI or separate widgets like a tooltip developed and distributed under GPL license and found some comments from Struts contributors mentioning that because of those widgets being GPL they could

Re: [VOTE] Bring Convention plugin into trunk and deprecate Zero Config

2008-05-15 Thread Musachy Barroso
Looking at the rest plugin, something doesn't feel right. Doesn't the dependency between REST and Codebehind looks wrong? From http://struts.apache.org/2.x/docs/plugins.html Plugins are not loaded in any particular order. Plugins should not have dependencies on each other. A plugin may depend on

Re: [VOTE] Bring Convention plugin into trunk and deprecate Zero Config

2008-05-15 Thread Paul Benedict
It appears you're making the argument for combining these plugins. :-) +1 to that. Paul On Thu, May 15, 2008 at 4:20 PM, Musachy Barroso [EMAIL PROTECTED] wrote: Looking at the rest plugin, something doesn't feel right. Doesn't the dependency between REST and Codebehind looks wrong? From

Re: [VOTE] Bring Convention plugin into trunk and deprecate Zero Config

2008-05-15 Thread Musachy Barroso
Indeed :). I don't see why we shouldn't. musachy On Thu, May 15, 2008 at 5:37 PM, Paul Benedict [EMAIL PROTECTED] wrote: It appears you're making the argument for combining these plugins. :-) +1 to that. Paul On Thu, May 15, 2008 at 4:20 PM, Musachy Barroso [EMAIL PROTECTED] wrote:

Re: [VOTE] Bring Convention plugin into trunk and deprecate Zero Config

2008-05-15 Thread Bob Tiernay
I too would like to commend Musachy for timely and concentrated effort with regards to this plugin :) Are there any objections to merging these plugins? Does the REST plugin embody a set of conventions on urls alone, or does it go deeper than that?

Re: [VOTE] Bring Convention plugin into trunk and deprecate Zero Config

2008-05-15 Thread Musachy Barroso
Because it extends the code behind it also does what code behind does. musachy On Thu, May 15, 2008 at 9:30 PM, Bob Tiernay [EMAIL PROTECTED] wrote: I too would like to commend Musachy for timely and concentrated effort with regards to this plugin :) Are there any objections to merging these