Book Image

Building Websites with OpenCms

Book Image

Building Websites with OpenCms

Overview of this book

This book takes you through the process of creating content-rich websites and applications using OpenCms. Although powerful and flexible, OpenCms can be daunting on first approach, but its advanced features reward the investment in learning. This book exists to ease Java developers into getting the most from OpenCms. OpenCms OpenCms is a professional-level, open source Website Content Management System, with which you can create and manage complex websites. Based on Java and XML technology, it fits into almost any modern IT environment. With hard-won experience of the practical difficulties faced by developers working with OpenCms, this book is the embodiment of the author's expertise, and the perfect way to master the system.
Table of Contents (12 chapters)
Building Websites with OpenCms
Credits
About the Author
Introduction

Modules


No single program fits the need of every user. Given the complex nature of content management, developers of CMS systems in particular cannot adopt the one-size-fits-all perspective. In order to provide their users with the ability to fit OpenCms into their own environment, the OpenCms developers implemented a module architecture that can be used to extend OpenCms with new functionality and content.

OpenCms modules consist of a well defined set of directories and files stored in a ZIP archive. A module may contain Java Archive (JAR) files, Java classes, JSP scripts, images, stylesheets, and any type of content that OpenCms supports. Using the module management tool in the administration view, you can upload and install new modules, as well as create, edit, and export your own modules. In this section, we will cover obtaining and installing some of the common modules, including the OpenCms help system. Later on, in Chapter 6, Creating an OpenCms Module, I will explain the process of...