Hello Alfridi,
There are two things to know about the already existing modules :
- they are by default mounted as webapp
- each service, script, template, form can be included/called by another
ofbiz module

So when you create a brand new ecommerce, you usually :
- create your own application that is mounted as a webapp (usually at the
root level)
- you create your new templates/forms/scripts/services/entities and try to
reuse the most possible of scripts/services/entities of the others modules

Once everything is great and you can deliver to production, you update the
ofbiz-component.xml of each of the default Ofbiz modules you are not
interested by, and you comment the last parts (data seeds and webapp
declaration). Like this these applications would only be loaded by ofbiz as
component and nobody can access them directly through an url.

Hope it helps

Patrick

2008/9/13 Afridi <[EMAIL PROTECTED]>

>
> Hello,
>      I have a question regarding the ofbiz modules. I want to develop an
> ecommerce product and want to use ofbiz as a base. My question is can I
> reuse the features from some of the applications or only use specific
> applications like catalog,cms,order only and disabling other
> applications.How is this possible?
>      If not then do I need to redevelop the whole application according to
> my requirements?Please suggest how should I go about it.
>
>
> Thanks,
> Afridi
>
> --
> View this message in context:
> http://www.nabble.com/Regarding-Customization-of-ofbiz-tp19468380p19468380.html
> Sent from the OFBiz - User mailing list archive at Nabble.com.
>
>

Reply via email to