Questions tagged [opencms]

OpenCms is an open source content management system written in Java. It is distributed by Alkacon Software under the LGPL license. OpenCms requires a JSP Servlet container such as Apache Tomcat.

It is a CMS application with a browser-based work environment, asset management, user management, workflow management, a WYSIWYG editor, internationalization support, content versioning, and more features.

OpenCms was launched in 1999, based on its closed-source predecessor MhtCms. The first open source version was released in 2000.

OpenCms has been used by large organizations such as the LGT Bank of Lichtenstein, BP South Africa, and UNICEF Netherlands. Other major corporations, such as AT&T, may also use this software.

146 questions
59
votes
5 answers

Open Source Java CMS

Can anyone suggest a good open source cms for java? I have not used any java cms but I have used wordpress. Looking around google I have short listed openCMS, dotCMS and Liferay. Has anyone used these? which one of these would be a "good" CMS. It…
webDeveloper
  • 1,284
  • 3
  • 16
  • 31
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
19
votes
11 answers

Programmatically convert a video to FLV

i am currently working on a web application that needs to accept video uploaded by users in any format (.avi, .mov, etc.) and convert them to flv for playing in a flash-based player. Since the site is OpenCms-based, the best solution would be a…
Raibaz
  • 9,280
  • 10
  • 44
  • 65
7
votes
2 answers

Component Scan not finding @Component's in a JAR in Tomcat webapp

I just filed a bug in the Spring bugsystem ( https://jira.springsource.org/browse/SPR-8551 ), but I am still unsure if I am missing something I tracked down a problem with to this statement. Given the two following classes…
AdrianRM
  • 2,622
  • 2
  • 25
  • 42
5
votes
2 answers

Filesystem-based web content

I plan to pull my Java web apps's content from a filesystem, for the sake of simplicity of editing. These files will be most probably only a text in a simple markup like JTexy or Markdown. What I plan to implement is a tree-like structure keeping…
Ondra Žižka
  • 43,948
  • 41
  • 217
  • 277
3
votes
5 answers

Is Joomla good for social networking site? Un-biased pros and cons on Joomla

We have used Joomla as an out-of-box CMS for our company website. Now we got a requirement from customer to create a travel recommendation website. Customer never used Joomla for programming. He has used Joomla as a out-of-box component. They…
user90150
3
votes
2 answers

Adding a tag cloud to an OpenCMS website

I'm working on an intranet website based on OpenCMS and I'd like to include a tag cloud to the site. I've found some opensource tagcloud java libraries (like OpenCloud). Do you have any experience with wiring those two (or other tagcloud…
John Manak
  • 13,328
  • 29
  • 78
  • 119
3
votes
1 answer

How to find an analyzed term with a fuzzy (approximate) search in Lucene-3x?

The query 'laser~' doesn't find 'laser'. I'm using Lucene's GermanAnalyzer to store documents in the index. I save two documents with "title" fields "laser" and "labor" respectively. Afterwards I perform a fuzzy query laser~. Lucene only finds the…
Alberto
  • 5,021
  • 4
  • 46
  • 69
3
votes
2 answers

Opencms Spring Integration

Can anyone please help me how to integrate OpenCMS with a Java Spring Web Application.Already googled and gone thru a lot of websites but no use.So, please help me.
user1499642
  • 51
  • 2
  • 4
3
votes
2 answers

Mapping OpenCMS structured content XML field to a SOLR field

We are trying to map an OpenCMS structured content XML field to a SOLR field in order to perform a search using that field as a filter. The XML field is described this way in the XSD file:
Arturo
  • 713
  • 7
  • 14
3
votes
1 answer

What java based CMS can manage existing pages' content?

We have an existing and running java web application, currently the pages' content is static but the pages are still jsp files, they have look and feel designed specifically. My customer now wants to use CMS to manage the update of content like…
user1458290
  • 279
  • 2
  • 7
  • 18
3
votes
2 answers

Options for creating a mobile version of a website running on OpenCMS?

My client has an existing commercial website developed using OpenCMS and they want to create a mobile version of the same. I have seen websites starting with "m." instead of "www." I am guessing these are the mobile versions of the websites which…
Ashin Mandal
  • 463
  • 1
  • 6
  • 19
2
votes
3 answers

Learning OpenCMS

I am finding for the good resources to learn OpenCMS. Please provide the guideline/best practices to develop an OpenCMS based websites. Any kind help is appreciated.
zawhtut
  • 8,335
  • 5
  • 52
  • 76
2
votes
1 answer

OpenCMS - howto explose a flat structure instead of a folder/tree structure

I would like to have a tree/ folder structure for my content but would like all pages to be served as a flat URL. E.g. the page located at /cat1/subcat2/tulips.html would be served at: http://example.com/tulips.html and the page located at…
Assafn
  • 187
  • 1
  • 10
2
votes
0 answers

How to establish the communication between spring and opencms?

I already developed a spring application with xml configuration and as a view technology I used JSP's.Now I got a requirement to integrate my application with opencms(content management system) . My application contains a blog page when user clicked…
1
2 3
9 10