Questions tagged [magnolia]

Magnolia is an open source Java- and JCR-based content management system, targeted at the enterprise.

For more information on Magnolia, visit the Magnolia Community Website, the Documentation Site, the Magnolia Academy or the Forum.

585 questions
34
votes
2 answers

Java-based CMS with RESTful service / API to access content

For those who might vote to close this question due to "not constructive - As it currently stands, this question is not a good fit for our Q&A format." - Would be great if you would suggest where should I post this question…
TS-
  • 4,311
  • 8
  • 40
  • 52
25
votes
4 answers

What CMS to use for Spring MVC web application and device responsive web design?

I'm looking for designing a small eCommerce website for my business. I ll be using Spring and Java stuffs in the backend. And the website should be device responsive. I'm very confused to decide which CMS to use. Please someone help me.
Suren Raju
  • 3,012
  • 6
  • 26
  • 48
14
votes
1 answer

What does the ! (exclamation point) in FreeMarker do?

I keep seeing exclamation points at the end of FreeMarker code in Magnolia code examples. For example: ${content.header!} What is the exclamation point called and what does it do?
Ryan Payne
  • 5,249
  • 4
  • 28
  • 69
12
votes
1 answer

How to impersonate user using SwitchUserFilter in Spring?

I do not have knowledge on Spring Impersonating user. I have gone through some sample code of configuration for impersonating user and noticed that SwitchUserFilter is used for this implementation. How to implement impersonate user using Spring…
Sachi-17
  • 499
  • 4
  • 12
  • 29
11
votes
1 answer

Using maven overlays in webapp run configuration using IntelliJ?

I am developing a magnolia based website. I am using the webapp archetype to create a new web application. Using the command line I am able to produce a WAR and deploy that in my container (Tomcat). I then run it and it works fine. My next step was…
Stefan Hendriks
  • 4,705
  • 5
  • 34
  • 43
9
votes
9 answers

Problems with Java garbage collector and memory

I am having a really weird issue with a Java application. Essentially it is a web page that uses magnolia (a cms system), there are 4 instances available on production environment. Sometimes the CPU goes to 100% in a java process. So, first…
Juan Antonio Gomez Moriano
  • 13,103
  • 10
  • 47
  • 65
5
votes
1 answer

How do I redirect to a new page in a FreeMarker template?

I'm using a custom Magnolia forms module (built internally at my company). When the user successfully submits the form, I want to redirect the user to a success page. This could be done in the module itself. However, if the user does not…
Ryan Payne
  • 5,249
  • 4
  • 28
  • 69
5
votes
7 answers

hands on (+6 months) experience with Magnolia and Jahia, what's better?

we are looking into a java based CMS (yes java, we are moving away from scripting languages). Anybody has hands on experience with teh community editions of Magnolia and Jahia, what's easer to make modules against and what's your overall…
R. van Twisk
  • 434
  • 6
  • 14
5
votes
1 answer

Publishing from Author to Public in Magnolia CMS

I am just trying out Magnolia CMS. I have hit a stumbling block. My steps: Followed the hello-magnolia tutorial. That all works fine in Author (localhost) mode. Clicked Publish (including sub-nodes) Go to the public site (on my localhost…
steakpi
  • 953
  • 1
  • 6
  • 11
5
votes
1 answer

Resteasy and Spring integration without Spring ContextLoadListener

I am using Resteasy and Spring for my project. As Resteasy document said: http://docs.jboss.org/resteasy/docs/3.0.1.Final/userguide/html_single/index.html#RESTEasy_Spring_Integration. I need to add a listener in the web.xml file:
ttt
  • 3,934
  • 8
  • 46
  • 85
4
votes
2 answers

how to integrate magnolia cms with spring mvc?

I'm trying to integrate my spring application with magnolia through the blossom module, but I'm having trouble understanding how to do this. I've read alot on this subject, but I still don't actually know how my web.xml and applicationContext.xml…
Marius
  • 970
  • 1
  • 16
  • 36
4
votes
2 answers

OpenType Layout tables used in font ArialMT are not implemented in PDFBox

I'm using the CMS Magnolia in one of our projects. In the log files there are many errors like: OpenType Layout tables used in font ArialMT are not implemented in PDFBox What impact has this on a PDF? Can it be opened? Does it look 'nice' or is it…
Ulli Scheel
  • 41
  • 1
  • 2
4
votes
4 answers

CMS - Alfresco, Magnolia, Drupal and Joomla Comparison

I am comparing Alfresco, Magnolia & Joomla especially specific to following features: a. Ease of Integration of user created templates. b. JCR (JSR-170?) or CMIS compliance. c. Scalability in architecture. d. Mobile site deployment. …
happyfeet
  • 133
  • 1
  • 2
  • 8
4
votes
1 answer

Which transformerClasses to use for complex Magnolia forms

I need to define a dialog, consisting of a several basic fields (text) nested in a switchable field, which itself is nested in a composite field, which itself is nested in a multivalue field. Multivalue -> Composite -> Switchable ->…
lunatikz
  • 716
  • 1
  • 11
  • 27
4
votes
2 answers

Magnolia rich text fields

I'm looking at outputting Rich Text in Magnolia directly to the front-end. I'm defining the field as below: @TabFactory("Content") public void contentTab(UiConfig cfg, TabBuilder tab) { tab.fields( …
bashaus
  • 1,614
  • 1
  • 17
  • 33
1
2 3
38 39