I would like to create custom models for a web-site in wcm quick start. I checked the wcm quick start developer guide and it provides great details about the default web site components like ws:website ws:section ws:webroot ws:webassetCollectionFolder ws:webassetCollection ws:indexPage ws:article ws:visitorFeedback ws:visitorFeedbackSummary wsublishqueueentry ws:webasset aspect
All of these are configured with-in the model-context spring bean configuration file.
In the sample bean configuration as below <bean id="wcmquickstartmodule_article" class="org.alfresco.module.org_alfresco_module_wcmquickstart.model.ArticleType" init-method="init"> <property name="nodeService" ref="nodeService" /> <property name="policyComponent" ref="policyComponent" /> </bean>
I could not find the org.alfresco.module.org_alfresco_module_wcmquickstart.model.ArticleType class file and the corresponding java source file?
I would like to define custom model types in a web site ?? I am looking for some guidelines and pointers…