RE: How does Shale affect my Struts development

2006-01-06 Thread Garner, Shawn
EMAIL PROTECTED] Sent: Thursday, December 29, 2005 9:01 AM To: Struts Users Mailing List Subject: Re: How does Shale affect my Struts development Bernhard is totally right. The choice you are facing is wheter you want to go for now on with components-based frameworks (JSF/Shale, Tapestry) or a typic

RE: How does Shale affect my Struts development

2005-12-29 Thread Daniel Blumenthal
s.apache.org; [EMAIL PROTECTED] > Subject: RE: How does Shale affect my Struts development > > Plus, it's not accurate to call Struts 1.x "a codebase which > is no longer being maintained." > > > -Original Message- > > From: Frank W. Zammetti [mailt

RE: How does Shale affect my Struts development

2005-12-29 Thread George.Dinwiddie
a codebase which > is no longer > > being maintained, rather than doing it through ignorance. > > > > Any thoughts? > > > > Daniel > > > > > >>-Original Message- > >>From: Alexandre Poitras [mailto:[EMAIL PROTECTED] >

Re: How does Shale affect my Struts development

2005-12-29 Thread netsql
One way to do is do CoR, which is optional for 1.x, built into 1.3+. CoR mandates a signature, so if you do all the work there, you can call it from anywhere, as all newer build from Struts come w/ CoR jars. .V Any thoughts? --

Re: How does Shale affect my Struts development

2005-12-29 Thread Frank W. Zammetti
than doing it through ignorance. Any thoughts? Daniel -Original Message- From: Alexandre Poitras [mailto:[EMAIL PROTECTED] Sent: Thursday, December 29, 2005 10:01 AM To: Struts Users Mailing List Subject: Re: How does Shale affect my Struts development Bernhard is totally r

RE: How does Shale affect my Struts development

2005-12-29 Thread Daniel Blumenthal
Original Message- > From: Alexandre Poitras [mailto:[EMAIL PROTECTED] > Sent: Thursday, December 29, 2005 10:01 AM > To: Struts Users Mailing List > Subject: Re: How does Shale affect my Struts development > > Bernhard is totally right. The choice you are facing is > whete

Re: How does Shale affect my Struts development

2005-12-29 Thread Alexandre Poitras
olds [mailto:[EMAIL PROTECTED] > > Gesendet: Donnerstag, 29. Dezember 2005 15:10 > > An: user@struts.apache.org > > Betreff: How does Shale affect my Struts development > > > > > > First off, a little background. I have started using the 'Struts' > > fram

AW: How does Shale affect my Struts development

2005-12-29 Thread Bernhard Slominski
> -Ursprüngliche Nachricht- > Von: Jim Reynolds [mailto:[EMAIL PROTECTED] > Gesendet: Donnerstag, 29. Dezember 2005 15:10 > An: user@struts.apache.org > Betreff: How does Shale affect my Struts development > > > First off, a little background. I have started using the '

How does Shale affect my Struts development

2005-12-29 Thread Jim Reynolds
First off, a little background. I have started using the 'Struts' framework about 1 year ago. I have created three apps, and all is moving along pretty well with the Struts and model 2 approach. I am just starting to use more design patterns for my business logic, etc. Anyway, as you may be aware