Hi Everyone,
I want to learn the Apache OFBIZ Framework.Currently I am working on Struts.I have gone through this site http://ofbiz.apache.org . But now I want to understand the basic coding conventions with sample CRUD applications. Can anyone give me the right direction to start the Apache ofbiz. Any kind of help is appreciated. Thanks and regards. Narayan Patil. |
Hi Narayan,
Welcome to ofbiz environment.You can go through the following links to experience the ofbiz environment. 1)Practice guide and coding conventions http://docs.ofbiz.org/display/OFBADMIN/Apache+OFBiz+Contribution+and+Develop ment 2) Basic Ofbiz setup http://docs.ofbiz.org/display/OFBADMIN/Demo+and+Test+Setup+Guide 3) ofbiz-conference videos http://ofbiz.apache.org/VideosConf.html 4) Framework introduction and videos http://docs.ofbiz.org/display/OFBTECH/Framework+Introduction+Videos+and+Diar 5) Demo ecommerce application of 4.0 Release http://demo40.hotwaxmedia.com/ecommerce/control/main 6) Management application of 4.0 Release https://demo40.hotwaxmedia.com/catalog/control/login/main?USERNAME=demoadmin &PASSWORD=ofbiz 7) You can work on Hello World application and with other practices following this http://www.opensourcestrategies.com/ofbiz/tutorials.php 8) For Ofbiz Book http://docs.ofbiz.org/display/OFBADMIN/OFBiz+Related+Books Hope this helps. Regards, Mukesh Marathe Amicon Technologies Pvt. Ltd India's No 1 OFBiz Service Provider -----Original Message----- From: Narayan Patil [mailto:[hidden email]] Sent: Monday, January 12, 2009 10:53 AM To: [hidden email] Subject: Want to learn OFBIZ. Hi Everyone, I want to learn the Apache OFBIZ Framework.Currently I am working on Struts.I have gone through this site http://ofbiz.apache.org . But now I want to understand the basic coding conventions with sample CRUD applications. Can anyone give me the right direction to start the Apache ofbiz. Any kind of help is appreciated. Thanks and regards. Narayan Patil. |
In reply to this post by narayan.patil
Take a look at this page and all of the pages under it:
http://docs.ofbiz.org/display/OFBIZ/OFBiz+Beginner%27s+Development+Guide+Using+Practice+Application It will help to come up with the most basic knowledge of OFBiz application development process -- Thanks & Regards Amit sharma Narayan Patil wrote: > Hi Everyone, > > I want to learn the Apache OFBIZ Framework.Currently I am working on > Struts.I have gone through this site http://ofbiz.apache.org . But now I > want to understand the basic coding conventions with sample CRUD > applications. Can anyone give me the right direction to start the Apache > ofbiz. Any kind of help is appreciated. > > Thanks and regards. > Narayan Patil. > > |
In reply to this post by Mukesh Marathe-4
This is a good list, but perhaps a few changes could improve it: 1. in #5 and #6 use the trunk instead of the 2 year old release4.0 branch; you're overall experience will be much better, and you'll be able to collaborate much more effectively with others in the community 2. in #7 please be careful of the documents from opensourcestrategies: they have forked from OFBiz and have different recommendations for tools and best practices -David On Jan 11, 2009, at 9:36 PM, Mukesh wrote: > Hi Narayan, > Welcome to ofbiz environment.You can go through the following > links to experience the ofbiz environment. > > 1)Practice guide and coding conventions > http://docs.ofbiz.org/display/OFBADMIN/Apache+OFBiz+Contribution+and+Develop > ment > > 2) Basic Ofbiz setup > http://docs.ofbiz.org/display/OFBADMIN/Demo+and+Test+Setup+Guide > > 3) ofbiz-conference videos > > http://ofbiz.apache.org/VideosConf.html > > 4) Framework introduction and videos > > http://docs.ofbiz.org/display/OFBTECH/Framework+Introduction+Videos+and+Diar > > 5) Demo ecommerce application of 4.0 Release > > http://demo40.hotwaxmedia.com/ecommerce/control/main > > 6) Management application of 4.0 Release > > https://demo40.hotwaxmedia.com/catalog/control/login/main?USERNAME=demoadmin > &PASSWORD=ofbiz > > 7) You can work on Hello World application and with other practices > following this > > http://www.opensourcestrategies.com/ofbiz/tutorials.php > > 8) For Ofbiz Book > http://docs.ofbiz.org/display/OFBADMIN/OFBiz+Related+Books > > Hope this helps. > > Regards, > Mukesh Marathe > Amicon Technologies Pvt. Ltd > India's No 1 OFBiz Service Provider > > > -----Original Message----- > From: Narayan Patil [mailto:[hidden email]] > Sent: Monday, January 12, 2009 10:53 AM > To: [hidden email] > Subject: Want to learn OFBIZ. > > Hi Everyone, > > I want to learn the Apache OFBIZ Framework.Currently I am working on > Struts.I have gone through this site http://ofbiz.apache.org . But > now I > want to understand the basic coding conventions with sample CRUD > applications. Can anyone give me the right direction to start the > Apache > ofbiz. Any kind of help is appreciated. > > Thanks and regards. > Narayan Patil. > |
In reply to this post by narayan.patil
There is also a book (based on release 4.0 but for basics it's OK)
http://docs.ofbiz.org/display/OFBADMIN/OFBiz+Related+Books Jacques |
After you know the basic structure I recommend that you start with the
http://localhost:8080/ecommerce/control/main or the corresponding page on http://demo.hotwaxmedia.com/ecommerce Right click in your browser and view the source of the web page that is generated. Also, start with the main request in the controller file in the ecommerce component and work your way through the site. Create a dummy order and go through the oder process and at each step refer to the screens and code that are referenced. Doing this will help you the most in my opinion. |
Free forum by Nabble | Edit this page |