Tuesday, November 22, 2005

MCV - Model, Controller and View

Model, View, Controller(MVC) is a a software architecture that separates an application’s data model, user interface, and control logic into three distinct components.

Model: ontology, semantics data such as OWL and RDF triples

Controller: Ruby
http://wiki.rubyonrails.com/rails shows a description of the Rails MCV

View: RHTML - is a set of html with ruby code embedded.

No comments: