Re: Struts 1.3.5 - STATUS

2006-09-08 Thread Leon Rosenberg
Amazing, a developer with _personal_life_?!!?!! Niall, you are joking! Leon On 9/8/06, Niall Pemberton [EMAIL PROTECTED] wrote: Apologies Wendy, I was hoping to review/upgrade to Struts 1.3.5 - but work and personal life is v.busy at the moment and going in a different direction from Struts.

Re: [ANNOUNCEMENT] New Struts Committer: Michael Jouravlev

2006-06-03 Thread Leon Rosenberg
Great choice! Congratulation to Bob, Paul and Michael. And first of all congratulations to the struts-team to win those three superb developers. regards Leon On 6/3/06, Ted Husted [EMAIL PROTECTED] wrote: Please join us in welcoming Michael Jouravlev as a new Struts committer. Michael has

Re: Public API first draft

2006-05-05 Thread Leon Rosenberg
On 5/5/06, Ted Husted [EMAIL PROTECTED] wrote: On 5/4/06, Michael Jouravlev [EMAIL PROTECTED] wrote: ValidationAware, ErrrorAware, RequestAware, ResponseAware, SomeOtherStuffAware... Are you kidding? I might not understand something (heck, I haven't started with WW yet), but if all these

Re: closing and reopening jira issues

2006-04-27 Thread Leon Rosenberg
On 4/27/06, Craig McClanahan [EMAIL PROTECTED] wrote: On 4/26/06, Don Brown [EMAIL PROTECTED] wrote: The resolved/closed question is interesting. I guess they could be resolved, but reviewed and closed by the release manager. Otherwise, I'd agree that they seem to function the same for

Re: [action2] [VOTE] Target Java 5, support 1.4 through Retroweaver

2006-04-25 Thread Leon Rosenberg
+1 Leon On 4/24/06, Don Brown [EMAIL PROTECTED] wrote: There has been a lot of discussion on Java 5 support for Struts Action 2, and from my reading of the comments, we have settled on a path, but I want to formalize it in a vote to ensure we are all on the same page. I vote we develop

Re: [VOTE] Struts 1.2.9 Quality

2006-03-17 Thread Leon Rosenberg
On 3/17/06, Ted Husted [EMAIL PROTECTED] wrote: On 3/16/06, Niall Pemberton [EMAIL PROTECTED] wrote: The difference is that Spring is commercial open source. Here it needs a volunteer willing to do it and the problem with that if eat our own dog food how likely is it there'll be a

Re: [VOTE] Struts 1.2.9 Quality

2006-03-17 Thread Leon Rosenberg
On 3/18/06, Martin Cooper [EMAIL PROTECTED] wrote: On 3/17/06, Leon Rosenberg [EMAIL PROTECTED] wrote: On 3/17/06, Ted Husted [EMAIL PROTECTED] wrote: On 3/16/06, Niall Pemberton [EMAIL PROTECTED] wrote: The difference is that Spring is commercial open source. Here it needs

Re: SOURCEFORGE.NET UPDATE - 2006-02-24 EDITION

2006-02-25 Thread Leon Rosenberg
just out of interest, why is svn better than cvs? I mean the only difference I see by now, is missing support for tagging in svn, but what are the benefits? :-) thanx leon On 2/25/06, James Mitchell [EMAIL PROTECTED] wrote: Some interesting news from sf.net. They now offer SVN...cool! --

Re: SOURCEFORGE.NET UPDATE - 2006-02-24 EDITION

2006-02-25 Thread Leon Rosenberg
that there is no tagging (in my and probably his/her understanding of tagging of course) in svn... regards Leon On 2/25/06, Martin Cooper [EMAIL PROTECTED] wrote: On 2/25/06, Leon Rosenberg [EMAIL PROTECTED] wrote: just out of interest, why is svn better than cvs? I mean the only difference I

question of style

