Create only HR Module

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

Create only HR Module

Rakesh
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
Reply | Threaded
Open this post in threaded view
|

Re: Create only HR Module

Rishi Solanki
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.
>
Reply | Threaded
Open this post in threaded view
|

Re: Create only HR Module

Rishi Solanki
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.
>>
>
>
Reply | Threaded
Open this post in threaded view
|

Re: Create only HR Module

Jacques Le Roux
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.
>>
>

Reply | Threaded
Open this post in threaded view
|

Re: Create only HR Module

Rishi Solanki
+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.
>>>
>>>
>>
>
Reply | Threaded
Open this post in threaded view
|

Re: Create only HR Module

Rakesh
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,
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.
>



View message @ http://n4.nabble.com/Create-only-HR-Module-tp277258p277390.html
To unsubscribe from Create only HR Module, click here.