Re: Struts Web Services Enablement Project

2004-06-07 Thread Ted Husted
: 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-transformations

Re: Struts Web Services Enablement Project

2004-06-07 Thread Frank Zammetti
PROTECTED] To: Struts Developers List [EMAIL PROTECTED] 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

Re: Struts Web Services Enablement Project

2004-06-07 Thread Don Brown
official project now with that express goal. Frank From: Ted Husted [EMAIL PROTECTED] Reply-To: Struts Developers List [EMAIL PROTECTED] To: Struts Developers List [EMAIL PROTECTED] Subject: Re: Struts Web Services Enablement Project Date: Mon, 7 Jun 2004 12:25:00 -0400 I'd suggest sticking to your

Re: Struts Web Services Enablement Project

2004-06-07 Thread Frank Zammetti
I'm looking at that now Don. Seems like that might be a good way to go. Thanks for making me aware of it! Frank From: Don Brown [EMAIL PROTECTED] Reply-To: Struts Developers List [EMAIL PROTECTED] To: Struts Developers List [EMAIL PROTECTED] Subject: Re: Struts Web Services Enablement Project

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 Andrew Hill
[mailto:[EMAIL PROTECTED] Sent: Friday, 4 June 2004 19:57 To: Struts Developers List Subject: Re: Struts Web Services Enablement Project Yes, you did the right thing. You cobbled up enough code to prove the concept and brought it out to show before it was too late to go another way. :) I've

Re: Struts Web Services Enablement Project

2004-06-04 Thread Frank Zammetti
[EMAIL PROTECTED] To: Struts Developers List [EMAIL PROTECTED] Subject: Re: Struts Web Services Enablement Project Date: Fri, 04 Jun 2004 08:38:09 +0100 Frank forgive me here, but playing Devils Advocate, if you have clean MVC separation then surely the last thing you want to do is to expose

Re: Struts Web Services Enablement Project

2004-06-04 Thread Frank Zammetti
Thanks very much Ted! * Please consider putting the code under Apache License 2.0 http://apache.org/licenses/. I I will look at the license now. I can't imagine I'd have any problem putting it under that license, and at this point I'd expect to do so when I put out the next release (probably

RE: Struts Web Services Enablement Project

2004-06-04 Thread Jung, Eric
Wow, that's kind of harsh, Duncan. -Original Message- From: Duncan Mills [mailto:[EMAIL PROTECTED] Sent: Friday, June 04, 2004 3:38 AM To: Struts Developers List Subject: Re: Struts Web Services Enablement Project Frank forgive me here, but playing Devils Advocate, if you have clean

RE: Struts Web Services Enablement Project

2004-06-04 Thread Frank Zammetti
] Reply-To: Struts Developers List [EMAIL PROTECTED] To: Struts Developers List [EMAIL PROTECTED] Subject: RE: Struts Web Services Enablement Project Date: Fri, 4 Jun 2004 10:26:31 -0400 Not harsh enough. -Original Message- From: Jung, Eric [mailto:[EMAIL PROTECTED] Sent: Friday, June 04, 2004

Re: Struts Web Services Enablement Project

2004-06-04 Thread Duncan Mills
Development Tools Jung, Eric wrote: Wow, that's kind of harsh, Duncan. -Original Message- From: Duncan Mills [mailto:[EMAIL PROTECTED] Sent: Friday, June 04, 2004 3:38 AM To: Struts Developers List Subject: Re: Struts Web Services Enablement Project Frank forgive me here, but playing Devils

Re: Struts Web Services Enablement Project

2004-06-04 Thread Frank Zammetti
change like I suspect then supporting both probably isn't a problem either. Thanks! Frank From: Don Brown [EMAIL PROTECTED] Reply-To: Struts Developers List [EMAIL PROTECTED] To: Struts Developers List [EMAIL PROTECTED] Subject: Re: Struts Web Services Enablement Project Date: Fri, 04 Jun 2004 12:14

RE: Struts Web Services Enablement Project

2004-06-04 Thread Hookom, Jacob
PROTECTED] Subject: Re: Struts Web Services Enablement Project Frank forgive me here, but playing Devils Advocate, if you have clean MVC separation then surely the last thing you want to do is to expose Actions as Web Services. It is reasonable to want to expose Business Service Providers such as EJB

