I just checked in changes to the stuff in org.apache.turbine.modules*

Basically Action now has perform() and doPerform() and
all other modules have build() and doBuild().

What this means to users of Turbine is that your Actions now have to
override doPerform() instead of build() and your other modules have to
override doBuild() instead of build().

I've also updated all the Turbine modules to use the new methods.

Sorry for the inconvenience.
Please let me know if there are any problems.

Thanks
Frank



> -----Original Message-----
> From: [EMAIL PROTECTED]
> [mailto:[EMAIL PROTECTED]]On Behalf Of jon *
> Sent: Friday, April 21, 2000 11:09 AM
> To: Turbine
> Subject: Re: [PATCH] Changes Assemblers to use Template pattern
>
>
> on 4/21/00 10:48 AM, Frank Kim <[EMAIL PROTECTED]> wrote:
>
> > Just to double check...should I go ahead and commit these changes?
> > People will have to change their existing apps to use doBuild() and
> > doPerform().
>
> +1
>
> -jon
>
> --
> Scarab -
>       Java Servlet Based - Open Source
>          Bug/Issue Tracking System
>         <http://scarab.tigris.org/>
>
>
>
>
> ------------------------------------------------------------
> To subscribe:        [EMAIL PROTECTED]
> To unsubscribe:      [EMAIL PROTECTED]
> Problems?:           [EMAIL PROTECTED]
>


--
--------------------------------------------------------------
To subscribe:        [EMAIL PROTECTED]
To unsubscribe:      [EMAIL PROTECTED]
Archives and Other:  <http://java.apache.org/main/mail.html>
Problems?:           [EMAIL PROTECTED]

Reply via email to