Tagged Questions

0
votes
4answers
79 views

In a database driven web app, what should the user see when the database is unavailable?

If a web application relies on a database to serve dynamic content and that content is unavailable for whatever reason (database server down, etc.), what is the preferred method fo …
0
votes
1answer
42 views

Data driven subscription cascading parameters

I am trying to setup a data-driven subscription and it works fine except when 2 of the parameters are set to take dynamic values instead of static ones. The strucutre is basically …
0
votes
1answer
80 views

How to drill down in the data driven unit tests results on hudson with mstest.

Dear sirs. Our CI server is powered by hudson with mstest. We use the hudson mstest plugin. Everything works fine, except there is a problem when a data driven unit test fails. Th …
3
votes
6answers
313 views

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 propose to a customer. I have been told that it is a data-driven app …
1
vote
2answers
73 views

Data-driven dependency injection

Are there any frameworks out there that allow for data-driven dependency injection (ideally in .NET)? I'm thinking something inspired by Spring.NET for example, where you configur …
2
votes
2answers
148 views

Data-driven state machine application

We are currently working on a "data-driven" state machine application. Right now, the state flows are all configured in the database, but none of the decision/business logic is co …
5
votes
9answers
281 views

Which scripting language to support in an existing codebase?

I'm looking at adding scripting functionality to an existing codebase and am weighing up the pros/cons of various packages. Lua is probably the most obvious choice, but I was wonde …
1
vote
4answers
192 views

Can you send dynamic data to a processing applet?

I have an ajax page which pulls data from a database. I'd like to add a processing applet to visualize the data but i can't figure out how to update the visualization as the data c …
10
votes
5answers
793 views

A python web application framework for tight DB/GUI coupling?

I'm a firm believer of the heretic thought of tight coupling between the backend and frontend: I want existing, implied knowledge about a backend to be automatically made use of wh …