Hi all,
I started work with Apache OfBiz and want create following solution. When I create new application on OfBiz I must use some powerful bases (commons) OfBiz modules (for example from ‘framework’ directory) and I can deploy only one my application on OfBiz. But I want create several applications like 'framework/example', with will work with difference database, but use one application server and common OfBiz components. Can you help me? Thanks in advance. Best Regards, Pavel Drobushevich mailto: [hidden email] icq: 450345393 skype: pavel_drabushevich |
You have touched on several points that are best dealt with by you
becoming familiar with ofbiz framework. Highlights to your questions: you can put your applications in different folders in the hotdeploy folder You can disable or hide current applications the delegator you use defines what database you are using. if you have not already reviewed these documents, i suggest that is where you start. http://docs.ofbiz.org/display/OFBADMIN/OFBiz+Documentation+Index Pavel Drobushevich sent the following on 7/7/2009 2:32 AM: > Hi all, > > I started work with Apache OfBiz and want create following solution. When I > create new application on OfBiz I must use some powerful bases (commons) > OfBiz modules (for example from ‘framework’ directory) and I can deploy only > one my application on OfBiz. > But I want create several applications like 'framework/example', with will > work with difference database, but use one application server and common > OfBiz components. > Can you help me? > > Thanks in advance. > > > Best Regards, > Pavel Drobushevich > mailto: [hidden email] > icq: 450345393 > skype: pavel_drabushevich > -- BJ Freeman http://www.businessesnetwork.com/automation http://bjfreeman.elance.com http://www.linkedin.com/profile?viewProfile=&key=1237480&locale=en_US&trk=tab_pro Systems Integrator. |
Hi,
Thanks. I study these documents, but may be I was inattentive. Best Regards, Pavel Drobushevich mailto: [hidden email] icq: 450345393 skype: pavel_drabushevich On Tue, Jul 7, 2009 at 12:43, BJ Freeman <[hidden email]> wrote: > You have touched on several points that are best dealt with by you > becoming familiar with ofbiz framework. > Highlights to your questions: > you can put your applications in different folders in the hotdeploy folder > You can disable or hide current applications > the delegator you use defines what database you are using. > if you have not already reviewed these documents, i suggest that is > where you start. > http://docs.ofbiz.org/display/OFBADMIN/OFBiz+Documentation+Index > > Pavel Drobushevich sent the following on 7/7/2009 2:32 AM: > > Hi all, > > > > I started work with Apache OfBiz and want create following solution. When > I > > create new application on OfBiz I must use some powerful bases (commons) > > OfBiz modules (for example from ‘framework’ directory) and I can deploy > only > > one my application on OfBiz. > > But I want create several applications like 'framework/example', with > will > > work with difference database, but use one application server and common > > OfBiz components. > > Can you help me? > > > > Thanks in advance. > > > > > > Best Regards, > > Pavel Drobushevich > > mailto: [hidden email] > > icq: 450345393 > > skype: pavel_drabushevich > > > > -- > BJ Freeman > http://www.businessesnetwork.com/automation > http://bjfreeman.elance.com > > http://www.linkedin.com/profile?viewProfile=&key=1237480&locale=en_US&trk=tab_pro > Systems Integrator. > > |
In reply to this post by Pavel Drobushevich
You can remove the applications directory, either completely or from the component-load.xml files so that it doesn't load, and things in the framework will still work fine. As for the other part, about the one app server and different databases, do you mean a multi-tenant sort of thing? -David On Tue, 2009-07-07 at 12:32 +0300, Pavel Drobushevich wrote: > Hi all, > > I started work with Apache OfBiz and want create following solution. When I > create new application on OfBiz I must use some powerful bases (commons) > OfBiz modules (for example from ‘framework’ directory) and I can deploy only > one my application on OfBiz. > But I want create several applications like 'framework/example', with will > work with difference database, but use one application server and common > OfBiz components. > Can you help me? > > Thanks in advance. > > > Best Regards, > Pavel Drobushevich > mailto: [hidden email] > icq: 450345393 > skype: pavel_drabushevich |
Hi David,
Thank you for your answer. I mean following directory: framework base common {...etc OfBiz components.....} application product category {... etc OfBiz applications...} my app1 app2 I want deploy this in one server. But. I want, that app1 and app2 have difference category, product and other tables, means difference application but use on base OfBiz components and applications. Currently I see only one decision: duplicate OfBiz component such as product, category and etc for each my app with different config delegator to difference databases. Thanks in advance. Best Regards, Pavel Drobushevich mailto: [hidden email] icq: 450345393 skype: pavel_drabushevich On Tue, Jul 7, 2009 at 17:52, David E. Jones <[hidden email]> wrote: > > You can remove the applications directory, either completely or from the > component-load.xml files so that it doesn't load, and things in the > framework will still work fine. > > As for the other part, about the one app server and different databases, > do you mean a multi-tenant sort of thing? > > -David > > > On Tue, 2009-07-07 at 12:32 +0300, Pavel Drobushevich wrote: > > Hi all, > > > > I started work with Apache OfBiz and want create following solution. When > I > > create new application on OfBiz I must use some powerful bases (commons) > > OfBiz modules (for example from ‘framework’ directory) and I can deploy > only > > one my application on OfBiz. > > But I want create several applications like 'framework/example', with > will > > work with difference database, but use one application server and common > > OfBiz components. > > Can you help me? > > > > Thanks in advance. > > > > > > Best Regards, > > Pavel Drobushevich > > mailto: [hidden email] > > icq: 450345393 > > skype: pavel_drabushevich > > |
Free forum by Nabble | Edit this page |