Obyx uses XML for all of it's source - which allows for a considerable degree of fluidity for the programmer. Based on the single pattern of declaring a function over outputs and inputs, encourages and supports hierarchic development, separation of concerns and the famous model-view-controller design pattern in an intuitive manner.

Separating concerns

Obyx was made especially for development methods that use separation of concerns. Separation of concerns is the concept of splitting out functionality from data from presentation of data. A good example is HTML, CSS and Javascript. HTML by itself defines the data. CSS is used to style the data and Javascript is used to add functionality to the presented data.
more more information




Last Modified: Thu, 15 Jan 2015