Hi,

I'm pretty sure this already have been suggested, but, why not
offering the possibility to order Tapestry Modules via annotations on
Modules classes?

  @Order("before:TapestryModule,after:TapestryIOCModule")
  public class MyModule {
    ...
  }

It would solve lots of problems like service
instantiation/configuration override ones. Theses problems happens
often when you want to tweak Tapestry.

The good thing is that it seems also backward compatible.

Regards,

Robin

---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscr...@tapestry.apache.org
For additional commands, e-mail: users-h...@tapestry.apache.org

Reply via email to