This post was updated on .
Hi everyone,
I'm having some issues with OFBiz and its tutorials, it's not quite enough for me, because I'm developping a real application with it, So, I need to know the syntax of that language, for example : the ui labels how and what do we use them for ? a HTML page without Ui labels should it be enough ?? And the form widget, what is syntax that we should follow (for example : to put an image ? to put a file in attachement etc ... ) And for style, do we always use CSS, if yes, is it like CSS with HTML ... I have a few knowledge about OFBiz and i'm really struggling with it ... I keep googling and I don't find simple things. What are all the things that I should know to be able to develop an application with OFBiz Please it's an emergency :D P.S : Excuse me if my english is not that good. Thank you for your help. Regards. G.Ben |
Hi Ben,
Read These two books carefully you will get whole idea 1.)Apache Ofbiz Development - the beginners tutorial by Jonathon Wong and Rupert howell 2.)Apache Ofbiz cookbook by Jonathon Wong and Rupert howell read second 0ne it's easy to understand. you can read these books online on www.scribd.com Thank you. Nakul Dhenge. Mob no.:+91 9891676763 On 31 May 2012 13:21, G.Ben <[hidden email]> wrote: > Hi everyone, > > I'm having some issues with OFBiz and its tutorials, it's not quite enough > for me, because I'm developping a real application with it, > So, I need to know the syntax of that language, for example : the ui labels > how and what do we use them for ? a HTML page without Ui labels should it > be > enough ?? > And the form widget, what is syntax that we should follow (for example : to > put an image ? to put a file in attachement etc ... ) > And for style, do we always use CSS, if yes, is it like CSS with HTML ... > I have a few knowledge about OFBiz and i'm really struggling with it ... I > keep googling and I don't find simple things. > > P.S : Excuse me if my english is not that good. > > Thank you for your help. > > Regards. > > G.Ben > > -- > View this message in context: > http://ofbiz.135035.n4.nabble.com/Tips-or-a-cookbook-tp4632835.html > Sent from the OFBiz - User mailing list archive at Nabble.com. > |
Actually, Ruth Hoffman wrote Apache Ofbiz Cookbook. Also, it is better to
purchase these books and give the authors their due. Most books on scribd.com violate the authors copyright. Ruth has written quite a few books on Ofbiz. See http://myofbiz.com<http://myofbiz.com/control/main> On Thu, May 31, 2012 at 7:57 PM, Nakul Dhenge <[hidden email]>wrote: > Hi Ben, > > Read These two books carefully you will get whole idea > > 1.)Apache Ofbiz Development - the beginners tutorial by Jonathon Wong and > Rupert howell > 2.)Apache Ofbiz cookbook by Jonathon Wong and Rupert howell > > > read second 0ne it's easy to understand. you can read these books online on > www.scribd.com > > Thank you. > > Nakul Dhenge. > > Mob no.:+91 9891676763 > > > > On 31 May 2012 13:21, G.Ben <[hidden email]> wrote: > > > Hi everyone, > > > > I'm having some issues with OFBiz and its tutorials, it's not quite > enough > > for me, because I'm developping a real application with it, > > So, I need to know the syntax of that language, for example : the ui > labels > > how and what do we use them for ? a HTML page without Ui labels should it > > be > > enough ?? > > And the form widget, what is syntax that we should follow (for example : > to > > put an image ? to put a file in attachement etc ... ) > > And for style, do we always use CSS, if yes, is it like CSS with HTML ... > > I have a few knowledge about OFBiz and i'm really struggling with it ... > I > > keep googling and I don't find simple things. > > > > P.S : Excuse me if my english is not that good. > > > > Thank you for your help. > > > > Regards. > > > > G.Ben > > > > -- > > View this message in context: > > http://ofbiz.135035.n4.nabble.com/Tips-or-a-cookbook-tp4632835.html > > Sent from the OFBiz - User mailing list archive at Nabble.com. > > > |
Hi,
I totally agree with your comments Mike. Thank you. Nakul Dhenge. Mob no.:+91 9891676763 On 1 June 2012 11:25, Mike <[hidden email]> wrote: > Actually, Ruth Hoffman wrote Apache Ofbiz Cookbook. Also, it is better to > purchase these books and give the authors their due. Most books on > scribd.com violate the authors copyright. > > Ruth has written quite a few books on Ofbiz. See > http://myofbiz.com<http://myofbiz.com/control/main> > > > On Thu, May 31, 2012 at 7:57 PM, Nakul Dhenge <[hidden email] > >wrote: > > > Hi Ben, > > > > Read These two books carefully you will get whole idea > > > > 1.)Apache Ofbiz Development - the beginners tutorial by Jonathon Wong and > > Rupert howell > > 2.)Apache Ofbiz cookbook by Jonathon Wong and Rupert howell > > > > > > read second 0ne it's easy to understand. you can read these books online > on > > www.scribd.com > > > > Thank you. > > > > Nakul Dhenge. > > > > Mob no.:+91 9891676763 > > > > > > > > On 31 May 2012 13:21, G.Ben <[hidden email]> wrote: > > > > > Hi everyone, > > > > > > I'm having some issues with OFBiz and its tutorials, it's not quite > > enough > > > for me, because I'm developping a real application with it, > > > So, I need to know the syntax of that language, for example : the ui > > labels > > > how and what do we use them for ? a HTML page without Ui labels should > it > > > be > > > enough ?? > > > And the form widget, what is syntax that we should follow (for example > : > > to > > > put an image ? to put a file in attachement etc ... ) > > > And for style, do we always use CSS, if yes, is it like CSS with HTML > ... > > > I have a few knowledge about OFBiz and i'm really struggling with it > ... > > I > > > keep googling and I don't find simple things. > > > > > > P.S : Excuse me if my english is not that good. > > > > > > Thank you for your help. > > > > > > Regards. > > > > > > G.Ben > > > > > > -- > > > View this message in context: > > > http://ofbiz.135035.n4.nabble.com/Tips-or-a-cookbook-tp4632835.html > > > Sent from the OFBiz - User mailing list archive at Nabble.com. > > > > > > |
Hi,
Thank you Mike & Nakul for your help, I actually have those books and was looking for extra information, because I don't have enough time to read them all. Despite, I agree that they help me a lot. Thank you again. Regards. G.ben. |
In reply to this post by G.Ben
the best way to learn widget is use a xml editor that will give you each
valid element as you build the file. you can also read the Schema file for the widget and the comments buried in them. FTL is how to build files to have it rendered has html. you marshal the data for the ftl through the grovy files. if you use screen widgets you can fall the grooby from there. otherwise name the groovy the same as the FTl file and it will be executed before the FTL is called. there are plenty of examples in code. expect about a year to learn all the in and outs of ofbiz, minimum. G.Ben sent the following on 5/31/2012 12:51 AM: > Hi everyone, > > I'm having some issues with OFBiz and its tutorials, it's not quite enough > for me, because I'm developping a real application with it, > So, I need to know the syntax of that language, for example : the ui labels > how and what do we use them for ? a HTML page without Ui labels should it be > enough ?? > And the form widget, what is syntax that we should follow (for example : to > put an image ? to put a file in attachement etc ... ) > And for style, do we always use CSS, if yes, is it like CSS with HTML ... > I have a few knowledge about OFBiz and i'm really struggling with it ... I > keep googling and I don't find simple things. > > P.S : Excuse me if my english is not that good. > > Thank you for your help. > > Regards. > > G.Ben > > -- > View this message in context: http://ofbiz.135035.n4.nabble.com/Tips-or-a-cookbook-tp4632835.html > Sent from the OFBiz - User mailing list archive at Nabble.com. > |
Administrator
|
In reply to this post by Mike Z
Also Pack Publishing is supposed to reverse 5% to the ASF
It's mentionned at https://cwiki.apache.org/confluence/display/OFBADMIN/OFBiz+Related+Books Jacques From: "Mike" <[hidden email]> > Actually, Ruth Hoffman wrote Apache Ofbiz Cookbook. Also, it is better to > purchase these books and give the authors their due. Most books on > scribd.com violate the authors copyright. > > Ruth has written quite a few books on Ofbiz. See > http://myofbiz.com<http://myofbiz.com/control/main> > > > On Thu, May 31, 2012 at 7:57 PM, Nakul Dhenge <[hidden email]>wrote: > >> Hi Ben, >> >> Read These two books carefully you will get whole idea >> >> 1.)Apache Ofbiz Development - the beginners tutorial by Jonathon Wong and >> Rupert howell >> 2.)Apache Ofbiz cookbook by Jonathon Wong and Rupert howell >> >> >> read second 0ne it's easy to understand. you can read these books online on >> www.scribd.com >> >> Thank you. >> >> Nakul Dhenge. >> >> Mob no.:+91 9891676763 >> >> >> >> On 31 May 2012 13:21, G.Ben <[hidden email]> wrote: >> >> > Hi everyone, >> > >> > I'm having some issues with OFBiz and its tutorials, it's not quite >> enough >> > for me, because I'm developping a real application with it, >> > So, I need to know the syntax of that language, for example : the ui >> labels >> > how and what do we use them for ? a HTML page without Ui labels should it >> > be >> > enough ?? >> > And the form widget, what is syntax that we should follow (for example : >> to >> > put an image ? to put a file in attachement etc ... ) >> > And for style, do we always use CSS, if yes, is it like CSS with HTML ... >> > I have a few knowledge about OFBiz and i'm really struggling with it ... >> I >> > keep googling and I don't find simple things. >> > >> > P.S : Excuse me if my english is not that good. >> > >> > Thank you for your help. >> > >> > Regards. >> > >> > G.Ben >> > >> > -- >> > View this message in context: >> > http://ofbiz.135035.n4.nabble.com/Tips-or-a-cookbook-tp4632835.html >> > Sent from the OFBiz - User mailing list archive at Nabble.com. >> > >> > |
In reply to this post by BJ Freeman
Wow a year, that seems a long time.
Well, thank you BJ Freeman. Rgrds. G.Ben. |
In reply to this post by BJ Freeman
BJ Freeman/All,
We are mainly into zkoss framework (and have integrated well with ofbiz), but still I find a lot of pain while creating service wrappers in zk over ofbiz services. Would like to know your suggestions if we should go with Screen/Widget for front end design or zkoss is better. On Fri, Jun 1, 2012 at 4:10 PM, BJ Freeman <[hidden email]> wrote: > the best way to learn widget is use a xml editor that will give you each > valid element as you build the file. > you can also read the Schema file for the widget and the comments buried > in them. > FTL is how to build files to have it rendered has html. > you marshal the data for the ftl through the grovy files. > if you use screen widgets you can fall the grooby from there. > otherwise name the groovy the same as the FTl file and it will be executed > before the FTL is called. > there are plenty of examples in code. > expect about a year to learn all the in and outs of ofbiz, minimum. > > G.Ben sent the following on 5/31/2012 12:51 AM: > > Hi everyone, >> >> I'm having some issues with OFBiz and its tutorials, it's not quite enough >> for me, because I'm developping a real application with it, >> So, I need to know the syntax of that language, for example : the ui >> labels >> how and what do we use them for ? a HTML page without Ui labels should it >> be >> enough ?? >> And the form widget, what is syntax that we should follow (for example : >> to >> put an image ? to put a file in attachement etc ... ) >> And for style, do we always use CSS, if yes, is it like CSS with HTML ... >> I have a few knowledge about OFBiz and i'm really struggling with it ... I >> keep googling and I don't find simple things. >> >> P.S : Excuse me if my english is not that good. >> >> Thank you for your help. >> >> Regards. >> >> G.Ben >> >> -- >> View this message in context: http://ofbiz.135035.n4.nabble.** >> com/Tips-or-a-cookbook-**tp4632835.html<http://ofbiz.135035.n4.nabble.com/Tips-or-a-cookbook-tp4632835.html> >> Sent from the OFBiz - User mailing list archive at Nabble.com. >> >> -- >> Thanks, >> Deepak Agarwal, >> >> >> |
In reply to this post by G.Ben
LOL try it with no documentation there is now.
a year is a short time. G.Ben sent the following on 6/1/2012 3:57 AM: > Wow a year, that seems a long time. > Well, thank you BJ Freeman. > > Rgrds. > > G.Ben. > > -- > View this message in context: http://ofbiz.135035.n4.nabble.com/Tips-or-a-cookbook-tp4632835p4632923.html > Sent from the OFBiz - User mailing list archive at Nabble.com. > |
In reply to this post by Deepak Agarwal-2
I only deal with ofbiz as the modeling it started with for UI.
this is where a Rendering engine is created and defined in the controller, and ftl are used as the basis for the rendering. That said, I also use FTL to prsent a UI front end that is just links to other pages. In that I still use a standard screen widget to call it. I resist other ways to interact with other web systems. Deepak Agarwal sent the following on 6/1/2012 4:03 AM: > BJ Freeman/All, > > We are mainly into zkoss framework (and have integrated well with ofbiz), > but still I find a lot of pain while creating service wrappers in zk over > ofbiz services. > Would like to know your suggestions if we should go with Screen/Widget for > front end design or zkoss is better. > > On Fri, Jun 1, 2012 at 4:10 PM, BJ Freeman<[hidden email]> wrote: > >> the best way to learn widget is use a xml editor that will give you each >> valid element as you build the file. >> you can also read the Schema file for the widget and the comments buried >> in them. >> FTL is how to build files to have it rendered has html. >> you marshal the data for the ftl through the grovy files. >> if you use screen widgets you can fall the grooby from there. >> otherwise name the groovy the same as the FTl file and it will be executed >> before the FTL is called. >> there are plenty of examples in code. >> expect about a year to learn all the in and outs of ofbiz, minimum. >> >> G.Ben sent the following on 5/31/2012 12:51 AM: >> >> Hi everyone, >>> >>> I'm having some issues with OFBiz and its tutorials, it's not quite enough >>> for me, because I'm developping a real application with it, >>> So, I need to know the syntax of that language, for example : the ui >>> labels >>> how and what do we use them for ? a HTML page without Ui labels should it >>> be >>> enough ?? >>> And the form widget, what is syntax that we should follow (for example : >>> to >>> put an image ? to put a file in attachement etc ... ) >>> And for style, do we always use CSS, if yes, is it like CSS with HTML ... >>> I have a few knowledge about OFBiz and i'm really struggling with it ... I >>> keep googling and I don't find simple things. >>> >>> P.S : Excuse me if my english is not that good. >>> >>> Thank you for your help. >>> >>> Regards. >>> >>> G.Ben >>> >>> -- >>> View this message in context: http://ofbiz.135035.n4.nabble.** >>> com/Tips-or-a-cookbook-**tp4632835.html<http://ofbiz.135035.n4.nabble.com/Tips-or-a-cookbook-tp4632835.html> >>> Sent from the OFBiz - User mailing list archive at Nabble.com. >>> >>> -- >>> Thanks, >>> Deepak Agarwal, >>> >>> >>> > |
Free forum by Nabble | Edit this page |