I wonder, is any convenient and appropriate way to describe in Tapestry5 in AppModule some actions, which should be invoked before bind() method will run?
Of course, it is possible, to include such actions inside bind() method in top of method block. But it seems, that must be some other possibility for this.
BTW, @Startup is not eligible way for this, due in my case it uses already started services, but I need to some actions before services will be bound.
