Content Application Developer Manual / Version 2207
Table Of Contents
In past versions of the CoreMedia CMS, the preferred way of writing handlers was to
implement an org.springframework.web.servlet.mvc.Controller
rather than using annotations. These kinds of controllers can be still used in a CAE web
application. They can be even coexist in conjunction with annotation based controllers.
Keep in mind that com.coremedia.objectserver.web.AbstractViewController
was removed in CM8.