Reinhard Poetz wrote:
I've been working on rest block that is based on Apples. It won't do much but to provide a controller interface that extends the StatelessApplesController

public interface RestApple extends StatelessAppleController {

    void doGet(AppleRequest req, AppleResponse res) throws Exception;

Given the recent crusade against Cocoon environment, I gotta ask, why 'RestApple' and not 'Servlet'; why 'AppleRequest' and not 'ServletRequest'?

I'm sure Daniel will support this question too ;-)

Vadim

Reply via email to