Live data from Hacker News

Rife Is a Framework Experiment

rife2.com

1–10 of 39 posts

Re: Rife Is a Framework Experiment

#4
post #2

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.

Yeah I’d never touch anything Oracle. Don’t reward horrible behavior. Best thing the industry can do is ignore them as much as possible and let them fade away.

Re: Rife Is a Framework Experiment

#6
post #5

I thought "modern Java" means classless ? Why do i need to put some code inside another superficial class here ?

Everything in java is a class, not sure what you mean.

Personally, it's nice from an operations perspective. Makes debugging performance problems a lot easier.

Re: Rife Is a Framework Experiment

#7
post #4
post #2

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.

Yeah I’d never touch anything Oracle. Don’t reward horrible behavior. Best thing the industry can do is ignore them as much as possible and let them fade away.

Just like there are different C compilers there are different JDK/JREs.

Re: Rife Is a Framework Experiment

#8
post #6
post #5

I thought "modern Java" means classless ? Why do i need to put some code inside another superficial class here ?

Everything in java is a class, not sure what you mean. Personally, it's nice from an operations perspective. Makes debugging performance problems a lot easier.

Then it's "old Java", not "modern java" ?

Re: Rife Is a Framework Experiment

#9
post #5

I thought "modern Java" means classless ? Why do i need to put some code inside another superficial class here ?

> I thought "modern Java" means classless ?

Nope.

> Why do i need to put some code inside another superficial class here ?

Which class is the superficial class?

Post reply on HN