Ofbiz flow

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

Ofbiz flow

nilesh_patil
I am new to ofbiz please anybody help me to understand the basic flow means how control flows from GUI to the back end
Reply | Threaded
Open this post in threaded view
|

Re: Ofbiz flow

dhiraj.g
Hi Nitesh,

the basic flow of ofbiz is
Menu.xml--> controller.xml -->Screens.xml -->Forms.xml
                                                               -->xxxx.ftl




Thanks
Dhiraj Gupta
9990220686
Dhiraj Gupta
Reply | Threaded
Open this post in threaded view
|

Re: Ofbiz flow

nilesh_patil
Thank you very much Dhiraj,
 will you please explain it by taking one example

Thanks & Regards,
Nilesh Patil
On Thu, May 10, 2012 at 10:04 AM, dhiraj.g [via OFBiz] <[hidden email]> wrote:
Hi Nitesh,

the basic flow of ofbiz is
Menu.xml--> controller.xml -->Screens.xml -->Forms.xml
                                                               -->xxxx.ftl




Thanks
Dhiraj Gupta
9990220686
dhirajgupta



If you reply to this email, your message will be added to the discussion below:
http://ofbiz.135035.n4.nabble.com/Ofbiz-flow-tp4620653p4622500.html
To unsubscribe from Ofbiz flow, click here.
NAML

Reply | Threaded
Open this post in threaded view
|

Re: Ofbiz flow

dhiraj.g
In reply to this post by nilesh_patil
Hi Nitesh,
in HR module
Click   Employee Tab in home page
This Employees  tab is define in
humanres/widget/HumanresMenus.xml
This  Employees is  target  findEmployees
Target is always define in controller.xml  of each component.
 
you can see findEmployees target in
humanres/webapp/WEB-INF/controller.xml


<request-map uri="findEmployees">
        <security https="true" auth="true"/>
        <response name="success" type="view" value="FindEmployee"/>
    </request-map>


  <view-map name="FindEmployee" type="screen" page="component://humanres/widget/EmployeeScreens.xml#FindEmployee"/>

This FindEmployee  screen is in this file humanres/widget/EmployeeScreens.xml
This FindEmployee screen contain  .ftl file

and services are define in servicedef/service.xml



thanks
Dhiraj Gupta


 
Dhiraj Gupta
Reply | Threaded
Open this post in threaded view
|

Re: Ofbiz flow

nilesh_patil
Thanks Dhiraj for gr8 Explanation. 

On Thu, May 10, 2012 at 1:06 PM, dhiraj.g [via OFBiz] <[hidden email]> wrote:
Hi Nitesh,
in HR module
Click   Employee Tab in home page
This Employees  tab is define in
humanres/widget/HumanresMenus.xml
This  Employees is  target  findEmployees
Target is always define in controller.xml  of each component.
 
you can see findEmployees target in
humanres/webapp/WEB-INF/controller.xml


<request-map uri="findEmployees">
        <security https="true" auth="true"/>
        <response name="success" type="view" value="FindEmployee"/>
    </request-map>


  <view-map name="FindEmployee" type="screen" page="component://humanres/widget/EmployeeScreens.xml#FindEmployee"/>

This FindEmployee  screen is in this file humanres/widget/EmployeeScreens.xml
This FindEmployee screen contain  .ftl file

and services are define in servicedef/service.xml



thanks
Dhiraj Gupta


 
dhirajgupta



If you reply to this email, your message will be added to the discussion below:
http://ofbiz.135035.n4.nabble.com/Ofbiz-flow-tp4620653p4622740.html
To unsubscribe from Ofbiz flow, click here.
NAML

Reply | Threaded
Open this post in threaded view
|

Re: Ofbiz flow

kuldeep
In reply to this post by dhiraj.g
sir plz tell me to grab ofbiz easy way to explain me how to work in ofbiz then how to read
AJ
Reply | Threaded
Open this post in threaded view
|

Re: Ofbiz flow

AJ
Thank you Dhiraj.

best regards,
AJ
Reply | Threaded
Open this post in threaded view
|

Re: Ofbiz flow

sagar khanke
In reply to this post by dhiraj.g
Hi Mr. Dhiraj,
     Thanks for your message on HR module.
     I am new to OFBiz. Can you please help me to understand the flow of Product or Category module.
I am confused in understanding the complete flow for Product module. I tried debugging steps also but it wont help me understand the whole code flow. Can you please help me?

     Thanks in Advance....

Thanks,
Sagar Khanke
09764513847