Entries Tagged as Dynamic Programming

Dynamic Programming and Metadata

Posted on October 06, 2008 in Dynamic Programming

In my last posting, the question was indirectly raised as to what I was talking about when I said "dynamic programming". With our approach, dynamic programming means taking a very generic set of constructs and then applying metadata to them to make them useful. For example, in our generic object management system, there is the concept of a "object" service layer and business object as well as a generic object data tier. By itself, all of this code is fairly useless.

Dynamic Programming

Posted on October 02, 2008 in Dynamic Programming

In a couple of previous postings, I have mentioned the generic object management system that we have been working on for a project.  The initial version of the system is complete and in use now and while it came out well and serves its purpose, I still feel there was a lot more potential for it.  Researching and developing it however has given me an opportunity to start putting into practice some of the concepts in dynamic programming that I have been reading for quite some time.