Dear Wiki user,

You have subscribed to a wiki page or wiki category on "Struts Wiki" for change 
notification.

The following page has been changed by JoeGermuska:
http://wiki.apache.org/struts/StrutsUpgradeNotes12to13

The comment on the change is:
Initial draft - more notes welcome!

New page:
= Upgrading to Struts 1.3 =

Struts 1.3 is intended to be backwards compatible with Struts 1.2.x; however, 
it will not be a 100% drop-in replacement.  Here are things to note when you 
are upgrading to Struts 1.3

== Move to Servlet 2.3/JSP 1.2 baseline ==
Beginning with Struts 1.3, Struts no longer guarantees support for Servlet 2.2 
or JSP 1.1. 

== Packaging ==
While previously Struts was distributed as a "monolithic" jar, beginning with 
the 1.3.0 release, many things which were formerly in the "core" have been 
split out into their own distributions.  You will always need 
"struts-core-1.3.x.jar", and you may need one or more of the following:

* struts-taglib-1.3.x.jar (if you want to use the JSP tag libraries, except for 
the Tiles tag library)
* struts-el-1.3.x.jar (in addition to struts-taglib) if you want to use the 
JSTL expression language
* struts-tiles-1.3.x.jar (if you want to use Tiles)

(please add notes here as you gain experience with this migration) 
 

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

Reply via email to