Hi Gregor. I've been working with OpenCms for 6 months. I had to either develop an application with OpenCms or find another job. Some people love it. I still wonder why. If I had a choice I would run away from OpenCms and spend my time learning something else. You will need plenty of time to get familiar with OpenCms implementation and configuration.<br>
I am sorry if that is not what you or others like to hear. It is just another point of view.<br><br><br><div class="gmail_quote">2009/8/30 Paul-Inge Flakstad <span dir="ltr"><<a href="mailto:flakstad@npolar.no">flakstad@npolar.no</a>></span><br>
<blockquote class="gmail_quote" style="border-left: 1px solid rgb(204, 204, 204); margin: 0pt 0pt 0pt 0.8ex; padding-left: 1ex;">Hello Gregor!<br>
<br>
I was first introduced to OpenCms around 18 months ago. I came straight out of scool (where focus had been on OOP) and thinking back to that time, I had a lot of the same questions you do (although I knew I _had_ to learn OpenCms as it was already decided). What I did, was I didn't use OpenCms' template one/two. I set out to create stuff myself, in an effort to learn the system. Maybe not the best idea, but it certainly gave me some insight, relatively fast. Before long, I also read the book (OpenCms 7 Development), which helped me a lot. It may be the single most useful resource if you want to learn OpenCms, IMO.<br>

<br>
Now, I know there's not any good beginner guides out there. Such things are mostly scattered around the mailing list, forums and whatnot. But it isn't all that hard to build stuff from scratch. You'll just have to familiarize yourself a bit with OpenCms and its mechanics; templates, resource types, properties, collectors - and last but not least, modules. The hardest part for me was understanding the way templates work, since I wasn't too familiar with the concept of templates.<br>

<br>
I'd recommend you spend some days just setting up a test-site so you can fiddle around with these things. Being familiar with Java will help you, as you will be able to examine the docs. There are a lot of classes in OpenCms. Starting out, here are a handfull of the important ones (add the opencms.jar library in your IDE project):<br>

CmsJspActionElement / CmsJspXmlContentBean<br>
CmsObject<br>
CmsResource / CmsFile<br>
<br>
and also:<br>
OpenCms (in org.opencms.main)<br>
CmsProperty<br>
(CmsJspNavElement)<br>
<br>
Also, you should read anything about "creating structured content", "defining custom xmlcontent" and so on. Structured content (also called xmlcontent, which is the "general type name" OpenCms uses for all types of structured content) is a simple way for you to define your own (structured) resource types. You do the definition using one or more XSDs, and this is explained several places online and also in the book. This is perhaps a more advanced topic, often involving the creation of a new module, but I would not wait with this. It is essential if you're thinking of building stuff from scratch rather than using OpenCms' template one/two.<br>

<br>
I hope you do not ditch OpenCms. It is really a great tool, and my bet is you'll enjoy it once you get to know it. Ask your specific questions here on the mailing list, and I'm sure we'll try to help you along. :)<br>

<br>
Cheers,<br>
Paul<br>
________________________________________<br>
Fra: <a href="mailto:opencms-dev-bounces@opencms.org">opencms-dev-bounces@opencms.org</a> [<a href="mailto:opencms-dev-bounces@opencms.org">opencms-dev-bounces@opencms.org</a>] p&#229; vegne av Florian Heinisch [<a href="mailto:florian.heinisch@3kraft.com">florian.heinisch@3kraft.com</a>]<br>

