Marc Aylesworth wrote: >A three layered approach that separates the data, the Model, and the view. >The data is the database the model contains any business logic and the view >displays it all. The three parts are designed so that any on part can be >totally replaced without the other two knowing that the one was changed. It >came about in a language called smalltalk and is being revived by the Java >Swing componenets.
As I recall, the three layers were Model, View, and Controller. I would think that both data and business logic should fall under Model. For more depth, here is a link from google on "model view controller": http://ootips.org/mvc-pattern.html --------------------------------------- Jim Self Systems Architect, Lead Developer VMTH Computer Services, UC Davis (http://www.vmth.ucdavis.edu/us/jaself) ------------------------------------------------------- SF email is sponsored by - The IT Product Guide Read honest & candid reviews on hundreds of IT Products from real users. Discover which products truly live up to the hype. Start reading now. http://ads.osdn.com/?ad_id=6595&alloc_id=14396&op=click _______________________________________________ Hardhats-members mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/hardhats-members
