dotCMS Blog

Team Blog

What's Coming in 2.3
05.01.2013 | Maria Bouza

After releasing dotCMS 2.2 in October, we will be releasing dotCMS 2.3 the first week of May of 2013. There are a lot of new features, improvements and fixes in this upcoming release. Here is a sneak peek of a few of them.
Read full post


Accessing Spring Beans from an OSGI Plugin
02.23.2013 | Maria Bouza

dotCMS has a built-in OSGI plugin that allows a developer to use the standard Spring Web MVC framework. This post shows how to also create and access Spring Beans from other classes, such as a Controller.
Read full post


Environments and Implementation/Life Cycle Strategy
11.12.2012 | Gabriela Gonzalez

Once you know dotCMS is the right product to host your website, one of the questions that is next to be answered is: "how many servers will I need?"
In this blog you will find the description of the basic set of environments that we recommend you to plan for during your initiation phase.
Also in the blog, we will talk about the different strategies you may follow to launch your new sites hosted in dotCMS and the life cycle that you will need to considered once your new website is live.

Read full post


Installing dotCMS on Amazon AMI (CentOS) instance
09.06.2012 | Matthew Pease

This is a procedure to get up and running with dotCMS on an Amazon EC2 instance, using the Amazon AMI (CentOS).
Read full post


Submitting Content Securely
09.06.2012 | Gabriela Gonzalez

Sponsored by HCA, the development of the Secure Form plugin allows the communication between public and private dotCMS instances so that the information submitted in a form is captured, transferred, and stored securely.

This post will give you a brief idea of how the basic submit process provided by the dotCMS Form Handler functionality has been modified to achieve a higher lever of security.
Read full post


Creating a Keyword Faceted Search in dotCMS 2.1
08.06.2012 | Maria Bouza

This blog will show you a step by step guide to create a keyword faceted search in dotCMS 2.1.
Learn how to create a new “keywords” tag field on your content types, use the tags as meta keywords on your templates and use ElasticSearch to create a keyword faceted search.
Read full post


Developing a Dynamic YouTube Search Widget
08.02.2012 | Jason Smith

This article will walk you through how to build a dynamic YouTube widget in dotCMS. You will learn how to use the YouTube API to search for videos and save them in your widget using Dojo.
Read full post


Sneak Peek of dotCMS 2.1
06.15.2012 | Maria Bouza

After releasing dotCMS 2.0 in May we’re set to release dotCMS 2.1 by the end of July. Here is a sneak peak of the features that will be released soon, hope you enjoy using them as much as our R&D team did building them!
Read full post


Developing a Forum in dotCMS
06.06.2012 | Arnaud Romary

The forum plugin was developed as a way to easily deploy the common functionalities of a forum on your dotCMS website. It offers a solution where discussions can take place, with forum members able to contribute and subscribe to topics and threads. Although a plugin needs to be deployed to take advantage of all of the features, the forum is based mainly on velocity code, structures and existing macros.
Read full post


Using dotCMS as a Document Management System (DMS)
06.04.2012 | Maria Bouza

In this blog post we will discuss how to implement a Document Management System using dotCMS and utilize Files as Content.
Read full post


Spring MVC Support in dotCMS 2.0
03.07.2012 | Will Ezell

dotCMS 2.0 now comes with support for the widely popular Spring MVC Web development framework.
Read full post


New in dotCMS 1.9 - Custom Fields and URL Mapping
02.25.2010 | Will Ezell

The dotCMS CTO walks through two new features included in dotCMS, Custom Fields and URL Mapping.
Read full post


Ignore the Spec - CMIS 1.0 is for Web Content Management too
02.03.2010 | Will Ezell

CMIS has been called a glorified wrapper for Document Management. But we are finding that CMIS answers many of web content management integration questions as well.
Read full post


Rehabilitating the Web With Section 508
11.02.2009 | Brent Pocker

The Rehabilitation Act was amended with section 508 a little over 10 years ago to require Federal agencies to deliver their electronic information in such a way that it is accessible for individuals with disabilities or impairments of some kind (low vision or low hearing for example). Section 508 mandates implementation of the accessibility measures set forth by the Web Accessibility Initiative (WAI).
Read full post


Best Practices with dotCMS Taxonomies
10.27.2009 | Dean Gonzalez

Despite all the fancy plugins, widgets, and fancy macros, the dotCMS really helps your website do just three simple things: store, retrieve, and display website data. Carefully designed wireframes help you plan how to display data but not necessarily how to properly label, segregate, and store it. This article makes some suggestions on how to take advantage of dotCMS taxonomies so that content can be retrieved and displayed easily and efficiently.
Read full post


