[opencms-dev] Creating Modules

Christian Steinert christian_steinert at web.de
Thu Sep 7 22:50:59 CEST 2006


To get started, take a look at the opencms taglib and scriptlet documentation sections. Both are part of the Alkacon documentation which comes pre-installed with opencms.

Then, it is also a good idea to look at the Javadocs for the classes CmsJspActionElement and CmsObject
These two are the most important classes for accessing the functionality of opencms. 

The Alkacon taglib docs describe how you get an instance of CmsJspActionElement in your own jsp pages.
You can get a CmsObject instance by calling cmsJspActionElement.getCmsObject()


regards
christian

> 
> 
> well, for me the most helpful so far were the javadoc stuff and the 
> alkacon module sources (to see how things are done there).
> 
> .rm
> 
> 
> 
> Daniel Molina (Inter-Media) schrieb:
> > Thanks, a great tutorial.
> > 
> > Now -- with the reformulated question -- Is there a good tutorial or
> > reference manual
> > on making custom programming for OpenCMS?, to build more complete modules,
> > 
> > Thanks again, and best regards...
> > DMW
> > 
> > Christian Steinert wrote:
> > 
> >> Daniel Molina (Inter-Media) schrieb:
> >>  
> >>
> >>> Hello,
> >>>
> >>>    Can someone send me a link to a complete tutorial on creating
> >>> modules for OpenCMS?.
> >>>
> >>> Regards.
> >>>  
> >>>    
> >>>
> >> A module is just a container.  The completeness comes when you add some
> >> Java or JSP code, some language files or whatever to it and so what a
> >> module is and what is needed to make it 'complete' depends very much on
> >> your aims and on custom programming.
> >>
> >> But there is a very good tutorial under
> >> http://www.wdogsystems.com/opencms/opencms/demos/structured_content_editing.html
> >> which shows how to create a structured xml content type and some
> >> templates and pages around it. To accomplish this, the tutorial also
> >> shows a bit how to create a module.
> >>
> >> hth
> >> christian
> >>  
> >>
> >>
> >> ------------------------------------------------------------------------
> >>
> >>
> >> _______________________________________________
> >> This mail is sent to you from the opencms-dev mailing list
> >> To change your list options, or to unsubscribe from the list, please visit
> >> http://lists.opencms.org/mailman/listinfo/opencms-dev
> 
> _______________________________________________
> This mail is sent to you from the opencms-dev mailing list
> To change your list options, or to unsubscribe from the list, please visit
> http://lists.opencms.org/mailman/listinfo/opencms-dev


______________________________________________________________________
XXL-Speicher, PC-Virenschutz, Spartarife & mehr: Nur im WEB.DE Club!		
Jetzt gratis testen! http://freemail.web.de/home/landingpad/?mc=021130




More information about the opencms-dev mailing list