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
2
votes
1 answer

Clustering with Jackrabbit

I am about to get started with clustering a jackrabbit repository run by hippocms in the community version. I got it up and running but some parts of configuration I don't understand. I understood the concept of clustering jackrabbit this way: You…
cloudnaut
  • 982
  • 3
  • 13
  • 35
2
votes
1 answer

Hippo cms Restart the built project

I have ready application that works and is connected to the mysql . I run it by the command mvn -P cargo.run The problem is that every time there is rebuild from zero. Can I run application without building it again? Something…
Chytry
  • 367
  • 1
  • 13
2
votes
1 answer

Relationship between codes under bootstrap configuration and the CMS console?

Whenever I change the configurations e.g. under hst:pages in the CMS console, will it get reflected in the XML files under bootstrap configuration? On the other hand, when I update the XML file under bootstrap configuration, is it supposed to be…
ericn
  • 12,476
  • 16
  • 84
  • 127
2
votes
1 answer

Hosting HIPPO CMS

I have built my own hippo project based on hippo-maven-archetype. I have prepared the PostgreSQL configuration of repository and created hippo database. Then I've built my app and run it by maven (mvn -Pcargo.run -Drepo.path=storage). All is ok,…
Koyotter
  • 51
  • 1
  • 9
2
votes
1 answer

Registration users in Hippo cms

I have another question about Hippo cms. I found out how login with login and password in Hippo cms using web page. (using /login/proxy with POST) but how can I register new users? Of course I do not want users to have to go into the console. I just…
Chytry
  • 367
  • 1
  • 13
2
votes
2 answers

Pretty url with Hippo CMS

I created a sitemapItem as : jcr configuration: doto/_default_/default/_any_ hst:relativecontentpath: doto/detail/${3} my url: todo/detail/todo-item4-from-cms-editor-user How can I get my title "todo-item4-from-cms-editor-user" from query…
Tlabs
  • 105
  • 8
2
votes
0 answers

Jplayer won't work with some mp3 (MPEG 2.5 Layer III)

I have a problem with some mp3 uploaded to my server (Hippo CMS). some of those mp3 are detected with a mime type : audio/mpeg : I don't have a problem with those files other mp3 are detected with a mime type : video/x-mpeg : then I can't…
Frederic Close
  • 9,389
  • 6
  • 56
  • 67
2
votes
1 answer

what can an editor do with the "none" option for a menu item in the menu editor?

We are exploring the new menu editor that exists now in the channel manager of hippo version 7.9.1. We found the documentation at [1]. But we still have a question. A menu item can have an internal or external link, or have destination "none". We…
b.leunis
  • 43
  • 3
2
votes
1 answer

Login page with Spring Security not working URL(http://localhost:8080/site/j_spring_security_check) goes to PAGE NOT FOUND

I am new to hippo and working on hippo cms site. I am working on creating a login page with spring security. For this I created the following files and did the configuration for spring and spring security. Here is my Login.jsp. <%@ taglib prefix="c"…
Rao Pranav
  • 249
  • 1
  • 5
  • 12
2
votes
0 answers

Enumerate all possible event log entries in HippoCMS

I'm trying to identify what user activities are recorded to the audit log in a Hippo CMS instance. My goal is to asses whether the entries are sufficiently detailed to conform to a customer's audit requirements. For what I understand, these events…
Eddy
  • 1,662
  • 2
  • 21
  • 36
2
votes
3 answers

Passing JSP parameters from one jsp to another : code uses HIPPO

I am trying to pass a parameter from one jsp file to another using From Index.jsp And then Accessing param main in footer.jsp using

The value :…

2
votes
2 answers

RSS feature of Hippo CMS to gets feed from facet

I am working on Hippo CMS, which has a plug-in for RSS feed the RSS can grab documents from existed folders. But I would like to implement a feature to let it grab document from facet but not real folder.So I can do something like…
Allan Jiang
  • 11,063
  • 27
  • 104
  • 165
1
vote
1 answer

Hippo CMS 7 CND file not configuring node?

I am trying to install the taxonomy and taxonomy picker plugins for the cms. I have the following cnd file within my namespaces…
minhngocd
  • 11
  • 3
1
vote
1 answer

Hippo custom essential plugin creation

How do we add our own plugin. Lets say a new add-on or feature which can be installed and used. How do we develop that? I am sorry i am new to this. Kindly help
1
vote
1 answer

Creating new users in hippo with custom properties

When we create users in cms console, i just dony want email, first name last name already provided by cms. I want to add custom properties like phone number or city or user type which arr project specific. I am stuck on this for days. Please help
1
2
3
11 12