WebFacetsHOW-TOsAuthentication
YourKit Java Profiler |
StripesThis page describes integration with Stripes. About StripesStripes is a pretty new WebFramework that focuses on simplicity. It follows the MVC2 architecture, where you write actions that are executed by the framework on the server. It relies on reflection and annotations to discover the action beans without the hassle of huge config files. After I've read some docs, tried the demos and played a bit with it, I though it was effectively one of the most simple frameworks out there, but still very helpful ! It handles most of the dirty tasks (validation, type conversion etc.) in a clever fashion with a low entry level. And that's how regular web development should be : simple ! Because of all this, I thought I'd try to push investigations a bit forward. How does it fitTBC Bugzooky reloaded !Stripes include an example bug-tracking webapp, bugzooky. Since it already uses authentication, it's a perfect candidate for facetization ;-) This page? explains everything about the developement of the facet-based version of bugzooky, including fully profiled screens based on the user's role. You'll also find links for downloading the application there. |