WebFacetsHOW-TOsAuthentication
YourKit Java Profiler |
HowToThis page describes a few patterns that may give you ideas about how you can easily profilize your applications using WebFacets. View Resolvers![]() This is a pretty interesting one. Actually, it's more or less the widest usage ever of facets : providing profiled views on objects ! The idea is that you encapsulate views by facets, so that your controllers don't have to care about this : they just use facets to display objects, in a profiled way. Composite PagesComposite pages are a very common issue in webapps. You have many technologies to handle this, but none of them, AFAIK, addresses this in a profiled way ! TODO View HelpersTODO |