BriteSnow / snow

A Lightweight, Google Guice, Simple, and Powerful Web Application Framework that makes building modern Web Application a breeze! Fully open source, Apache V2 licensed.
http://britesnow.com/snow
29 stars 10 forks source link

WebApplicationHook and WebRequestHook #6

Closed jeremychone closed 11 years ago

jeremychone commented 11 years ago

Annotation drivren hook plugin.

@WebApplicationHook(phase=AppPhase.INIT) public void appInit(....any-guice-managed-binding....)

or

@WebRequestHook(phase=ReqPhase.AUTH,on=On.BEFORE) public void requestBeforeAuth(...any-web-param-or-guice-managed-binding....)

More info: https://plus.google.com/u/0/101096085464568478217/posts/73MYURVaKw5

jeremychone commented 11 years ago

Done, in 2.0.0-SNAPSHOT.