Version 2.0 of the servlet framework has been released. Added in this release is a WebApplication bean that constructs the message listeners, view renderers, and application initializers from a WebApp.xml file located in the WEB-INF folder of your servlet. Implementing an application as a WebApp means no longer extending ServletBase.
The ContactManager sample application has been updated to use the new WebApplication bean.