Comment by giancarlostoro

10 hours ago

How many VB6, Java 6, Delphi, etc web apps and services, and GUIs out there today in production you think? Still churning

I worked on a system which used Oracle 9i database run on Itanium with HPUX OS.

User-facing side was written with Delphi 7 (quite a huge client application, it even had constructor to build new forms inside the application and GUI to build algorithms, like n8n of 90-s, I learned a lot working on that system).

I've used Java 6, then migrated to Java 7 to write some new components for that system with web UI. I was bad at Delphi and they didn't really care about consistency, so I went that route.

AFAIK this system is in use nowadays. They wanted to update it with modern database and other modern stuff 15 years ago. They wanted to update it every year since that, but every year this modernization project is postponed. So probably one day they'll replace everything, but so far it works.

I won't delve into details, but this system serves as a database of criminals and some other stuff for a small country, so it's actually quite important one.

TBH I don't think that AI could even build it. When I had to build it last time, the build consisted of several VMs. You had to build various DLLs and then build final application. Every part was built in a separate VM with separate installed Delphi components of a specific versions. It was a huge mess.