Re: Advice needed on Stuts versus Struts/Expresso

2002-01-11 Thread Peter Pilgrim
[EMAIL PROTECTED] cc: Subject: Re: Advice needed on Stuts versus Struts/Expresso is it possible to use DBObjects and not use other parts of expresso such as Jobs, Controllers, etc? -- This e-mail may contain confidential and/or privileged information. If you are not the intended

RE: Advice needed on Stuts versus Struts/Expresso

2002-01-10 Thread Stephen Owens
the code! regards, Stephen Owens Corner Software -Original Message- From: Francisco Hernandez [mailto:[EMAIL PROTECTED]] Sent: Wednesday, January 09, 2002 10:22 PM To: Struts Users Mailing List Subject: Re: Advice needed on Stuts versus Struts/Expresso I've been looking at Expresso today

Re: Advice needed on Stuts versus Struts/Expresso

2002-01-10 Thread Peter Pilgrim
Message History From: [EMAIL PROTECTED] on 09/01/2002 10:58 EST Please respond to Struts Users Mailing List [EMAIL PROTECTED] To: [EMAIL PROTECTED] cc: Subject: Advice needed on Stuts versus Struts/Expresso Hi all, I've gotten a full app to work

RE: Advice needed on Stuts versus Struts/Expresso

2002-01-10 Thread Peter Pilgrim
From: Stephen Owens [EMAIL PROTECTED] on 09/01/2002 11:11 EST Please respond to Struts Users Mailing List [EMAIL PROTECTED] To: Struts Users Mailing List [EMAIL PROTECTED] cc: Subject: RE: Advice needed on Stuts versus Struts/Expresso Bill, --CUT-- Expresso

Re: Advice needed on Stuts versus Struts/Expresso

2002-01-10 Thread cody.burleson
Message History From: [EMAIL PROTECTED] on 09/01/2002 10:58 EST Please respond to Struts Users Mailing List [EMAIL PROTECTED] To: [EMAIL PROTECTED] cc: Subject: Advice needed on Stuts versus Struts/Expresso Hi all, I've gotten

Re: Advice needed on Stuts versus Struts/Expresso

2002-01-10 Thread Francisco Hernandez
AM Subject: Re: Advice needed on Stuts versus Struts/Expresso Expresso helpsa lot if you have been building action command mapping in every single Action that you have written. String action = form.getAction() if ( action.equalsIgnoreCase(prompt)) { ... return mapping.findFrward

Re: Advice needed on Stuts versus Struts/Expresso

2002-01-10 Thread Peter Pilgrim
PROTECTED] To: Struts Users Mailing List [EMAIL PROTECTED] cc: Subject: Re: Advice needed on Stuts versus Struts/Expresso what do you use instead of ActionForm when using expresso/struts? when doing expresso/struts do you still use Input/Output/Block/etc objects? - Original Message

Re: Advice needed on Stuts versus Struts/Expresso

2002-01-10 Thread Francisco Hernandez
respond to Struts Users Mailing List [EMAIL PROTECTED] To: Struts Users Mailing List [EMAIL PROTECTED] cc: Subject: Re: Advice needed on Stuts versus Struts/Expresso what do you use instead of ActionForm when using expresso/struts? when doing expresso/struts do you still use Input/Output/Block

Re: Advice needed on Stuts versus Struts/Expresso

2002-01-10 Thread Pete Carapetyan
:35 AM Subject: Re: Advice needed on Stuts versus Struts/Expresso Yes you can because you access input, output, block in the JSP using the custom tags. Because an expresso controller writes a controller response object to the request scope. The input value can also read back a controller

RE: Advice needed on Stuts versus Struts/Expresso

2002-01-10 Thread Etienne, Ingo (Goetzfried AG)
[mailto:[EMAIL PROTECTED]] Sent: Donnerstag, 10. Januar 2002 20:55 To: Struts Users Mailing List Subject: Re: Advice needed on Stuts versus Struts/Expresso of course! Francisco Hernandez wrote: is it possible to use DBObjects and not use other parts of expresso such as Jobs, Controllers, etc

RE: Advice needed on Stuts versus Struts/Expresso

2002-01-10 Thread Sandra Cann
, January 09, 2002 11:26 AM To: 'Struts Users Mailing List' Subject: RE: Advice needed on Stuts versus Struts/Expresso Stephen Owens wrote about Expresso: ... The mailing list is not as amazingly helpful as the Struts mailing list, but it is pretty good and will hopefully keep getting

RE: Advice needed on Stuts versus Struts/Expresso

2002-01-10 Thread Sandra Cann
/Content.do?state=resourceresource=742. What do you think? Sandra -Original Message- From: Arun Bommannavar [mailto:[EMAIL PROTECTED]] Sent: Thursday, January 10, 2002 6:36 PM To: Struts Users Mailing List Subject: Re: Advice needed on Stuts versus Struts/Expresso Sandra, You made

