[Q] Struts 1.0 or 1.1 ?

2003-07-07 Thread Riaan Oberholzer
I have a web-app that uses the basic stuts stuff: form
checking, mappings, etc. No hardcore or advanced
features. It works fine in Struts 1.0.2 and after
upgrading and making the minor tweaks, also on 1.1.

But is it necessary to move up to 1.1? What do I gain?
Is the implementation of the functionality I used also
improved, or does 1.1 only provide new stuff?

Is there a guideline for when I should use which version?

__
Do you Yahoo!?
SBC Yahoo! DSL - Now only $29.95 per month!
http://sbc.yahoo.com

-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



RE: [Q] Struts 1.0 or 1.1 ?

2003-07-07 Thread Andrew Hill
I would imagine that while there may be some performance gain due to code
optimizations and the like the real benefit is in the expanded set of
features (and that really is a big expansion from what I hear (the general
consesus amoung the developers is that 1.1 would be more like 1.8 had they
made regular point releases)) - so by moving to 1.1 you now have more
'power' at your disposal for future changes and additions you need to make
for that app.

For new applications you should use 1.1 as its (finally) the current version
and 1.0.2 is old.
1.1 would of course also fix whatever bugs were in 1.0.2 (not many - and
given the length of time before they finally released 1.1 I would think that
it hasn't introduced any significant new ones either...)

You will probably find that most of the support available on this list is
nowadays geared towards 1.1 as are the available books and such like.
Basically for new apps I can see no point using 1.0.2, while for existing
apps its really a question of do you need it. If you foresee your
application continuing to be developed further or have lots of maintenance
its probably worth the effort to upgrade, whereas if its working fine and
you dont ancipate any major changes then the benefit of an upgrade is of
course significantly reduced.

-Original Message-
From: Riaan Oberholzer [mailto:[EMAIL PROTECTED]
Sent: Monday, 7 July 2003 14:58
To: [EMAIL PROTECTED]
Subject: [Q] Struts 1.0 or 1.1 ?


I have a web-app that uses the basic stuts stuff: form
checking, mappings, etc. No hardcore or advanced
features. It works fine in Struts 1.0.2 and after
upgrading and making the minor tweaks, also on 1.1.

But is it necessary to move up to 1.1? What do I gain?
Is the implementation of the functionality I used also
improved, or does 1.1 only provide new stuff?

Is there a guideline for when I should use which version?

__
Do you Yahoo!?
SBC Yahoo! DSL - Now only $29.95 per month!
http://sbc.yahoo.com

-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]


-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



RE: [Q] Struts 1.0 or 1.1 ?

2003-07-07 Thread Navjot Singh
+ Modules (really, they are boon ;-)
+ Tiles/Nested Tags - not sure if you can get them in 1.0
+ Lots of bug fixes.
+ Some peformance gain bcos of optimizations.
+ Few more classes in every package apart from keeping up with the latest
;-)

you may wish to read
http://jakarta.apache.org/struts/userGuide/release-notes-1.1.html

-navjot


|-Original Message-
|From: Riaan Oberholzer [mailto:[EMAIL PROTECTED]
|Sent: Monday, July 07, 2003 12:28 PM
|To: [EMAIL PROTECTED]
|Subject: [Q] Struts 1.0 or 1.1 ?
|
|
|I have a web-app that uses the basic stuts stuff: form
|checking, mappings, etc. No hardcore or advanced
|features. It works fine in Struts 1.0.2 and after
|upgrading and making the minor tweaks, also on 1.1.
|
|But is it necessary to move up to 1.1? What do I gain?
|Is the implementation of the functionality I used also
|improved, or does 1.1 only provide new stuff?
|
|Is there a guideline for when I should use which version?
|
|__
|Do you Yahoo!?
|SBC Yahoo! DSL - Now only $29.95 per month!
|http://sbc.yahoo.com
|
|-
|To unsubscribe, e-mail: [EMAIL PROTECTED]
|For additional commands, e-mail: [EMAIL PROTECTED]
|
|


-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]