Re: struts 2 vs struts 1+spring

2007-12-24 Thread Ted Husted
On Dec 22, 2007 3:57 PM, Joe Yuen <[EMAIL PROTECTED]> wrote: > Thank you. It's nice to get a gracious, useful answer. I am not familiar with > Struts 2 yet but >am trying to learn as much as I can. > > Is it possible to run both Struts 1 and 2 together so that I can do the > migration slowly rath

RE: struts 2 vs struts 1+spring

2007-12-22 Thread Joe Yuen
From: [EMAIL PROTECTED] on behalf of Ted Husted Sent: Sat 12/22/2007 6:20 AM To: Struts Users Mailing List Subject: Re: struts 2 vs struts 1+spring On Dec 22, 2007 2:21 AM, Joe Yuen <[EMAIL PROTECTED]> wrote: > Thanks that was a good analogy. I have used Spring and and I like it but then

Re: struts 2 vs struts 1+spring

2007-12-22 Thread Ted Husted
On Dec 22, 2007 2:21 AM, Joe Yuen <[EMAIL PROTECTED]> wrote: > Thanks that was a good analogy. I have used Spring and and I like it but then > let me turn the > question around, what do we gain by adding Struts 2 to be used with Spring? Spring MVC is a capable framework, and I wouldn't hesitate t

Re: struts 2 vs struts 1+spring

2007-12-22 Thread Ted Husted
On Dec 21, 2007 9:23 PM, Alberto A. Flores <[EMAIL PROTECTED]> wrote: > If you are following the typical scenario, here are some of the things > you would lose (that no Struts release will do): > > - Transaction Management (if you are using Spring for this) > - AOP support > - Dependency Injection

RE: struts 2 vs struts 1+spring

2007-12-21 Thread Joe Yuen
: Struts Users Mailing List Subject: Re: struts 2 vs struts 1+spring Joe Yuen wrote: > Well, that's kind of the essence of the question. What would you > loose if you did? It seems to me that there is quite a bit over > overlap to Struts2 and Spring. I guess it depends on the app.

Re: struts 2 vs struts 1+spring

2007-12-21 Thread Jeromy Evans
Or maybe you're just using Spring for one little thing (like an smtp library) and nothing else? I've seen this, too. Spring is like a buffet. You can take what you want and you can pretty much ignore everything else. You just want the pudding? Just eat the pudding. But it's when you

Re: struts 2 vs struts 1+spring

2007-12-21 Thread Gary Affonso
Joe Yuen wrote: Well, that's kind of the essence of the question. What would you loose if you did? It seems to me that there is quite a bit over overlap to Struts2 and Spring. I guess it depends on the app. In most spring apps I've worked with losing Spring is sort of like losing the hub of

Re: struts 2 vs struts 1+spring

2007-12-21 Thread Jeromy Evans
Joe Yuen wrote: Well, that's kind of the essence of the question. What would you loose if you did? It seems to me that there is quite a bit over overlap to Struts2 and Spring. No, there's no significant overlap between Struts2 and Spring (except spring-mvc of course) I'm not sure how to

Re: struts 2 vs struts 1+spring

2007-12-21 Thread Alberto A. Flores
What would you loose if you did? It seems to me that there is quite a bit over overlap to Struts2 and Spring. From: Gary Affonso [mailto:[EMAIL PROTECTED] Sent: Fri 12/21/2007 1:51 PM To: Struts Users Mailing List Subject: Re: struts 2 vs struts 1+spring Joe

RE: struts 2 vs struts 1+spring

2007-12-21 Thread Joe Yuen
iling List Subject: Re: struts 2 vs struts 1+spring Joe Yuen wrote: > I have an application that currently is implemented using struts > 1.2.8 + spring 1.2.8 + hibernate. What would be the advantages to migrate > this > to a struts 2 + hibernate solution? Er, huh? In my experi

Re: struts 2 vs struts 1+spring

2007-12-21 Thread Gary Affonso
Joe Yuen wrote: I have an application that currently is implemented using struts 1.2.8 + spring 1.2.8 + hibernate. What would be the advantages to migrate this > to a struts 2 + hibernate solution? Er, huh? In my experience it's *spring* that sits at the core of an app. That's the thing tha

Re: struts 2 vs struts 1+spring

2007-12-21 Thread Ted Husted
On Dec 21, 2007 4:12 PM, Joe Yuen <[EMAIL PROTECTED]> wrote: > I have an application that currently is implemented using struts 1.2.8 + > spring 1.2.8 + > hibernate. What would be the advantages to migrate this to a struts 2 + > hibernate solution? The Spring integration in Struts 2 is simpler t

struts 2 vs struts 1+spring

2007-12-21 Thread Joe Yuen
I have an application that currently is implemented using struts 1.2.8 + spring 1.2.8 + hibernate. What would be the advantages to migrate this to a struts 2 + hibernate solution?