Re: What are Pros and Cons for Struts 2?

2008-11-09 Thread Néstor Boscán
dorse content contained within this transmission. > Date: Mon, 10 Nov 2008 08:52:45 +0800 > From: [EMAIL PROTECTED] > To: user@struts.apache.org > Subject: Re: What are Pros and Cons for Struts 2? > > > > Thanks to all replies! I really appreciated all replies all ar

RE: What are Pros and Cons for Struts 2?

2008-11-09 Thread Martin Gainty
e content contained within this transmission. > Date: Mon, 10 Nov 2008 08:52:45 +0800 > From: [EMAIL PROTECTED] > To: user@struts.apache.org > Subject: Re: What are Pros and Cons for Struts 2? > > Thanks to all replies! I really appreciated all replies all are really > helpfu

Re: What are Pros and Cons for Struts 2?

2008-11-09 Thread ryan webb
Thanks to all replies! I really appreciated all replies all are really helpful and informative. On Sat, Nov 8, 2008 at 9:02 AM, Gabriel Belingueres <[EMAIL PROTECTED]>wrote: > Pros: > Easy to learn and start with (some free books available.) > Great community (mailing list.) > Very extensible. >

Re: What are Pros and Cons for Struts 2?

2008-11-07 Thread Gabriel Belingueres
Pros: Easy to learn and start with (some free books available.) Great community (mailing list.) Very extensible. Cons: Sporadic releases. Javascript validation framework is very limited for non ajax apps. Multiple rendering technologies make their component model hard to modify or extends (paralle

Re: What are Pros and Cons for Struts 2?

2008-11-07 Thread Néstor Boscán
Hi Ryan In my experience: Pros: 1.- Form mapping!!!. Yes form mapping in Struts 1 is horrible. 2.- Conversion support 3.- Interceptor support 4.- Better AJAX Support 5.- Lightweight vs JSF The framework is very flexible and you can adjust it to your needs. Cons: 1.- Themes. They make the fram

Re: What are Pros and Cons for Struts 2?

2008-11-07 Thread 928572663
Here are a few of the things that struts2 does better: * OGNL syntax for accessing data in your webpages is much more elegant * Web pages can access data in the Action class rather than only through a form bean * Action classes can serve up more than one form bean * Form beans can be just POJO

Re: What are Pros and Cons for Struts 2?

2008-11-07 Thread Torsten Krah
On Friday 07 November 2008 07:03:56 Mead Lai wrote: > don't like the theme. Thats what i like most - i can design the tag layout with minimal work, really nice idea this theme thing. -- Bitte senden Sie mir keine Word- oder PowerPoint-Anhänge. Siehe http://www.gnu.org/philosophy/no-word-attachm

Re: What are Pros and Cons for Struts 2?

2008-11-07 Thread stanlick
I would add access to folks here on the mailing list is akin to having access to the developers in many cases. Unlike customer support for some commercial software, your questions here are actually understood! Peace, Scott On Thu, Nov 6, 2008 at 10:48 PM, ryan webb <[EMAIL PROTECTED]> wrote: >

Re: What are Pros and Cons for Struts 2?

2008-11-07 Thread ryan webb
Wow! Thanks! Information written are really helpful! =P On Fri, Nov 7, 2008 at 2:24 PM, Wes Wannemacher <[EMAIL PROTECTED]> wrote: > Pros - > > Easy integration with just about anything - >Spring >Freemarker >JS Frameworks like JQuery, YUI >Sitemesh >Tiles

Re: What are Pros and Cons for Struts 2?

2008-11-06 Thread Wes Wannemacher
Pros - Easy integration with just about anything - Spring Freemarker JS Frameworks like JQuery, YUI Sitemesh Tiles Very easy to write actions Easy to understand workflow Ability to configure with almost 0 XML Good abstraction away from Servlet/JSP Easy-t

Re: What are Pros and Cons for Struts 2?

2008-11-06 Thread ryan webb
a oks.. thanks for the reply =) On Fri, Nov 7, 2008 at 2:03 PM, Mead Lai <[EMAIL PROTECTED]> wrote: > don't like the theme. > > On Fri, Nov 7, 2008 at 11:48 AM, ryan webb <[EMAIL PROTECTED]> wrote: > > > Can anyone share to me some of the things you like about > > Struts 2 as well some of the thi

Re: What are Pros and Cons for Struts 2?

2008-11-06 Thread Mead Lai
don't like the theme. On Fri, Nov 7, 2008 at 11:48 AM, ryan webb <[EMAIL PROTECTED]> wrote: > Can anyone share to me some of the things you like about > Struts 2 as well some of the things you don't like about struts 2? > > Thanks! > -- BestRegards, Mead http://yayisoft.com J. Paul Getty -

What are Pros and Cons for Struts 2?

2008-11-06 Thread ryan webb
Can anyone share to me some of the things you like about Struts 2 as well some of the things you don't like about struts 2? Thanks!