Bastille is a Java library that includes a collection of general purpose generators for caching, indexing and reading PSML and XML files. This library is planned for deprecation in 2016.
Although Berlioz is actually a Java server-side component, the term is often used more broadly to describe the library that contains it, a Web application that uses it or the server that hosts it.
The bridge is a Java library providing an API for accessing PageSeeder Web service API. There is also a Java library extended the bridge in the context of a Berlioz application called berlioz-bridge.
The bundler is a feature of Berlioz that automatically associates styles and scripts to a service and bundles them in an efficient manner for Web delivery.
The output of a Berlioz service after transformation. It can be of different media types or character encoding, but typically include HTML, XML or JSON.
A generator is a server-side component written in Java which produces an XML response from a content request. Berlioz libraries provide a number of built-in generators for common use cases.
The Jetty context files are used to configure your Web app in Jetty. It not necessary to define it but is more convenient to better control your application
Kickstart is a simple library that can be included in a Berlioz app to define the standard mapping and default fallback templates in a Berlioz application.
NginX (pronounced "engine x") is a reverse proxy server that can be used with Berlioz to increase the performance and scalibity of a Berlioz Web application.
A Berlioz service is a single server-side component triggered when matching one of more URI patterns for a specific HTTP method and returning a response from a list of generators.
A URI pattern is a notation that is used to match a URI. It is used by Berlioz to determine which service should be triggered when receiving HTTP requests.
The Web descriptor located at /WEB-INF/web.xml describes a Web application. It can be used to customize the Berlioz servlet or define additional components that are part of the Berlioz library.