On Tue, 13 Aug 2002, Jeff Corliss wrote:

> Date: Tue, 13 Aug 2002 08:48:42 -0700 (PDT)
> From: Jeff Corliss <[EMAIL PROTECTED]>
> Reply-To: Struts Users Mailing List <[EMAIL PROTECTED]>
> To: Struts Users Mailing List <[EMAIL PROTECTED]>
> Subject: Release 1.1-b2: tips on upgrading from 1.02?
>
> Is there an existing document on things you need to do
> to upgrade from 1.02 to 1.1-b2?

In theory, if you didn't subclass any of the standard Struts classes (like
ActionServlet), and didn't use any methods that are now deprecated, a
1.0.2 based app should "just work".  Be sure to recompile your app against
the new JAR files, though.

In practice, this has generally been found to be true, although lots of
people seem to subclass ActionServlet in order to tweak the request
processing methods.  If you do that, you'll need to subclass
RequestProcessor instead.

>  Also are the Release
> Notes for 1.1-b2 indicative of the changes from 1.02
> to 1.1-b2, or just from 1.1-b1 to 1.1-b2?
>

The very first sentence of the release notes answers that question :-).


> Thanks!
>

Craig


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

Reply via email to