Im looking to streamline a development process, where most data flows are represented as flowcharts (end users are not developers).
Is there any utility out there that can convert a visio flowchart to java code?
Im thinking a simple framework that converts decision points to named functions returning booleans, that link together calls to processes implemented as void functions. The converter will generate skeleton code and I just fill in the gaps in the functional logic (for processes) or predicate logic (for decision points)
Anything?