How real is this and what impact, if any, would this have on server apps that run on a JVM? There's tons of them, many of which bundle a copy of the JVM in the app itself. The latter is the suggested deployment model in containers (i.e. bundle all your dependencies). Also, would using OpenJDK remove any " Get your ass sued by Oracle " risk or just defer it to a later date?
Oracle finally targets Java non-payers six years after plucking Sun
41–50 of 91 posts
Re: Oracle finally targets Java non-payers six years after plucking Sun
#42There is so much negativity around Java that I wonder why anyone starting on their journey to becoming a programmer would want to learn it or work with it.
Re: Oracle finally targets Java non-payers six years after plucking Sun
#43Are there still any reasons why one should choose Java instead of .Net for new developments?
There are many, many more good libraries for Java in Maven Central than for .NET in Nuget. OS independence, if not quite platform independence, has informed much of those libraries' development. Maven, love it or hate it, can do a staggering number of things, some of them very useful. JAX-RS servers and clients are more robust IME on Java. (Just try to find a capable path+querystring builder for .NET.) JDBC is still…
I still have a repository where Surefire (hah) refuses to run any tests. Impossible to debug. No, that pile won't be missed.
Re: Oracle finally targets Java non-payers six years after plucking Sun
#44There is so much negativity around Java that I wonder why anyone starting on their journey to becoming a programmer would want to learn it or work with it.
-- Bjarne Stroustrup [1], Creator of C++
Re: Oracle finally targets Java non-payers six years after plucking Sun
#45There is so much negativity around Java that I wonder why anyone starting on their journey to becoming a programmer would want to learn it or work with it.
Re: Oracle finally targets Java non-payers six years after plucking Sun
#46Great news for Golang. Time to switch if you have not.
Go doesn't share any kind of similarity in purpose, methodology or audience with Java. Or maybe you were being sarcastic?
Re: Oracle finally targets Java non-payers six years after plucking Sun
#47Sounds like good news for C++ developers? I'm assuming C#/.net carries the same risk, and C/C++ does not.
Re: Oracle finally targets Java non-payers six years after plucking Sun
#48Are there still any reasons why one should choose Java instead of .Net for new developments?
Re: Oracle finally targets Java non-payers six years after plucking Sun
#49Earlier quoted context omitted.
There are many, many more good libraries for Java in Maven Central than for .NET in Nuget. OS independence, if not quite platform independence, has informed much of those libraries' development. Maven, love it or hate it, can do a staggering number of things, some of them very useful. JAX-RS servers and clients are more robust IME on Java. (Just try to find a capable path+querystring builder for .NET.) JDBC is still…
Maven, where your build script is actually declarative XML that might or might not run. Maven, which spends a minute contacting random servers all over the world only to tell you there is a closing tag missing. I still have a repository where Surefire (hah) refuses to run any tests. Impossible to debug. No, that pile won't be missed.