Author: Geoff SchallerGeoff Schaller Date: Sep 22, 2006 19:44
Patrick.
> If I understand you correctly you plan to extend your applications by just
> adding new layers around it in C#.
Mostly. But a lot of the human interface is turning into remote access -
ASP.net is becoming more important than I expected. A lot of other
communications aspects are being solved with web services and right now,
that means C#. Equally for MS Office integration code.
> I can see lot's of situations where that is applicable but what about the
> situations where you have to change the business logic within your VO code?
You are correct. If this is required then it will probably be modified
in VO but we find this does not happen often. Most of the calculation
code we wrote 3 years is still in use unmodified. The calcs work and
only the data layer has changed. New calcs can be written in whatever
language at the time.
> bug-fixed VO version around... And that will be VO 2.8, even if you don't
> like the fact that some or all of the problems in VO, you think are
|