Having a monolithic business application with complex business logic implemented in Visual Dataflex, we are faced with the task of supporting our business logic in all programming languages, since some functions are written in other programming languages ββ(mainly .NET).
So, I'm looking for strategies to βsynchronizeβ business logic in different implementations of a programming language to avoid inconsistencies. Duplication prevention is a plus, but this can be offset by automated testing.
EDIT: SOA is a great offer. But what about when the service is not fast enough?
EDIT 2: Any suggestions on using metalanguage ?
source
share