Chapter 12. Building an article-delivery engine

This chapter covers

  • Building an article repository
  • Enabling web upload and article display
  • Using a MongoDB database

Among the tasks a content-management system (CMS) must support are the authoring, editing, and deploying of content by nontechnical users. Examples include articles (news, reviews, and so on), announcements, press releases, product descriptions, and course materials.

In this chapter, you’ll create an article-delivery engine following three recipes.

  • Recipe 12.1 builds an article repository using Jackrabbit, Java Content Repository (JCR), and Spring Modules JCR.
  • Recipe 12.2 builds a web front end to upload and display the articles.
  • Recipe 12.3 replaces the JCR repository ...

Get Spring in Practice now with the O’Reilly learning platform.

O’Reilly members experience books, live events, courses curated by job role, and more from O’Reilly and nearly 200 top publishers.