"Geir Magnusson Jr." <[EMAIL PROTECTED]> writes:

> There are a mountain of changes to the codebase coming (tues night,
> 2-Jan-2001) to change to our new Context mechanisms, so here is a heads
> up to what is going to happen, and comments please :
> 
> Summary
> -------
> 
> 0) There is no change to application functionality!  Everything will
> work the same, with same performance. Really!
> 
> 1) Except! The name of the class Context is changing, as we are going to
> use it for the name of the Context interface since it's the most
> fundamental.  Therefore, wherever you use
> 
>   import org.apache.velocity.Context;
>   Context c = new Context();
> 
> change to
> 
>   import org.apache.velocity.VelocityContext;
>   VelocityContext c = new VelocityContext();
> 
> For those that use servlets derived from VelocityServlet, nothing will
> change for you as VelocityServlet will be adjusted accordingly (along
> with Anakia, Texen, Test, the testbed, everything.)  When this commit is
> complete, just rebuild.
> 
> 
> Details
> [snip]

The changes sound very well organized.

Daniel

Reply via email to