How to customize ofbiz in such way that I want to use only HR module. What I am expecting is to remove other modules from Ofbiz.
Thanks in Advance
Rakesh
|
Hi Rakesh,
Create a webapp in hot-deploy, setup your directory structure into it. In the directory structure add files controller.xml and web.xml files. Include the controller of parent application in you custom application controller. configure the build.xml and ofbiz-component.xml for custom application. Now you have the same application running for your custom project, which is ready for the more customization. By doing this way your application will be dynamic enough to easily upgrade the OFBiz instance for the same application. Removing other modules from OFBiz will not work at all as HR module itself depends upon other module. Rishi Solanki Enterprise Software Developer HotWax Media Pvt. Ltd. On Tue, Oct 27, 2009 at 9:16 PM, Rakesh <[hidden email]> wrote: > > How to customize ofbiz in such way that I want to use only HR module. What > I > am expecting is to remove other modules from Ofbiz. > > Thanks in Advance > Rakesh > -- > View this message in context: > http://n4.nabble.com/Create-only-HR-Module-tp277258p277258.html > Sent from the OFBiz - Dev mailing list archive at Nabble.com. > |
Hi Rakesh,
Please ask such questions on user list. To know more about mailing list purpose visit - http://docs.ofbiz.org/display/OFBADMIN/Mailing+Lists Rishi Solanki Enterprise Software Developer HotWax Media Pvt. Ltd. On Wed, Oct 28, 2009 at 11:23 AM, Rishi Solanki <[hidden email]>wrote: > Hi Rakesh, > Create a webapp in hot-deploy, setup your directory structure into it. > In the directory structure add files controller.xml and web.xml files. > Include the controller of parent application in you custom application > controller. > configure the build.xml and ofbiz-component.xml for custom application. > Now you have the same application running for your custom project, which is > ready for the more customization. > > By doing this way your application will be dynamic enough to easily upgrade > the OFBiz instance for the same application. > Removing other modules from OFBiz will not work at all as HR module itself > depends upon other module. > > Rishi Solanki > Enterprise Software Developer > HotWax Media Pvt. Ltd. > > > > On Tue, Oct 27, 2009 at 9:16 PM, Rakesh <[hidden email]>wrote: > >> >> How to customize ofbiz in such way that I want to use only HR module. What >> I >> am expecting is to remove other modules from Ofbiz. >> >> Thanks in Advance >> Rakesh >> -- >> View this message in context: >> http://n4.nabble.com/Create-only-HR-Module-tp277258p277258.html >> Sent from the OFBiz - Dev mailing list archive at Nabble.com. >> > > |
Administrator
|
In reply to this post by Rishi Solanki
Hi Rishi,
Can't the create-component ant target be used ? I did not try it yet, and I saw there is a small issue with it, but should we not recommend its usage ? BTW, thanks for the user ML advice ;o) Jacques From: "Rishi Solanki" <[hidden email]> > Hi Rakesh, > Create a webapp in hot-deploy, setup your directory structure into it. > In the directory structure add files controller.xml and web.xml files. > Include the controller of parent application in you custom application > controller. > configure the build.xml and ofbiz-component.xml for custom application. > Now you have the same application running for your custom project, which is > ready for the more customization. > > By doing this way your application will be dynamic enough to easily upgrade > the OFBiz instance for the same application. > Removing other modules from OFBiz will not work at all as HR module itself > depends upon other module. > > Rishi Solanki > Enterprise Software Developer > HotWax Media Pvt. Ltd. > > > On Tue, Oct 27, 2009 at 9:16 PM, Rakesh <[hidden email]> wrote: > >> >> How to customize ofbiz in such way that I want to use only HR module. What >> I >> am expecting is to remove other modules from Ofbiz. >> >> Thanks in Advance >> Rakesh >> -- >> View this message in context: >> http://n4.nabble.com/Create-only-HR-Module-tp277258p277258.html >> Sent from the OFBiz - Dev mailing list archive at Nabble.com. >> > |
+1.
For sure it should use and we should recommend. ;-) Rishi Solanki Enterprise Software Developer HotWax Media Pvt. Ltd. On Wed, Oct 28, 2009 at 2:48 PM, Jacques Le Roux < [hidden email]> wrote: > Hi Rishi, > > Can't the create-component ant target be used ? > I did not try it yet, and I saw there is a small issue with it, but should > we not recommend its usage ? > > BTW, thanks for the user ML advice ;o) > > Jacques > > From: "Rishi Solanki" <[hidden email]> > > Hi Rakesh, >> Create a webapp in hot-deploy, setup your directory structure into it. >> In the directory structure add files controller.xml and web.xml files. >> Include the controller of parent application in you custom application >> controller. >> configure the build.xml and ofbiz-component.xml for custom application. >> Now you have the same application running for your custom project, which >> is >> ready for the more customization. >> >> By doing this way your application will be dynamic enough to easily >> upgrade >> the OFBiz instance for the same application. >> Removing other modules from OFBiz will not work at all as HR module itself >> depends upon other module. >> >> Rishi Solanki >> Enterprise Software Developer >> HotWax Media Pvt. Ltd. >> >> >> On Tue, Oct 27, 2009 at 9:16 PM, Rakesh <[hidden email]> >> wrote: >> >> >>> How to customize ofbiz in such way that I want to use only HR module. >>> What >>> I >>> am expecting is to remove other modules from Ofbiz. >>> >>> Thanks in Advance >>> Rakesh >>> -- >>> View this message in context: >>> http://n4.nabble.com/Create-only-HR-Module-tp277258p277258.html >>> Sent from the OFBiz - Dev mailing list archive at Nabble.com. >>> >>> >> > |
In reply to this post by Rishi Solanki
Hi Rishi,
Thank you, I am trying that Rakesh On Wed, Oct 28, 2009 at 9:54 AM, Rishi Solanki [via OFBiz] <[hidden email]> wrote: Hi Rakesh, |
Free forum by Nabble | Edit this page |