2005-09-14 Thread Leon Rosenberg
Hi, looking over the source of jakarta projects I noticed the usage of a coding style, which i never saw before: /** * Return the descriptive short name of this Manager implementation. */ public String getName() { return (nameBug); } could you explain me what the parenthisis (nameBug) are for?

Re: How ThreadSafe are struts-taglibs, or do we want them threadsafe?

2005-09-07 Thread Leon Rosenberg
On Tue, 2005-09-06 at 18:28 -0700, Craig McClanahan wrote: On 9/6/05, Leon Rosenberg [EMAIL PROTECTED] wrote: After we agreed that this is a bug, I have to disappoint you again, and tell you, that this is NOT a bug. According to the servlet spec, the webapp has to control access

How ThreadSafe are struts-taglibs, or do we want them threadsafe?

2005-09-06 Thread Leon Rosenberg
I just looked through 1.27 and 1.3 taglibs, and they aren't threadsafe, or I don't see it. Question: Is it my personal issue, or is someone else worried that bean:write can hang the application? regards Leon

Re: How ThreadSafe are struts-taglibs, or do we want them threadsafe?

2005-09-06 Thread Leon Rosenberg
-Ursprüngliche Nachricht- Von: Martin Cooper [mailto:[EMAIL PROTECTED] Gesendet: Mittwoch, 7. September 2005 00:16 An: Struts Developers List Betreff: Re: How ThreadSafe are struts-taglibs, or do we want them threadsafe? On 9/6/05, Leon Rosenberg [EMAIL PROTECTED] wrote: I just

Re: How ThreadSafe are struts-taglibs, or do we want them threadsafe?

2005-09-06 Thread Leon Rosenberg
If your servlet container has a broken implementation of get/set attributes on an HttpSession, there is nothing that Struts can do to protect you from problems ... even providing synchronized locks around get/set calls would still not avoid problems caused by application logic, or logic

Re: How ThreadSafe are struts-taglibs, or do we want them threadsafe?

2005-09-06 Thread Leon Rosenberg
-Ursprüngliche Nachricht- Von: Craig McClanahan [mailto:[EMAIL PROTECTED] Gesendet: Mittwoch, 7. September 2005 00:59 An: Struts Developers List Betreff: Re: How ThreadSafe are struts-taglibs, or do we want them threadsafe? ... When I was working on Tomcat a couple years ago

Re: How ThreadSafe are struts-taglibs, or do we want them threadsafe?

2005-09-06 Thread Leon Rosenberg
-Ursprüngliche Nachricht- Von: Craig McClanahan [mailto:[EMAIL PROTECTED] Gesendet: Mittwoch, 7. September 2005 01:38 An: Struts Developers List Betreff: Re: How ThreadSafe are struts-taglibs, or do we want them threadsafe? On 9/6/05, Leon Rosenberg [EMAIL PROTECTED] wrote

Re: Some thoughts.

2005-08-29 Thread Leon Rosenberg
The one comment I would make is more in reply to James... we see relatively frequent questions asked about the status of the Struts taglibs, if they are going to be expanded, etc. In fact, I think this very topic was just brought up this weekend on the dev list. Yet, any time someone

Re: Some thoughts.

2005-08-29 Thread Leon Rosenberg
Ops... I think I've sent my mail too fast... so i can forget about it again? leon On Mon, 2005-08-29 at 12:01 -0400, James Mitchell wrote: Well, the taglibs are more or less feature complete. So any changes are really extensions or nice-to-have. Also, I think the comments made (in prior

Re: Some thoughts.

2005-08-29 Thread Leon Rosenberg
-Ursprüngliche Nachricht- Von: Frank W. Zammetti [mailto:[EMAIL PROTECTED] Gesendet: Montag, 29. August 2005 18:15 An: Struts Developers List Betreff: Re: Some thoughts. James Mitchell wrote: Well, the taglibs are more or less feature complete. So any changes are really