←back to thread

174 points chhum | 1 comments | | HN request time: 0.001s | source
Show context
cloudking ◴[] No.44006117[source]
Why is Java so popular in enterprise?
replies(12): >>44006154 #>>44006195 #>>44006204 #>>44006207 #>>44006215 #>>44006230 #>>44006361 #>>44006382 #>>44006575 #>>44007440 #>>44009423 #>>44011637 #
hackthemack ◴[] No.44006195[source]
I worked in IT from the 90s to today. My perspective is it grew and grew because Sun supported it, then IBM supported it, RedHat supported it. It had the glimmer that it was the "Enterprise Way" of doing "Real IT" programming for "Real Businesses". I am not saying any of that is the "Truth", just the perception that was held by the majority of people who could choose what to write enterprise code in.
replies(3): >>44006373 #>>44006392 #>>44006571 #
fidotron ◴[] No.44006392{3}[source]
What was the viable alternative?

Microsoft had C#, at one point IBM pushed SmallTalk. C++ for these environments is doable but going to slow you down at development a lot, as well as being much harder to secure.

At that time the dynamic alternative was Perl, and that remained true basically until Rails came along.

replies(2): >>44007316 #>>44010398 #
hackthemack ◴[] No.44007316{4}[source]
I am not sure. C# came long after Java already made inroads into the Enterprise space. It was a different time.

I would say that many things in IT are not chosen on technical merits alone. You have people that do not want to accrue any blame. Back then, by choosing what IBM endorses or what Microsoft endorses, you absolve yourself of fallout from if and when things go wrong.

Back in the 90s, it felt like IBM, Redhat, Sun kind of, sort of, got together and wanted to keep Microsoft from taking over the Enterprise space by offering Java solutions.

replies(1): >>44007978 #
1. nradov ◴[] No.44007978{5}[source]
Right. Before Microsoft created .NET and C# they first tried to play their "embrace, extend, extinguish" trick with Java. They released a JVM and "Visual J++" language which was sort of Java, but had incompatible proprietary extensions to lock customers in to Windows. Eventually they were forced to stop that for legal reasons so they completely dropped all Java support, and built their own replacement virtual machine and associated languages from scratch.