You are viewing a plain text version of this content. The canonical link for it is here.
Posted to user@struts.apache.org by Jeff Corliss <je...@yahoo.com> on 2002/08/13 17:48:42 UTC

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?  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?

Thanks!


__________________________________________________
Do You Yahoo!?
HotJobs - Search Thousands of New Jobs
http://www.hotjobs.com

--
To unsubscribe, e-mail:   <ma...@jakarta.apache.org>
For additional commands, e-mail: <ma...@jakarta.apache.org>


Re: Release 1.1-b2: tips on upgrading from 1.02?

Posted by Jeff Corliss <je...@yahoo.com>.
> > 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 :-).
> 
> Craig

Doh! So easy to overlook those first sentences ;)

Is there any value to having the release notes
indicate whats changed just from 1.1-b1 as opposed to
from 1.02?  Since I am moving from 1.02 it probably
doesn't matter as much for me, but maybe it might
benefit others.

In any case, congrats to all on the new release.  I am
looking forward to diving in.


__________________________________________________
Do You Yahoo!?
HotJobs - Search Thousands of New Jobs
http://www.hotjobs.com

--
To unsubscribe, e-mail:   <ma...@jakarta.apache.org>
For additional commands, e-mail: <ma...@jakarta.apache.org>


Re: Release 1.1-b2: tips on upgrading from 1.02?

Posted by "Craig R. McClanahan" <cr...@apache.org>.

On Tue, 13 Aug 2002, Jeff Corliss wrote:

> Date: Tue, 13 Aug 2002 08:48:42 -0700 (PDT)
> From: Jeff Corliss <je...@yahoo.com>
> Reply-To: Struts Users Mailing List <st...@jakarta.apache.org>
> To: Struts Users Mailing List <st...@jakarta.apache.org>
> 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:   <ma...@jakarta.apache.org>
For additional commands, e-mail: <ma...@jakarta.apache.org>