Java as we know it is over. Time to fork?
11–20 of 63 posts
Re: Java as we know it is over. Time to fork?
#12Re: Java as we know it is over. Time to fork?
#13I doubt that even the best quality fork can compete with Oracles sales machine, no matter how badly they ruin Java. Even if all the great and passionate Java developers leave to become Python programmers, Java will still be the most common language out there.
Programmers may not feel positive about it but it's embedded in a lot of large organisations, many of whom will, at the management level, be perfectly happy with the Oracle acquisition. They won't see the need or the appeal to move to something else until there is a strong incentive to do so.
Against that sort of entrenchment programmers will struggle to influence things a whole load in a lot of Java's key markets.
Re: Java as we know it is over. Time to fork?
#14Can't we just get IBM to make J9 free & open? Last I checked, they supported more OSes than Sun did and the VM was pretty speedy too.
Re: Java as we know it is over. Time to fork?
#15Re: Java as we know it is over. Time to fork?
#16I doubt that even the best quality fork can compete with Oracles sales machine, no matter how badly they ruin Java. Even if all the great and passionate Java developers leave to become Python programmers, Java will still be the most common language out there.
On top of that Java has the brand. Programmers may not feel positive about it but it's embedded in a lot of large organisations, many of whom will, at the management level, be perfectly happy with the Oracle acquisition. They won't see the need or the appeal to move to something else until there is a strong incentive to do so. Against that sort of entrenchment programmers will struggle to influence things a whole loa…
If Oracle targets an "OMG Don't Get Caught Using Fake Low-Quality Java" marketing campaign at our upper management, we'll talk to management ourselves and paint Oracle as losers who lost their grasp on everything but the trademark and no longer offer the premier, industry-standard implementation that we require.
Re: Java as we know it is over. Time to fork?
#17I've noticed a trend. When people sit around and talk about forking a project, it doesn't happen. When someone forks a project, there's a chance it'll take off. You can't convince someone else to fork something. If they had the drive to fork it, they wouldn't need convincing in the first place.
Re: Java as we know it is over. Time to fork?
#18Re: Java as we know it is over. Time to fork?
#19Re: Java as we know it is over. Time to fork?
#20Wouldn't a fork be running smack into a patent suit? I confess to not understanding the Java ecosystem at all , but I do know that Oracle just sued Google over their alternative Java implementation...how could a fork avoid this?
If you meet the "Technology Compatibility Kit", then you're an official Java and have a license. Unfortunately Sun was not in the habit of giving access to the TCK to people who were doing things they did not like with Java, and there is no reason to believe that Oracle will be more generous.
Google's problem was that they didn't want GPLed code (wouldn't work for the vendors who want to customize Android), and Sun wouldn't give them access to the TCK.
So anyone can create a GPLed fork, or someone who already has access to the TCK (eg IBM) can fork as long as they maintain complete compatibility with the TCK.