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
2
votes
2 answers

Which Java CMS can communicate with EJBs deployed on the same application server?

I already asked this question over at serverfault, but perhaps it's better to ask here. We developed a JavaEE6 application. This application is basically something similar like a backend to a webshop (no user interface at all, just calculations/data…
andreas-h
  • 10,679
  • 18
  • 60
  • 78
2
votes
1 answer

OpenCMS production practices

I'm (very) new to OpenCMS, and so is everyone else on my team. We've just started a new project and we're using OpenCMS. Right now we have an instance of OpenCMS running on each developer's machine, as well as a production server. We're using…
Jay
  • 901
  • 1
  • 8
  • 18
2
votes
1 answer

What does this command mean and what functions performs?

In this tutorial I read about this command- -Djava.awt.headless=true From text I don't understand role of this command. In Tomcat's documentation I didn't find anything about it. Where should I use and enter it?
Iga
  • 323
  • 1
  • 4
  • 18
2
votes
1 answer

OpenCms 10 Content storing in the database

I am new to OpenCms. My Question is, if I create a template in OpenCms VFS (virtual file system) as a JSP file and add some contents like an image, text, link text, etc.: where will that content stored in the MySQL database? are all these contents…
2
votes
2 answers

How to assign multiple url patterns to same container page in opencms

I want to call particular container page with different url patterns www.abc.com /accounts/india- accounts /account-details?id= XXXXX www.abc.com/ accounts /india- accounts / account-details /xxxxx here account-details is the common container page.…
2
votes
3 answers

Integration of Java application with OpenCms

I want to know how to integrate a Java web application with OpenCms contents. Is it possible to integrate a Java application with OpenCms?
sreekanth
  • 31
  • 1
  • 3
2
votes
0 answers

customize opencms carousel element

opencms provides carousel element. but as per my requirement i need a carousel with thumbnail(which is not available in opencms). do i need to make changes in carousel.jsp(in com.alkacon.bootstrap.formatters/formatters). if it is the right way then…
Gora
  • 417
  • 2
  • 5
  • 14
2
votes
1 answer

LifeRay alternative in asp.net c#

I have explored some of the features of LifeRay from past few months. But due to high on hardware and development resource I would not want to go with LifeRay. Is there any good alternative to liferay in asp.net c#. I have seen following CMS…
A Bright Worker
  • 1,298
  • 14
  • 21
2
votes
8 answers

CMS for plain HTML website

Hello I got a website with around 5-6 pages (plain html). There are areas in these pages where I need to update occassionally. Is there any free / opensource CMS to maintain these editable areas of HTML page. Thanks
Sreedhar
  • 29,307
  • 34
  • 118
  • 188
2
votes
0 answers

Replicate pages from OpenCms to Liferay

I know this is a duplicate post but I needed help here. I had posted about my query before on how should I approach to migrate a website which is currently in OpenCms into Liferay. I will share whatever I have found on internet and a reply that I…
user2822187
  • 307
  • 2
  • 11
  • 26
2
votes
1 answer

Web Services integration with opencms

I am new to OpenCms and I am doing some POC on it.I have googled a lot but I didn't find anything regarding web services integration with opencms. I want to know how we can integrate Web services with openCms.
2
votes
4 answers

Can OpenCms be integrated, or used, with an IDE?

I'm starting with a new project where we'll be using OpenCms. Can the workplace be integrated to an IDE, and which one is it ?
DJphilomath
  • 2,550
  • 2
  • 15
  • 11
2
votes
1 answer

How to enable jsp-tags autocompletion in NetBeans within NetBeans Maven projects?

Using NetBeans 7.1.2. When editing pages with NetBeans as per the procedure explained below, the IDE offers only autocompletion for tags: This is how I have created the NetBeans project and the jsp (though it isn't archetype specific, nor…
Alberto
  • 5,021
  • 4
  • 46
  • 69
1
vote
0 answers

running administration point

i am working on new modul for OpenCMS. In /system/workplace/admin i made directory and set up all properties well because in administration, i can see my new modul - i see icon of module, also i can click on it and enter in to new module. Here is…
smonty
  • 73
  • 4
  • 7
1
vote
1 answer

Creating Java Client for CMIS-based server

I am still new in CMIS subject , and I am still searching learn about that, What I want to do is to create a Java client that upload report to any content management that support "The CMIS v1.0 OASIS Standard Specification". such as Alfresco ,…
Bader
  • 3,656
  • 9
  • 38
  • 55
1
2
3
9 10