Re: Advice needed on Stuts versus Struts/Expresso

2002-01-10 Thread Francisco Hernandez
] Sent: Thursday, January 10, 2002 5:00 PM Subject: RE: Advice needed on Stuts versus Struts/Expresso Good point. I was reading today about companies on tighter budgets with the economic situation looking to open source software more to fulfill their needs. I wonder if anyone on this list has

RE: Advice needed on Stuts versus Struts/Expresso

2002-01-09 Thread Larry Maturo
Stephen Owens wrote about Expresso: ... The mailing list is not as amazingly helpful as the Struts mailing list, but it is pretty good and will hopefully keep getting better. ... My question is, is it really true that it will keep getting better, given that the company responsible for Expresso

Re: Advice needed on Stuts versus Struts/Expresso

2002-01-09 Thread Pete Carapetyan
Question below and previous question answered in this reply. Does Jcorporate compete against it's own Expresso mail list to increase it's support income? I have been active for 16 months now, and so far, completely not. Three of us are pretty active contributors similar to Ted here, and most

Re:Thanks! - Advice needed on Stuts versus Struts/Expresso

2002-01-09 Thread wbchmura
Thanks everyone for the information on moving to struts. It has been most helpful. Still not sure what I am going to do in the long run, but at the very least I will learn expresso so I can make a more informed decision... I am also going to try to get an answer on if they are planning on

Re:Thanks! - Advice needed on Stuts versus Struts/Expresso

2002-01-09 Thread cody.burleson
PROTECTED] on 01/09/2002 12:35:04 PM Please respond to Struts Users Mailing List [EMAIL PROTECTED] To: [EMAIL PROTECTED] cc: Subject: Re:Thanks! - Advice needed on Stuts versus Struts/Expresso Thanks everyone for the information on moving to struts. It has been most helpful. Still not sure

Re: Thanks! - Advice needed on Stuts versus Struts/Expresso

2002-01-09 Thread Ted Husted
[EMAIL PROTECTED] wrote: But good luck working with Expresso right off the bat. Does anyone in this whole open source world know anything about proper, usable, and useful documentation (sorry - it just gets frustrating; truth is -- I'm probably just an idiot and I hate to admit

RE: Thanks! - Advice needed on Stuts versus Struts/Expresso

2002-01-09 Thread wbchmura
writing documentation?! besides, what fun would it be with good docs :) -Original Message- From: husted [mailto:[EMAIL PROTECTED]] Sent: Wednesday, January 09, 2002 3:05 PM To: struts-user Subject: Re: Thanks! - Advice needed on Stuts versus Struts/Expresso [EMAIL PROTECTED] wrote

RE: Thanks! - Advice needed on Stuts versus Struts/Expresso

2002-01-09 Thread Michael Nash
Mailing List Subject: Re:Thanks! - Advice needed on Stuts versus Struts/Expresso But good luck working with Expresso right off the bat. Does anyone in this whole open source world know anything about proper, usable, and useful documentation (sorry - it just gets frustrating; truth

RE: Advice needed on Stuts versus Struts/Expresso

2002-01-09 Thread Michael Nash
Software -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]] Sent: Wednesday, January 09, 2002 10:59 AM To: [EMAIL PROTECTED] Subject: Advice needed on Stuts versus Struts/Expresso Hi all, I've gotten a full app to work with Struts and have a good

RE: Advice needed on Stuts versus Struts/Expresso

2002-01-09 Thread Michael Nash
to find it sometimes. 200+ pages of doc in total. Regards, Mike -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]] Sent: Wednesday, January 09, 2002 10:59 AM To: [EMAIL PROTECTED] Subject: Advice needed on Stuts versus Struts/Expresso Hi all, I've gotten a full

RE: Thanks! - Advice needed on Stuts versus Struts/Expresso

2002-01-09 Thread cody.burleson
] on 01/09/2002 06:02:48 PM Please respond to Struts Users Mailing List [EMAIL PROTECTED] To: Struts Users Mailing List [EMAIL PROTECTED] cc: Subject: RE: Thanks! - Advice needed on Stuts versus Struts/Expresso Cody: Any and all ideas on how we can make the Expresso doc better *really

Re: Advice needed on Stuts versus Struts/Expresso

2002-01-09 Thread Francisco Hernandez
needed on Stuts versus Struts/Expresso Bill: You shouldn't lose a thing by using Struts/Expresso in combination, as we've incorporated the entire Struts framework into Expresso. On the flip side, you would gain a powerful object/relational mapping layer, background job queuing/scheduling, auto