It’s always nice to see full-stack, batteries included frameworks. However, whenever I see Java, I can’t help but think about Oracle and it turns into a very unpleasant feeling.
Rife Is a Framework Experiment
11–20 of 39 posts
Re: Rife Is a Framework Experiment
#12It’s always nice to see full-stack, batteries included frameworks. However, whenever I see Java, I can’t help but think about Oracle and it turns into a very unpleasant feeling.
Oracle seems to be this big, complicated enterprise oriented corporation. But they’re also stewards of Java and had kept the language evolving with impressive stability and compatibility guarantees.
There are definitely firms that I don’t want to rely on for ethical reasons. They accumulated long lists of malpractices and exploitation. One in particular is very popular around here.
What am I missing here?
Re: Rife Is a Framework Experiment
#13I thought "modern Java" means classless ? Why do i need to put some code inside another superficial class here ?
Re: Rife Is a Framework Experiment
#14It’s always nice to see full-stack, batteries included frameworks. However, whenever I see Java, I can’t help but think about Oracle and it turns into a very unpleasant feeling.
Re: Rife Is a Framework Experiment
#15I thought "modern Java" means classless ? Why do i need to put some code inside another superficial class here ?
C# has top-level functions and even top-level code these days, but it evolves a lot faster.
Re: Rife Is a Framework Experiment
#16It’s always nice to see full-stack, batteries included frameworks. However, whenever I see Java, I can’t help but think about Oracle and it turns into a very unpleasant feeling.
As a professional developer that only works on Java I hated the fact that Oracle bought Sun. I was rooting for IBM or Google. If you use the Oracle JDK; yes you MIGHT need to pay money depending on what you use of it. There are around 10 (?) different providers of Java Software Developer Kits available all the others are free. I know no Java developer that actually uses the one from Oracle; and since I am a consultan…
Earlier licensing practices were not much better; my company did a 'hard purge' a few years ago and everything using Oracle JDK+RDBMS is now running on OpenJDK with a PostgreSQL backend.
Don't know what rooting for Google and/or IBM would help. All companies that size do have their shady side and will sometimes do questionable things. They didn't get to be so big just by being nice...
Re: Rife Is a Framework Experiment
#17I thought "modern Java" means classless ? Why do i need to put some code inside another superficial class here ?
There's a lot more to it than obsessing over a single line of boilerplate code...
Re: Rife Is a Framework Experiment
#18Earlier quoted context omitted.
As a professional developer that only works on Java I hated the fact that Oracle bought Sun. I was rooting for IBM or Google. If you use the Oracle JDK; yes you MIGHT need to pay money depending on what you use of it. There are around 10 (?) different providers of Java Software Developer Kits available all the others are free. I know no Java developer that actually uses the one from Oracle; and since I am a consultan…
The issue with Oracle JDK is you _have_ to pay even if you don't use it. If there's just one person in the company using Oracle JDK they bill you for the entire company headcount. Earlier licensing practices were not much better; my company did a 'hard purge' a few years ago and everything using Oracle JDK+RDBMS is now running on OpenJDK with a PostgreSQL backend. Don't know what rooting for Google and/or IBM would h…
I'm personally using Amazon Corretto (is in the SKDMan link)
Re: Rife Is a Framework Experiment
#19It’s always nice to see full-stack, batteries included frameworks. However, whenever I see Java, I can’t help but think about Oracle and it turns into a very unpleasant feeling.
I don’t quite understand these comments. Oracle seems to be this big, complicated enterprise oriented corporation. But they’re also stewards of Java and had kept the language evolving with impressive stability and compatibility guarantees. There are definitely firms that I don’t want to rely on for ethical reasons. They accumulated long lists of malpractices and exploitation. One in particular is very popular around…
Also, is the "One in particular" MS, Goog, or FB? All get as much skepticism/criticism as praise.