Introduction to Virtuoso [ VIRTUOSO CODE GENERATOR Reference Manual ] MPE/iX 5.0 Documentation
VIRTUOSO CODE GENERATOR Reference Manual
Chapter 1 Introduction to Virtuoso
The Virtuoso Code Generator (VG) is a programmer productivity tool that
assembles application logic from reusable components. It reduces the
time necessary for development and maintenance of large-scale production
applications. Virtuoso provides application programmers with the power
and flexibility that is needed to develop sophisticated data processing
applications.
The power of Virtuoso is its support of reusable code. It provides a
framework that allows your organization to share code. Reuse of common
components implies that the same segment of code, no matter how small,
can be used again and again without modification. The result is
increased productivity in developing new applications, since the majority
of the code required will come from reusable components, and you will
write only a small fraction of the code. When maintenance is performed
on an application developed using Virtuoso, modifications are greatly
simplified; since all common code is shared, each modification is made in
a single location.
The Virtuoso Code Generator allows you to create the components that will
be shared by your organization. You can include the standards that you
have defined for your site and define the way in which you want the code
to be generated.
MPE/iX 5.0 Documentation