Dear Wiki user, You have subscribed to a wiki page or wiki category on "Jackrabbit Wiki" for change notification. The following page has been changed by FelixMeschberger: http://wiki.apache.org/jackrabbit/ApacheSling/ComponentAPI ------------------------------------------------------------------------------ = The Component API = - - - %TOC% == Introduction == @@ -14, +11 @@ * Just like the Servlet API and the Portlet API the Component API just defines a Java based framework. Implementing the rendering of pieces in some scripting language is left to the implementation of the Component API. * In contrast to the Servlet API and the Portlet API, the Component API is content centric. That is, the request URL does not address a servlet or a portlet but a piece of content represented by an instance of the {{{com.day.components.Content}}} interface. From this content object, the Component framework will derive the {{{com.day.components.Component}}} instance, which is used to perform any actions and render the response. - An implementation of the presentation framework defined by the Component API is called a _Component Framework_. + An implementation of the presentation framework defined by the Component API is called a ''Component Framework''. === Going Content Centric ===