Using only ${OFBIZ_HOME}/specialpurpose/ecommerce component

Previous Topic Next Topic
 
classic Classic list List threaded Threaded
3 messages Options
Reply | Threaded
Open this post in threaded view
|

Using only ${OFBIZ_HOME}/specialpurpose/ecommerce component

rrhati2010
Hi,

I want to use only the "ecommerce" component. So what all components I need to prevent from loading during the ofbiz application start-up i.e from "component-load.xml" present the
a. application
b. framework
c. specialpurpose
folders, so that, the application uses less memory and improve it's performance.
RRH
Reply | Threaded
Open this post in threaded view
|

Re: Using only ${OFBIZ_HOME}/specialpurpose/ecommerce component

Bilgin Ibryam-2
You can disable specialpurpose components w/o much worries.
As for the components in application and framework, you have to do that by
checking each component separately, because most of them are internally used
by ecommerce. For example party, catalog, order, facility, accounting,
content are all required for ecommerce  to work properly.

If you need only a web store application, you may even consider other
solutions (like osCommerce), because ofbiz is more than a web store.

Bilgin

On Tue, May 25, 2010 at 10:40 AM, rrhati2010 <[hidden email]> wrote:

>
> Hi,
>
> I want to use only the "ecommerce" component. So what all components I need
> to prevent from loading during the ofbiz application start-up i.e from
> "component-load.xml" present the
> a. application
> b. framework
> c. specialpurpose
> folders, so that, the application uses less memory and improve it's
> performance.
>
> --
> View this message in context:
> http://ofbiz.135035.n4.nabble.com/Using-only-OFBIZ-HOME-specialpurpose-ecommerce-component-tp2229735p2229735.html
> Sent from the OFBiz - Dev mailing list archive at Nabble.com.
>
Reply | Threaded
Open this post in threaded view
|

Re: Using only ${OFBIZ_HOME}/specialpurpose/ecommerce component

rrhati2010
Thanks Bilgin for your suggestions....
But I need to use ecommerce component along with ordermanager,catalogmanager,contentmanager and accounting as well which i need at the admin perspective view as a store administrator....apart from these as per ur suggestion I need to check which all components are related to others.

Taking all these into consideration I used Ofbiz rather than Oscommerce etc...


RRH