views:

92

answers:

3

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 ?

Can you suggest me any tutorial or ebook by the way?

A: 

If you're just going to develop on your local machine, I'd recommend the OpenCms Module Developer for Eclipse. The only thing you have to be aware of, is setting the encoding of the files to the same (by default Eclipse has some ISO-9... for editors which can be changed in the preferences). Otherwise you could utilize the webdav-access to the VFS to edit with your favorite Editor.

The OpenCms Wiki might help as well in general.

lostiniceland
A: 

A good ebook on OpenCms is https://www.packtpub.com/opencms-7-development/book

Mathias Lin
A: 

This should help if you use Maven (which you can use with Eclipse):

Fully automated builds with the OpenCms-Maven-Plugin:

OpenCms-Maven is an open source project ... to ease the build and versioning process of OpenCms projects. The core of the project is a Maven plugin that enables full automated OpenCms builds and provides functionality to synchronize virtual file system resources of OpenCms with a real file system.

Andreas Kuckartz