dotCMS Enterprise: The Journey of a Bug.
10.20.2009 | Gabriela Gonzalez

Giving support to dotCMS EE clients on dealing with bugs that may restraint the proper behavior of their websites is one of the main goals to be achieved under dotCMS Enterprise model.
Read full post


dotCMS and Dojo
09.29.2009 | David Torres

It's been roughly two months since we included Dojo as part of the dotCMS core javascript framework. We chose Dojo after evaluating the most popular frameworks out there including JQuery, mootools, prototype/scriptaculous and YUI. Each of these frameworks is pretty good but none is perfect. Although none of them met all our requirements, Dojo was clearly the best fit due to its extensive set of rich widgets and form controls.
Read full post


Creating a flash piece that pulls content from dotCMS
09.08.2009 | Kyung S Kim

Updating content in Flash can be cumbersome and time consuming. Thankfully, simply reading content from a simple JavaScript (or XML) file provides an alternative to importing assets and recompiling a flash file for swf.
Read full post


Validating dotCMS Pages
09.01.2009 | Lianis Oliva

Validating large sites can be a daunting task. Aside from being aware of HTML best practices, it’s useful to understand some dotCMS idiosyncrasies and commonly encountered errors.
Read full post


dotCMS' content Import Tool: Or how to save time on bulk content imports and edits.
08.20.2009 | Arnaud Romary

Anyone can be a content editor in the dotCMS. No need to know any HTML or CSS, just fill in the blanks and select "Save and Publish" and you're set. This is not only true for the popular form-like "Add/Edit Content" page, but this concept also extends to one of the lesser known out-of-the-box tools of the dotCMS: the CSV import tool.
Read full post


dotCMS and the Scripting Worlds Collide
08.17.2009 | Jason Tesser

Have you ever worked within a CMS and thought to yourself, “I wish I could knock out a script in something I'm more familiar with?" If so, you're going to love the new dotCMS Scripting plugin. This plugin allows you to execute server side code directly from Velocity in these popular scripting languages: Ruby, Python, Groovy and Javascript. You can declare variables in your velocity code and use them within your scripting language. You can call methods or functions in your script (from Velocity). Best of all, you can access any dotCMS Java class directly from your php/ruby/js/python/groovy scripts.
Read full post


You Asked for it, You got it, PHP in dotCMS
08.09.2009 | Jason Tesser

There have been previous attempts to integrate PHP with dotCMS. The most difficult hurdle was figuring out how to get PHP files to live within the dotCMS browser tree and have all INCLUDES and REQUIRES work properly, which is key to running any PHP app in dotCMS. While the original effort to integrate PHP into dotCMS eventually lost steam, interest in a PHP+dotCMS solution remained strong.  The good news is that with our new Scripting Plugin, we took a little different approach to integrating PHP with dotCMS and in doing so, solved the issues that originally stopped us.
Read full post


Implementing multilingual sites using dotCMS
08.03.2009 | Maria Bouza

After a couple of large scale multilingual implementations in of dotCMS we thought we should share some of the lessons learned and recommend some best practices. Over the years we have implemented many "bilingual" sites, however in the process of implementing an extensive and diverse multi-lingual site we had to find solutions to a number of challenges.
Read full post


Must haves for any CMS
04.24.2009 | David Torres

I'm going to highlight the features that any Content Management System (CMS) worthy of the acronym should offer. I think there are concepts, best practices and technologies related to this term that the many CMSs offer in varying degrees.
Read full post


Why dotCMS plugins change everything…
03.27.2009 | Will Ezell

The pending release of dotCMS 1.7 is the most stable, solid, performant release of dotCMS to date. We have spent countless hours and development cycles improving and QAing the multitude of functionality included in dotCMS. There are also a host of new features, which we’ll talk about later. So of course all that’s great news. Blah, blah, blah.
Read full post


Tag, we are it...
03.17.2009 | Will Ezell

Riffing on the facebook and social networking meme to reveal all about yourself, dotCMS is pleased to respond to Kas Thomas's "reality checklist" for CMS vendors.
We hope that these responses prove, prove! the fact that we here at dotCMS get it. But there is one thing we still don't get - how can we have a cool star rating graphic like Magnolia, Alfresco and Day have?
Boris, thanks for the tag and congratulations on Magnolia's 4.0 release. See Boris's Blog.
Read full post