RE: Struts Web Services Enablement Project

2004-06-04 Thread Michael Rasmussen
something other than struts? From: Hookom, Jacob [EMAIL PROTECTED] Reply-To: Struts Developers List [EMAIL PROTECTED] To: 'Struts Developers List' [EMAIL PROTECTED] Subject: RE: Struts Web Services Enablement Project Date: Fri, 4 Jun 2004 12:50:30 -0500 I will join in too on this one... What

RE: Struts Web Services Enablement Project

2004-06-04 Thread Wendy Smoak
From: Hookom, Jacob [mailto:[EMAIL PROTECTED] If you want to do Web Services, have the services talk to your business providers, the same ones your actions would talk to. In a perfect world, sure. :) But that means yet another webapp (Axis, for example,) to learn and keep up with. Last

RE: Struts Web Services Enablement Project

2004-06-04 Thread Hookom, Jacob
PROTECTED] Sent: Friday, June 04, 2004 1:03 PM To: Struts Developers List Subject: RE: Struts Web Services Enablement Project From: Hookom, Jacob [mailto:[EMAIL PROTECTED] If you want to do Web Services, have the services talk to your business providers, the same ones your actions would talk

RE: Struts Web Services Enablement Project

2004-06-04 Thread Hookom, Jacob
Yeah, I did :-) -Original Message- From: Frank Zammetti [mailto:[EMAIL PROTECTED] Sent: Friday, June 04, 2004 1:21 PM To: [EMAIL PROTECTED] Subject: RE: Struts Web Services Enablement Project My point was directed at the idea of reusing actions written for processing http forms. Yes, I

RE: Struts Web Services Enablement Project

2004-06-04 Thread Michael Rasmussen
I didn't think I had made any worthwhile points! From: Hookom, Jacob [EMAIL PROTECTED] Reply-To: Struts Developers List [EMAIL PROTECTED] To: 'Struts Developers List' [EMAIL PROTECTED] Subject: RE: Struts Web Services Enablement Project Date: Fri, 4 Jun 2004 13:33:08 -0500 Yeah, I did

Re: Struts Web Services Enablement Project

2004-06-04 Thread Don Brown
this extension is a great addition to the toolbox available to Struts developers. Don Thanks! Frank From: Don Brown [EMAIL PROTECTED] Reply-To: Struts Developers List [EMAIL PROTECTED] To: Struts Developers List [EMAIL PROTECTED] Subject: Re: Struts Web Services Enablement Project Date: Fri, 04 Jun

Re: Struts Web Services Enablement Project

2004-06-04 Thread Frank Zammetti
Thanks! Frank From: Don Brown [EMAIL PROTECTED] Reply-To: Struts Developers List [EMAIL PROTECTED] To: Struts Developers List [EMAIL PROTECTED] Subject: Re: Struts Web Services Enablement Project Date: Fri, 04 Jun 2004 12:14:16 -0400 I think there can be considerable benefit from exposing Struts

RE: Struts Web Services Enablement Project

2004-06-04 Thread Michael Jasnowski
recognize the format. -Original Message- From: Frank Zammetti [mailto:[EMAIL PROTECTED] Sent: Friday, June 04, 2004 3:31 PM To: [EMAIL PROTECTED] Subject: Re: Struts Web Services Enablement Project Yes, as already confirmed. One area where web services are used is standardizing how

RE: Struts Web Services Enablement Project

2004-06-04 Thread Frank Zammetti
From: Don Brown [EMAIL PROTECTED] Reply-To: Struts Developers List [EMAIL PROTECTED] To: Struts Developers List [EMAIL PROTECTED] Subject: Re: Struts Web Services Enablement Project Date: Fri, 04 Jun 2004 12:14:16 -0400 I think there can be considerable benefit from exposing Struts Actions. For one

Re: Struts Web Services Enablement Project

2004-06-04 Thread Don Brown
. Don Thanks! Frank From: Don Brown [EMAIL PROTECTED] Reply-To: Struts Developers List [EMAIL PROTECTED] To: Struts Developers List [EMAIL PROTECTED] Subject: Re: Struts Web Services Enablement Project Date: Fri, 04 Jun 2004 12:14:16 -0400 I think there can be considerable benefit from exposing Struts

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