Top "Data-driven" questions

A programming paradigm in which the program statements describe the data to be matched and the processing required rather than defining a sequence of steps to be taken.

What is data-driven programming?

I've been tasked at work to write a detailed engineering plan for a logistics application that we are coding to …

data-driven
Data Driven vs Event Driven model/architecture?

I heard the terms Data Driven and Event Driven model from different folks in past. I did google but these …

event-driven data-driven paradigms
How to check file exists in Groovy script

Workbook aWorkBook = Workbook.getWorkbook(new File("C:\Users\Response.xls")); WritableWorkbook workbook1 = Workbook.createWorkbook(new File("C:\Users\Responses.xls"), …

groovy soapui data-driven-tests data-driven
Populating a drop down list dynamically in ASP.net, and passing that value to another query?

2 questions for everybody. 1) How can I order the years by their value, it crashes when I use DESC? 2) If I …

asp.net drop-down-menu data-driven population
Game engine and data driven design

I've heard about data driven design and have been researching about it for a while. So, I've read several articles …

game-engine data-driven