Sendt: 28. august 2009 18:13<br>
Til: The OpenCms mailing list<br>
Emne: Re: [opencms-dev] Beginner completely lost<br>
<div><div></div><div class="h5"><br>
Hi Gregor,<br>
<br>
apparently you feel the same way I did when I started with OpenCMS.<br>
Except of you already have read the OpenCMS book ;-)<br>
Well, IMHO OpenCMS has a really steep learning curve. As the standard<br>
installation of OpenCMS provides a lot of features it might not that<br>
easy to grasp every little detail of OpenCMS at the very beginning.<br>
I fully agree with you the documentation that comes along with OpenCMS<br>
is not very beginner-friendly. And as far as I know there is no<br>
complete "how-to-build-a-website-from-scratch" tutorial. You'll have<br>
to grab all the necessary information from different sources.<br>
<br>
Nevertheless, if you are firm with Java and the concept of a J2EE web<br>
application you should be able to get your website up and running with<br>
OpenCMS.<br>
Therefore, I would suggest you'll do the following:<br>
1. Install OpenCMS with all the template2 modules<br>
2. Follow the instructions in the OpenCMS book to setup your<br>
development environment (Eclipse) with WebDAV for efficient development<br>
3. Develop a template from scratch as described in the OpenCMS book in<br>
order to convert your website layout into a OpenCMS template<br>
4. Have a look at the existing content types (such as Article, News,<br>
etc.) that come along with the standard OpenCMS installation<br>
(template2). For the case that these content types do not fit your<br>
needs, develop your own (also described in the book and in the OpenCMS<br>
wiki).<br>
<br>
That's it basically. Feel free to share your problems with the mailing<br>
list for the case that topic was not discussed yet :)<br>
If you'll drop OpenCMS in favor of another open source Java-based CMS<br>
please let me know which one and for what reason (personal interest).<br>
<br>
Good luck,<br>
<br>
Florian<br>
<br>
<br>
<br>
On Aug 28, 2009, at 5:39 PM, Gregor Schneider wrote:<br>
<br>
> -----BEGIN PGP SIGNED MESSAGE-----<br>
> Hash: SHA1<br>
><br>
> Hi there,<br>
><br>
> I'm looking for an CMS in Java since due to our security-policy PHP is<br>
> not an option, and we don't know our ways aorund in Perl.<br>
><br>
> Therefore, OpenCMS is (was?) one of our candidates, and has been my<br>
> personal favourite until I started testing.<br>
><br>
> Giving you some background-information:<br>
><br>
> Installation 1:<br>
><br>
> - - OS: Debian Edge<br>
> - - DB. MySQL 5<br>
> - - Java: SUN JDK 1.6<br>
> - - Webserver: Tomcat 6<br>
><br>
> Installation 2:<br>
><br>
> - - OS: Windows XP<br>
> - - DB: MySQL 5<br>
> - - Java: SUN JDK 1.6<br>
> - - Webserver: Tomcat 6<br>
><br>
> On both installations I'm using OpenCMS 7.5<br>
><br>
> Myself:<br>
><br>
> I know my ways around in Java, JSPs, Servlets, Tomcat-Administration,<br>
> so there should hopefully not be any lack of knowledge of essential<br>
> components<br>
><br>
> However:<br>
><br>
> After having set up OpenCMS, all the questions began:<br>
><br>
> - - Where's the documentation?<br>
> - - Where's any sort of a good tutorial?<br>
> - - How do i...?<br>
><br>
> I have to setup a complete new webpage, so just editing the<br>
> demo-applications doesn't help at all.<br>
><br>
> What I'm really, really missing is a step-by-step-howto showing the<br>
> following:<br>
><br>
> All tutorials / books I read just start somewhere in between showing<br>
> how to hack into existing pages, but not how to set up a new site from<br>
> scratch.<br>
> And yes, I looked into the Wiki, however, the points of interest don't<br>
> contain anything but a headline.<br>
><br>
> Currently I feel that OpenCMS is one of those really bad examples of<br>
> an OpenSource-project, where the code is the docs. Ok, I'm exagerating<br>
> a bit.<br>
><br>
> So if anybody could give me a piece of advice how to set up a new page<br>
> incl. new templates, how to start, what's the best practices etc., I'd<br>
> really, really appreciate this.<br>
><br>
> My other option is to dump OpenCMS as a cms for our company, which I<br>
> really dislike, however, currently that seems to be the most likely<br>
> option.<br>
><br>
> And yes, Ive read<br>
><br>
> - - <a href="http://opencmsnewbie.netfirms.com/" target="_blank">http://opencmsnewbie.netfirms.com/</a><br>
> - - <a href="http://www.opencms-wiki.org" target="_blank">http://www.opencms-wiki.org</a><br>
><br>
> The book from Packt Publishing: OpenCms.7.Development (Apr.2008)<br>
><br>
> Again, any hints are really, really appreciated.<br>
><br>
> Cheers<br>
><br>
> Gregor<br>
> - --<br>
> just because your paranoid, doesn't mean they're not after you...<br>
> gpgp-fp: 79A84FA526807026795E4209D3B3FE028B3170B2<br>
> gpgp-key available<br>
> @ <a href="http://pgpkeys.pca.dfn.de:11371" target="_blank">http://pgpkeys.pca.dfn.de:11371</a><br>
> @ <a href="http://pgp.mit.edu:11371/" target="_blank">http://pgp.mit.edu:11371/</a><br>
> skype:rc46fi<br>
><br>
> -----BEGIN PGP SIGNATURE-----<br>
> Version: GnuPG v1.4.6 (MingW32)<br>
> Comment: Use GnuPG with Firefox : <a href="http://getfiregpg.org" target="_blank">http://getfiregpg.org</a> (Version:<br>
> 0.7.8)<br>
><br>
> iD8DBQFKl/nr07P+AosxcLIRAthcAKCGEKdZyfUMv5vLb7vRryWOeC+WBwCbBePo<br>
> hHHNNHTgcPbgqcSvgOVNBMA=<br>
> =dMGb<br>
> -----END PGP SIGNATURE-----<br>
><br>
> _______________________________________________<br>
> This mail is sent to you from the opencms-dev mailing list<br>
> To change your list options, or to unsubscribe from the list, please<br>
> visit<br>
> <a href="http://lists.opencms.org/mailman/listinfo/opencms-dev" target="_blank">http://lists.opencms.org/mailman/listinfo/opencms-dev</a><br>
<br>
<br>
_______________________________________________<br>
This mail is sent to you from the opencms-dev mailing list<br>
To change your list options, or to unsubscribe from the list, please visit<br>
<a href="http://lists.opencms.org/mailman/listinfo/opencms-dev" target="_blank">http://lists.opencms.org/mailman/listinfo/opencms-dev</a><br>
<br>
_______________________________________________<br>
This mail is sent to you from the opencms-dev mailing list<br>
To change your list options, or to unsubscribe from the list, please visit<br>
<a href="http://lists.opencms.org/mailman/listinfo/opencms-dev" target="_blank">http://lists.opencms.org/mailman/listinfo/opencms-dev</a><br>
</div></div></blockquote></div><br>