[Apache Struts Wiki] Updated: StrutsCatalogSimpleDispatchAction

2004-09-17 Thread dev
Date: 2004-09-17T00:16:40 Editor: MichaelMcGrady <[EMAIL PROTECTED]> Wiki: Apache Struts Wiki Page: StrutsCatalogSimpleDispatchAction URL: http://wiki.apache.org/struts/StrutsCatalogSimpleDispatchAction no comment Change Log:

[Apache Struts Wiki] Updated: StrutsCatalogSimpleDispatchAction

2004-09-17 Thread dev
Date: 2004-09-17T00:25:47 Editor: MichaelMcGrady <[EMAIL PROTECTED]> Wiki: Apache Struts Wiki Page: StrutsCatalogSimpleDispatchAction URL: http://wiki.apache.org/struts/StrutsCatalogSimpleDispatchAction no comment Change Log:

[Apache Struts Wiki] Updated: StrutsCatalogSimpleDispatchAction

2004-09-17 Thread dev
Date: 2004-09-17T00:29:55 Editor: MichaelMcGrady <[EMAIL PROTECTED]> Wiki: Apache Struts Wiki Page: StrutsCatalogSimpleDispatchAction URL: http://wiki.apache.org/struts/StrutsCatalogSimpleDispatchAction no comment Change Log:

[Apache Struts Wiki] Updated: StrutsCatalogSimpleDispatchAction

2004-09-17 Thread dev
Date: 2004-09-17T00:38:15 Editor: MichaelMcGrady <[EMAIL PROTECTED]> Wiki: Apache Struts Wiki Page: StrutsCatalogSimpleDispatchAction URL: http://wiki.apache.org/struts/StrutsCatalogSimpleDispatchAction no comment Change Log:

Maven and SVN [was: Re: [VOTE] Struts 1.2.4 Quality]

2004-09-17 Thread James Mitchell
On the topic of Maven and SVN... SVN: We have discussed moving our current repository over to SVN and I know there are fancy scripts to do the conversion and all. We also have been discussing what 1.2.x, 1.3.x, and maybe 1.4.x will be adding vs. what 2.0 will bring. Would it make sense just to '

Hello Friends

2004-09-17 Thread Kranti Parisa
Hello Friends, This is Kranti Parisa, Software Engineer. I am working with Patni Computer Systems Ltd. Our Project using the Struts Framework.   So I will be in this mailing list from 2day onwards...   Have a nice time..   Bye for now Thanks & Regards Kranti Kiran Kumar Parisa So

RE: Hello Friends

