Questions tagged [hippocms]

Bloomreach Experience Manager (formerly known as Hippo CMS) is a Java-based, Open Source CMS. It's targeted at medium to large organizations managing large sets of content for multi-channel distribution.

Bloomreach Experience Manager (formerly known as Hippo CMS) is a Java-based open source web content management platform. It uses modern web architectures, open standards and open source components throughout. In all layers of the architecture, open and extensible APIs are available for integrating Bloomreach into your existing application architecture. It's targeted at medium to large organizations managing large sets of content for multi-channel distribution.

Architecture

The Bloomreach architecture is highly modular. This modular and clean architecture has several technical benefits such as ease of integration and great scalability, and also functional benefits such as content reuse. In the next sections, details are provided on each module in the Bloomreach stack. We highlight the three modules listed in the diagram below; Content Repository, CMS and Delivery Tier (also known as HST).

High Level Component Overview:

  • Delivery tier ("HST")

    The Hippo Site Toolkit is Bloomreach's default Java-based presentation framework, providing caching and page diagnostics. As a developer, you have a choice between JSP or Freemarker templates, alternatively, one can use any delivery platform and hook up to Bloomreach's REST APIs.

  • Authoring application ("Bloomreach Experience Manager")

    The CMS is a web application, essentially providing the user interface through which the content management and administrative functionality can be used. It's based on Apache Wicket and ExtJS.

  • Content repository ("Bloomreach Repository")

    The core of Bloomreach Experience Manager is the Repository. All content, metadata and configuration is stored in this central component. The base of the Repository is Apache JackRabbit, the reference implementation of JSR-170 and JSR-283 (Java Content Repository). All content and CMS functionality are exposed through a standard set of API interfaces.

More info can be found on Bloomreach's two websites:

Corporate - bloomreach.com

Developer - developers.bloomreach.com

168 questions
0
votes
1 answer

Deploy as ROOT and SpringLoaded Hippo CMS

Spring Loaded has been working fine for me until I recently switched to deploy as root. (to completely get rid of the "/site" in the URLs of my website) I've modified the original config brought up by Jeroen here but it's not working. (The files…
ericn
  • 12,476
  • 16
  • 84
  • 127
0
votes
1 answer

hst:configurations not bootstrapped! Hippo CMS

I've have a page "Contact" and I can already see it under my /bootstrap/configuration folder. I've added the following to hippoecm-extension.xml under /bootstrap/configuration folder:
ericn
  • 12,476
  • 16
  • 84
  • 127
0
votes
1 answer

Install Hippo CMS : NullPointerException with essentials webapp

I followed these instructions (Hippo CMS installation instructions) to install Hippo CMS 7. I followed : Step 1 : run Maven archetype locally Step 2 : compile & package locally with Maven I did not followed step 3 instruction, as I build the WAR…
0
votes
1 answer

Which parts of HippoCms need Sencha ExtJs to work?

I found this on the hippo cms licence page. All included libraries are distributed either under the Apache Software License 2.0 or a compatible license, with the exception of the Sencha ExtJS library. Sencha ExtJS is distributed under GPL v3, …
Clemzd
  • 895
  • 2
  • 15
  • 35
0
votes
1 answer

HippoCMS component for custom document type not calling document bean

I've created a compound document type called SampleCaps in a HippoCMS 7.9 site and set out to build a template for it. In the process, I added hst:sitemap nodes, a pair of nested hst:pages nodes, and an hst:templates node. I also added the…
Winfield Trail
  • 5,535
  • 2
  • 27
  • 43
0
votes
1 answer

SEO plugin doesn't work in Hippo CMS

I'm using Hippo CMS and trying to implement SEO plugin. I did everything by manual but I don't see any changes and meta tags in rendered results. My basic layout is: <#include "/WEB-INF/freemarker/include/imports.ftl"> …
Estatic
  • 138
  • 1
  • 8
0
votes
1 answer

HippoCMS Restcall content relative link issue

I have already add the rest support (link)of my website. the CMS and my website are under different domain. when I used restcall to pull the contents like html code " the contents will automatically convert to site is for hippo site and rest…
Jin Lin
  • 293
  • 1
  • 6
  • 16
0
votes
1 answer

Restricting folder names by (regex) pattern

I would like to restrict my folder names based on a pattern. Eg, I want folder names to be years. Is this currently possible in hippo 7.8.x?
Jasper Floor
  • 553
  • 3
  • 6
0
votes
1 answer

Shell interface Hippo

Did anybody use the shell interface of Hippo (JCR Repository over rmi)?
John Peterson
-1
votes
1 answer

How can i create a Dynamic Multi-Select List in hippo cms?

I am trying to create a Dynamic Multi-Select List. I tried to add a DynamicDropdown and added Multiple in Fields properties but throws an error: An error has occurred, sorry for that. java.lang.IllegalStateException: …
-1
votes
1 answer

How to fetch type of the document using HstLink object

in Hippo, I have created the Custom Link processor class and in the preProcess method I want to fetch the type of the document through HstLink object.
ps27
  • 11
-1
votes
1 answer

How to submit the form in HIPPO cms ?? I can't understand the document at the hippo.com regarding the forms as it's not much clear

I have created a form in hippo cms using free marker but unable to submit it at the desired action as it's not much clear at http://www.onehippo.org/library/concepts/component-development/hst-2-forms.html. I am a newbee to hippo cms so cant…
-1
votes
1 answer

How get hippo version?

Yep I logined to hippo console localhost:8080/cms/console/ as described here what is next? There is a tree with conponents and no button or link like about or settings. Is it possible to get hippo version information from hippo console? If no how…
Cherry
  • 31,309
  • 66
  • 224
  • 364
-1
votes
1 answer

hippo cms- number of document getting limited to 5

I'm using hippo cms for one of my project and it has a document type for storing the contact us details.In my CMS repository there are 9 contact us document(all published), however on my application only 5 are getting displayed, other 4 are not…
-1
votes
1 answer

Display Flash Banner in Hippo Cms Site

I am customizing the go green site , here I want to display a flash banner in the header part. For this I did the following In the hst:channelinfo added new property (headerFlashBanner) and path for that…
Rao Pranav
  • 249
  • 1
  • 5
  • 12
1 2 3
11
12