In my opinion The operation is integrated in the ofbiz Try to understand the database stucture
It will help you to get known about the ofbiz process On 1/25/08, Peter Felts <[EMAIL PROTECTED]> wrote: > > I'm learning OfBiz and I'm at the point where I've gone through the basic > tutorials provided by opensourcestrategies.com, but now I've got some > conceptual questions that I'm hoping the ofBiz community could help me with. > Any insight into these topics would be greatly appreciated! Thanks. > > 1) I am used to programming web interfaces in PHP. In a typical PHP > application I would store transaction data in an object or array. Lets say > that we've got an order object which is not to be placed in the database > until the order has been placed. In PHP I would serialize a the object as a > session variable, load it at the beginning of each script, then reserialize > it before posting to another page. My first conceptual OfBiz question is > this: what is the standard method of storing temporary data such as this? Do > I store everything in a DB during simple UI transactions? > > 2) Where can I learn about the entity data types and how they map to data > types in the particular database system I'm using? > > Thanks everyone. > > >
