Archtectural advise

C

CollarWB

Hi all,

I need some advise on software architecture. Our company is developing a
Visio-based solution with a complicated domain logics (a kind of modeller
tools to build other software appications). We decide to implement a classic
MVC-pattern over Visio objects. Can anybody give an advise on this decision?
Or any comments?
 
M

Mike Mueller [MSFT]

For what it's worth, that is how we implemented the Organization Chart
solution and the Brainstorming solution in Visio 2003. It worked pretty
well. We stored our model data as Solution XML inside the VSD files. If you
want more information you may contact me directly (remove the "online." from
my email name)
 
Top