On 6/11/07, Ryan McKinley <[EMAIL PROTECTED]> wrote:
while (not all components done) { for (component : List<Component>) { boolean done = component.process(req,rsp); } } - - - - - Yonik, what components do you imagine need to run multiple times?
Not sure... a component that needs to run both before and after another phase? Two components that have dependencies? We can leave it out (but keep it in mind) for the first prototypes. -Yonik