RE: what version of struts is better?

2007-04-11 Thread Frank Russo
To: Struts Users Mailing List Subject: Re: what version of struts is better? Frank, what is it about JSF that you find superior to Struts 2? We are internally in a debate on which way to go (JSF v Struts 2) and I'd like to hear your opinion. (*Chris*) On 4/10/07, Frank Russo [EMAIL PROTECTED

RE: what version of struts is better?

2007-04-11 Thread Frank Russo
: Re: what version of struts is better? I did look at JSF/Seam/Shale and other web frameworks before I decided to use Struts2. There were several reasons for my decision and I have not regret it since now. After many years of web development an action based framework like s2 for me is much more

Re: what version of struts is better?

2007-04-11 Thread Piero Sartini
On Wednesday 11 April 2007 15:19:27 Frank Russo wrote: Actually, I disagree. JSF is a framework. I used MyFaces and their component library exclusively, without using Shale, Seam or anything else... I used JSP and Servlets exclusively to build web apps years ago. JSP is no framework for most

what version of struts is better?

2007-04-10 Thread dire
, tell me, please, where i can found answer for my question. thanx for your attention! -- View this message in context: http://www.nabble.com/what-version-of-struts-is-better--tf3554740.html#a9925553 Sent from the Struts - User mailing list archive at Nabble.com

Re: what version of struts is better?

2007-04-10 Thread Piero Sartini
for new projects where you have the choice what to use, I suggest struts2. On Tuesday 10 April 2007 20:30:21 dire wrote: sorry for my English! in my term paper i want to use Struts. Before this time i don`t have a deal with it. in http://struts.apache.org/ i saw that struts had two versions.

Re: what version of struts is better?

2007-04-10 Thread Harring Figueiredo
Struts 2 is the way to go, IMHO. On 4/10/07, Piero Sartini [EMAIL PROTECTED] wrote: for new projects where you have the choice what to use, I suggest struts2. On Tuesday 10 April 2007 20:30:21 dire wrote: sorry for my English! in my term paper i want to use Struts. Before this time i don`t

RE: what version of struts is better?

2007-04-10 Thread Love, Andrew
, Strategic Initiatives McKesson Corporation McKesson Pharmacy Systems mailto:[EMAIL PROTECTED] -Original Message- From: dire [mailto:[EMAIL PROTECTED] Sent: Tuesday, April 10, 2007 2:30 PM To: user@struts.apache.org Subject: what version of struts is better? sorry for my English

RE: what version of struts is better?

2007-04-10 Thread Frank Russo
, Andrew [mailto:[EMAIL PROTECTED] Sent: Tuesday, April 10, 2007 4:43 PM To: Struts Users Mailing List Subject: RE: what version of struts is better? Hello, I have a great deal of experience developing web based applications. I have used home-grown frameworks and several commercial frameworks. I am

Re: what version of struts is better?

2007-04-10 Thread Chris Pratt
Users Mailing List Subject: RE: what version of struts is better? Hello, I have a great deal of experience developing web based applications. I have used home-grown frameworks and several commercial frameworks. I am new to STRUTS2, but my initial impression is that STRUTS2 kicks-butt. Form

Re: what version of struts is better?

2007-04-10 Thread Martin Gainty
. Thank you. - Original Message - From: Frank Russo [EMAIL PROTECTED] To: Struts Users Mailing List user@struts.apache.org Sent: Tuesday, April 10, 2007 4:50 PM Subject: RE: what version of struts is better? Not to show any disrespect, but if you are starting a new project with a clean

Re: what version of struts is better?

2007-04-10 Thread Piero Sartini
I did look at JSF/Seam/Shale and other web frameworks before I decided to use Struts2. There were several reasons for my decision and I have not regret it since now. After many years of web development an action based framework like s2 for me is much more natural than a component based

RE: what version of struts is better?

2007-04-10 Thread Love, Andrew
: Tuesday, April 10, 2007 4:50 PM To: Struts Users Mailing List Subject: RE: what version of struts is better? Not to show any disrespect, but if you are starting a new project with a clean slate, I'd seriously look at JSF/Facelets if I were you. Both frameworks have their pros/cons, but I think JSF's

[OT] RE: what version of struts is better?

2007-04-10 Thread Dave Newton
--- Love, Andrew [EMAIL PROTECTED] wrote: I actually prefer to use a template based approach instead of JSP. Velocity and FreeMarker are great for generating responses. This cleanly separates the presentation layer. Just out of curiosity, what do you feel makes JSP *not* a template system?