Relational database vendors stepped up to the plate DEC RDB (Relational DataBase, I know, creative) had long since provided SQLMOD. These were source modules you compiled into object form which could then be added to your site specific library and used by any application. This is one of the reasons service oriented architecture was our first solution. It was very easy to whip up a server that accepted data streams in known formats from raw … Some Thoughts on MVVM – Part 2Read more
Service Oriented Architecture
Posted inInformation Technology
Some Thoughts on MVVM – Part 1
There is currently a lot of chatter in the IT world involving MVVM (Model-View-ViewModel). While there are merits, there are also drawbacks. One of the biggest drawbacks I’ve noticed is in the tutorials and documentation found on-line. Take a quick look at this article. Below is a quote from it. The key to remember with the model is that it holds the information, but not behaviors or services that manipulate the information. It is not … Some Thoughts on MVVM – Part 1Read more