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
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(prompt); } else if ( action.equalsIgnoreCase(add)) { ...

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
integrate with DB's that may have already got stored procedures in them. - Cody Peter Pilgrim [EMAIL PROTECTED] on 01/10/2002 11:43:07 AM Please respond to Struts Users Mailing List [EMAIL PROTECTED] To: Struts Users Mailing List [EMAIL PROTECTED] cc: Subject: Re: Advice needed on Stuts

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: Advice needed on Stuts versus Struts/Expresso

2002-01-09 Thread Michael Nash
Stephen: Just to answer your question below, it is definitely the core group's intention with Expresso to upgrade with Struts, and workflow is one of the new features we've very much looking forward to. Mike Which brings up another point, will Expresso upgrade in step with Struts? If the

RE: Advice needed on Stuts versus Struts/Expresso

2002-01-09 Thread Michael Nash
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-generated UI's for prototyping, XML UI

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