The beans context pane allows quick navigation using CamelHump patterns. This does not work well for typical spring mvc controller beans.
For instance, a bean named "/modulename/wizardname/stepname" (for instance "/purchase/payment/confirm") is not so easy to look up, it there are multiple beans with similar paths.
It would be nice if "/p/p/c" or "ppc" would resolve to above bean with name "/purchase/payment/confirm".