From: Stins, D. <DR...@Zi...> - 2004-07-23 12:24:36
|
Hoi, Hani suggested: "What I think would be really cool is to have an accounting engine, which defines the business logic and decoupling it from the interface. So you could then have multiple interfaces, such as a web interface, a rich-client interface etc..." I think that this is a step to a better architecture. Not for replacing the user interface, but for interfaces with other software like webshops which send their transactions directly to a web-erp. When it's calling the web-erp business logic layer, all business rules of web-erp will be checked by the same code used by the web-erp user interface. This architecture will saves time and maintenance when adding functionalities like these or when you have to check a business rule at different places in the user interface (just call the method or function with the implemented business rule instead of coding it twice or more.) With best regards, Dick Stins ----- Original Message ----- From: "Phil Daintree" <ph...@du...> To: <web...@li...> Sent: Friday, July 23, 2004 4:01 AM Subject: Re: [Web-erp-developers] Lisencing > Hani, > > Great to hear from you again.... > > > What did you mean by low bandwidth? How have we affected bandwidth? and > > what bandwidth? > > By this I meant that the functionality for list boxes of items, supplier and > customers, whilst good for the home and very small business user it does > means that web-pages for any significant business with more than a few > hundred customers will be unworkable over a dial up connection with large > amounts of data required to populate the boxes. > > Why would anyone want any other kind of front end? > > Phil > > > > ------------------------------------------------------- > This SF.Net email is sponsored by BEA Weblogic Workshop > FREE Java Enterprise J2EE developer tools! > Get your free copy of BEA WebLogic Workshop 8.1 today. > http://ads.osdn.com/?ad_id=4721&alloc_id=10040&op=click > _______________________________________________ > Web-erp-developers mailing list > Web...@li... > https://lists.sourceforge.net/lists/listinfo/web-erp-developers |