Re: 1.3 ETA

2005-06-15 Thread Frank Zammetti
Fair enough :) Let me ask this question then... what is your own personal sense on when we'll see it? In a completely unofficial way ;) On 6/15/05, Martin Cooper [EMAIL PROTECTED] wrote: Yes. The ETA is when it's done, as it always is for open source projects. ;-) See:

Re: [VOTE] Move minimum to 2.3 (was Re: Changing how CommonsMultipartRequestHandler handles text parameters?)

2004-09-02 Thread Frank Zammetti
Ironic as it seems to myself to be saying it, I don't think I like the idea of Struts moving to newer spec/JDK versions just yet. Here at work, most of our development is now Struts-based, and much of it is moving to IBM Portal Server. Unfortunately, because of some issues between that

RE: Multiple Struts Applications

2004-07-29 Thread Frank Zammetti
If the apps are in different contexts, I'm relatively certain you can't do this (unless I'm wrong :) ). I think your option is to send a redirect, with the attributes from your request appended as a query string. If I remember correctly, a forward is only for inter-context, a redirect is for

Re: Struts Web Services Enablement Project

2004-06-07 Thread Frank Zammetti
19:38:51 -0400, Frank Zammetti wrote: You raise some good points, as have a lot of people on the list. I keep coming back to the same bottom-line point though... Most of the suggestions get into something alot bigger than I started with, and that's a good thing, but I'm not sure I'm ready

Re: Struts Web Services Enablement Project

2004-06-07 Thread Frank Zammetti
Date: Mon, 07 Jun 2004 12:36:36 -0400 What about starting a sub-project on struts.sf.net? Let the features and stability mature, then if people are using it, talk about migrating it to be a sub-project for Struts. Don Frank Zammetti wrote: That's exactly what my approach is now Ted. But, I've

Re: Struts Web Services Enablement Project

2004-06-06 Thread Frank Zammetti
] Subject: Re: Struts Web Services Enablement Project Date: Sun, 6 Jun 2004 08:54:26 +0100 On 4 Jun 2004, at 22:56, Frank Zammetti wrote: snip After that, I'm thinking that a .04 release maybe a week later seems reasonable, and with that my main goal is implementing the pre- and post

Re: Struts Web Services Enablement Project

2004-06-04 Thread Frank Zammetti
not followed best practice and have intermingled Controller functionality with Business logic..? Regards Duncan Mills Senior Principal Product Manager Oracle Application Development Tools Frank Zammetti wrote: Hello devs! This is my first time posting here, and my first attempt at contributing

Re: Struts Web Services Enablement Project

2004-06-04 Thread Frank Zammetti
/contrib/struts-chain/ * http://cvs.apache.org/viewcvs.cgi/jakarta-commons-sandbox/chain/ I'll take a closer look at the code tonight, but wanted to get these preliminary points off to you. -Ted. On Thu, 03 Jun 2004 15:46:23 -0400, Frank Zammetti wrote: Hello devs! This is my first time posting

RE: Struts Web Services Enablement Project

2004-06-04 Thread Frank Zammetti
Oracle Application Development Tools Frank Zammetti wrote: Hello devs! This is my first time posting here, and my first attempt at contributing to an Apache project. I hope I'm going about it properly! :) In short, I have a little project going with the stated goal of allowing a Struts

Re: Struts Web Services Enablement Project

2004-06-04 Thread Frank Zammetti
practice and have intermingled Controller functionality with Business logic..? Regards Duncan Mills Senior Principal Product Manager Oracle Application Development Tools Frank Zammetti wrote: Hello devs! This is my first time posting here, and my first attempt at contributing to an Apache project

Re: Struts Web Services Enablement Project

2004-06-04 Thread Frank Zammetti
..? Regards Duncan Mills Senior Principal Product Manager Oracle Application Development Tools Frank Zammetti wrote: Hello devs! This is my first time posting here, and my first attempt at contributing to an Apache project. I hope I'm going about it properly! :) In short, I have a little project

RE: Struts Web Services Enablement Project

2004-06-04 Thread Frank Zammetti
in later with no problem, so in that regard it's certainly not something I have to worry about now, just trying to prioritize is all. Frank -Original Message- From: Frank Zammetti [mailto:[EMAIL PROTECTED] Sent: Friday, June 04, 2004 3:31 PM To: [EMAIL PROTECTED] Subject: Re: Struts Web

Struts Web Services Enablement Project

2004-06-03 Thread Frank Zammetti
Hello devs! This is my first time posting here, and my first attempt at contributing to an Apache project. I hope I'm going about it properly! :) In short, I have a little project going with the stated goal of allowing a Struts developer to expose any existing business logic, as implemented