Stefano Mazzocchi wrote:
>
> On 7 Dec 2003, at 12:37, Christopher Oliver wrote:
>
>> I'd like to change JXTemplate to use a subset of the FOM, namely by
>> providing a variable "cocoon" with the following properties:
>>
>> - request
>> - session
>> - context
>> - continuation
>>
>> Each of these would be a reference to the corresponding FOM object.
>> This will unify the object model of the controller and view.
>>
>> I will deprecate the existing "request", "response", "session",
>> "context" (which point at org.apache.cocoon.environment Java objects)
>> and "continuation" variables but continue to support them.
>>
>> Any objections?
>
>
> That's a major back incompatibility issue. Any reason for this? What
> release would you be targetting?
>
> --
> Stefano.
As stated above the old API will be deprecated but not removed. So
there's no backward incompatibility.
|