2004-09-17 Thread Sachin Bhutada
hi Kranti, welcome to the world of Struts sachin xoriant, mumbai -Original Message- From: Kranti Parisa [mailto:[EMAIL PROTECTED] Sent: Friday, September 17, 2004 3:23 PM To: [EMAIL PROTECTED] Subject: Hello Friends Hello Friends, This is Kranti Parisa, Software Engineer. I am w

Re: Hello Friends

2004-09-17 Thread James Mitchell
Yes, welcome. Be sure you are subscribed to the user list. The Dev list is for questions about the source code for the framework itself, not how to use it. -- James Mitchell Software Engineer / Open Source Evangelist EdgeTech, Inc. 678.910.8017 AIM: jmitchtx - Original Message - From:

Re: Maven and SVN [was: Re: [VOTE] Struts 1.2.4 Quality]

2004-09-17 Thread David Graham
I don't think we have the volunteer hours to support starting from scratch and do you really want to rewrite ActionServlet, Action, etc.? IMO, we have a lot of tested, used, stable code that we should continue to use. You're right that we have some crufty old stuff that needs to be removed (all j

Re: Maven and SVN [was: Re: [VOTE] Struts 1.2.4 Quality]

2004-09-17 Thread Ted Husted
Writing from the perspective of this roadmap: http://nagoya.apache.org/eyebrowse/[EMAIL PROTECTED]&msgNo=27450 If I were working on Struts NEXT (or 2.x), I'd agree that it would be best to start with a clean slate. My suggestion would be to make it a story-and-test driven design. That's

wrapping of POJO's with WrapDyanBean

2004-09-17 Thread bryan
Hello and sorry to disturb everyone, I want to use Niall Pemberton's wrapping on POJO's addition to struts for my application. I personally see it as a great idea that removes one of the main reasons why I might use spring over struts ie having to inherit from ActionForm or whatever. Howev

Re: [VOTE] Struts 1.2.4 Quality

2004-09-17 Thread Don Brown
I tested my production application with the 1.2.4 build and everything checks out which is quite encouraging as I tend to utilize a number of Struts extension projects. I'm really looking forward to working 1.3.x though, even if it requires Maven :) Don Martin Cooper wrote: The Struts 1.2.4 t

[Apache Struts Wiki] Updated: StrutsCatalogSimpleDispatchAction

2004-09-17 Thread dev
Date: 2004-09-17T07:53:09 Editor: NiallPemberton <[EMAIL PROTECTED]> Wiki: Apache Struts Wiki Page: StrutsCatalogSimpleDispatchAction URL: http://wiki.apache.org/struts/StrutsCatalogSimpleDispatchAction no comment Change Log:

Re: DispatchAction

2004-09-17 Thread Rick Reumann
Now my 1 cent worth:)... (sorry if this is wordy but I do wish some of you comment on it.. esp Martin and Niall because I'd be interested in your approaches).. First off, I've used all the flavors of DispatchAction available so I'm familiar with their use. I'm certainly anti LookupDispatchAction

RFC: BLOBAction

2004-09-17 Thread Frank W. Zammetti (MLists)
One of the things I see asked very frequently on the Users mailing list is how to return PDF's and other BLOB fields from a database (or from a file system). People either have trouble figuring out how to do it and require help, or have trouble making it work. Please find attached source for a ne

Re: RFC: BLOBAction

2004-09-17 Thread bryan
Ok, I'm not knocking jdbc but for me using hibernate this is what my action class looks like public ActionForward execute(ActionMapping mapping, ActionForm form, HttpServletRequest request, HttpServletResponse response) throws Exception { Long id = new Long(r

Re: wrapping of POJO's with WrapDyanBean

2004-09-17 Thread Niall Pemberton
Its a good question and what I would say is... * no ones objected to the change and it is in the Struts 1.2.4 release which is being voted on now. There are no guarantees for the future but the convention in Struts is that we maintain backward compatibility and IMO someone would have to have good

DO NOT REPLY [Bug 31270] - DisptachAction discussions/proposals

2004-09-17 Thread bugzilla
DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT . ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND INSERTED IN THE BUG DATABASE. http://issues.apache.org/bugzilla/show_bu

RE: wrapping of POJO's with WrapDyanBean

2004-09-17 Thread Durham David R Jr Contr 805 CSPTS/SCE
> There are no guarantees for the future but the > convention in Struts is that we maintain backward compatibility and IMO > someone would have to have good reason to remove it and break compatibility > once it has been "released"- at least in the 1.x.x series (Struts 2.0 > revolution is another ca

Re: DO NOT REPLY [Bug 31270] - DisptachAction discussions/proposals

2004-09-17 Thread Hubert Rabago
Niall, Why did you marked this invalid? Hubert On 17 Sep 2004 15:45:46 -, [EMAIL PROTECTED] <[EMAIL PROTECTED]> wrote: > DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG > RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT > .

Re: SimpleDispatchAction

2004-09-17 Thread Niall Pemberton
Lets I'd rather keep everything onlist rather than offlist - thanks. Firstly I'm not *doing* anything except taking part in a debate and posting opinions/code samples on the wiki. I don't understand the reference to *butchering* your code. Your code stands as you posted it on the wiki unchanged by

Re: DO NOT REPLY [Bug 31270] - DisptachAction discussions/proposals

2004-09-17 Thread Niall Pemberton
I'm just regretting taking part in this whole DisptachAction discussion and am trying to back out of it. Feel free to re-open this if you're interested in pursuing it further. Niall - Original Message - From: "Hubert Rabago" <[EMAIL PROTECTED]> To: "Struts Developers List" <[EMAIL PROTEC

FW: [Myfaces-develop] [FYI] Nirvana - HTML2JSF converter

2004-09-17 Thread Matthias Wessendorf
FYI Regards, Matthias -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Takashi Okamoto Sent: Friday, September 17, 2004 6:23 PM To: [EMAIL PROTECTED] Subject: [Myfaces-develop] [FYI] Nirvana - HTML2JSF converter Hi, I would like you to inform Nirvana w

Re: SimpleDispatchAction

2004-09-17 Thread Michael McGrady
Niall Pemberton wrote: Lets I'd rather keep everything onlist rather than offlist - thanks. As you like it! I think removing the ticket was the best solution. Thinking about these things first is always helpful. I have not really been involved with this sort of activity in this regard before a

Re: wrapping of POJO's with WrapDyanBean

2004-09-17 Thread bryan
Well I don't contribute to struts but I have to say that one of the distinguishing features of the ( less mature ) springframework is that action forms don't have to inherit a concrete class. There has been a lot of criticism of this ( ActionForm etc ) in the past. I think it would be a very ba

Re: wrapping of POJO's with WrapDyanBean

2004-09-17 Thread Martin Cooper
On Fri, 17 Sep 2004 18:55:29 +0200, bryan <[EMAIL PROTECTED]> wrote: > Well I don't contribute to struts but I have to say that one of the > distinguishing > features of the ( less mature ) springframework is that action forms don't have > to inherit a concrete class. > > There has been a lot of c

Regular Action? Re: DispatchAction

2004-09-17 Thread Rick Reumann
Rick Reumann wrote the following on 9/17/2004 11:03 AM: The main reason I like the use of a DispatchAction is in regard to situations where you have multiple buttons on a form. You know, the more I think about I think I might just go back to using reular ActionForms and not even bother with any

Re: DispatchAction

2004-09-17 Thread Mike Kienenberger
Rick Reumann <[EMAIL PROTECTED]> wrote: > *Without using Javascript to swap out the form Action name, I'm curious > how you guys accomplish using multiple buttons for a form without the > use of a DispatchAction?* > You could of course submit to one regular Action that will look at the > parame

Re: Regular Action? Re: DispatchAction

2004-09-17 Thread Rick Reumann
Sorry to clug the dev list with this, but since the topic started here, I'll continue. What about this approach that when enable the use of regular Actions and would handle the multiple button problem I like the concept of using single Actions since it isolates what you are doing in a single cl

Re: DispatchAction

2004-09-17 Thread Rick Reumann
Mike Kienenberger wrote the following on 9/17/2004 2:17 PM: Not relevent to my situation. We require a WebObjects-like page state cache to handle backtracking issues. Thus our URLs end up looking like http://.com:/ebpp/duSRSod7x598ZkHOQ16p1spKaMzS3yj1Dj_1.1.psc and contain no user-mea

PageStateCache design [was: DispatchAction]

2004-09-17 Thread Mike Kienenberger
Rick Reumann <[EMAIL PROTECTED]> wrote: > Mike Kienenberger wrote the following on 9/17/2004 2:17 PM: > > > Not relevent to my situation. We require a WebObjects-like page state cache > > to handle backtracking issues. Thus our URLs end up looking like > > http://.com:/ebpp/duSRSod7x

RE: [VOTE] Struts 1.2.4 Quality

2004-09-17 Thread Arnaud HERITIER
Based on its quality, the Struts 1.2.4 build should be classified as: [X] General Availability (GA) (from a user). I successfully tested it with several webapps. > Struts extension projects. I'm really looking forward to working 1.3.x > though, even if it requires Maven :) Don, do you have so

Re: DispatchAction

2004-09-17 Thread Rick Reumann
Martin Cooper wrote the following on 9/16/2004 10:59 PM: IMHO, dispatch actions, whatever flavour, are a bad idea in the first place. They are essentially second-level controllers. What for? I'm still not totally convinced DispatchActions don't have their place for handling CRUD stuff. Do you cr

Re: DispatchAction

2004-09-17 Thread Rick Reumann
Mike Kienenberger wrote the following on 9/17/2004 2:17 PM: Any time you allow an end user an opportunity to specify a parameter for reflection, you're introducing security concerns. However, a "secure" version could be created by only allowing a dispatch to a hardcoded list of methods. But your

Re: DispatchAction security

2004-09-17 Thread Mike Kienenberger
Rick Reumann <[EMAIL PROTECTED]> wrote: > Mike Kienenberger wrote the following on 9/17/2004 2:17 PM: > > Any time you allow an end user an opportunity to specify a parameter for > > reflection, you're introducing security concerns. > > However, a "secure" version could be created by only allowin

Re: DispatchAction security

2004-09-17 Thread Michael McGrady
Mike Kienenberger wrote: Rick Reumann <[EMAIL PROTECTED]> wrote: Mike Kienenberger wrote the following on 9/17/2004 2:17 PM: Any time you allow an end user an opportunity to specify a parameter for reflection, you're introducing security concerns. However, a "secure" version coul

Re: Maven and SVN [was: Re: [VOTE] Struts 1.2.4 Quality]

2004-09-17 Thread Martin Cooper
On Fri, 17 Sep 2004 06:13:39 -0700 (PDT), David Graham <[EMAIL PROTECTED]> wrote: > I don't think we have the volunteer hours to support starting from scratch > and do you really want to rewrite ActionServlet, Action, etc.? IMO, we > have a lot of tested, used, stable code that we should continue