I'm slightly confused, what is the use case for this? It says "no npm, babel, etc" but then it goes and downloads the packages for you.
React-material-ui with a pure Java stack
11–20 of 23 posts
Re: React-material-ui with a pure Java stack
#12Earlier quoted context omitted.
Lots of places are Java™ shops, and adding new shiny stuff from the NodeJS ecosystem for frontend work can be difficult. I couple years ago I had to build a weird multi-step build bridge between babel and the Grails asset pipeline. A pure JVM implementation would probably make this sort of thing less painful for a lot of companies.
Ah ok, so this makes it easier to integrate react into the view layer for a traditional java mvc application is that right?
Re: React-material-ui with a pure Java stack
#13Earlier quoted context omitted.
Oracle plans to replace Nashorn with V8 due to lack of manpower. Check this year's Java Languages Summit.
What? Where did they say that in that talk? They simply showed a way to execute native code with V8, so it's easier to run node on nashorn. Stop spreading misinformation.
"Nashorn has been in development since 2010"
"Alas, only 2-3 engineers available to work on Nashorn at any given time"
"It takes a village to implement a programming language"
"ECMAScript 6 requires a significant number of changes"
"Other JavaScripts get better and better; V8, Nitro, SpiderMonkey"
https://www.youtube.com/watch?v=-JLhwsbMvjQ
Then follow from there up to the end.
Re: React-material-ui with a pure Java stack
#14Re: React-material-ui with a pure Java stack
#15Earlier quoted context omitted.
What? Where did they say that in that talk? They simply showed a way to execute native code with V8, so it's easier to run node on nashorn. Stop spreading misinformation.
Anyone can check by themselves, starting at 7:25. "Nashorn has been in development since 2010" "Alas, only 2-3 engineers available to work on Nashorn at any given time" "It takes a village to implement a programming language" "ECMAScript 6 requires a significant number of changes" "Other JavaScripts get better and better; V8, Nitro, SpiderMonkey" https://www.youtube.com/watch?v=-JLhwsbMvjQ Then follow from there up t…
It's really quite nice and I think there will be exiting news in this front from Oracle lab soonish...
[1] http://www.oracle.com/technetwork/oracle-labs/program-langua...
Re: React-material-ui with a pure Java stack
#16Re: React-material-ui with a pure Java stack
#17mvn clean package
just after
git clone
This immediately tells me of his attention to make builds reproducible.
edit: formatting
Re: React-material-ui with a pure Java stack
#18Earlier quoted context omitted.
Anyone can check by themselves, starting at 7:25. "Nashorn has been in development since 2010" "Alas, only 2-3 engineers available to work on Nashorn at any given time" "It takes a village to implement a programming language" "ECMAScript 6 requires a significant number of changes" "Other JavaScripts get better and better; V8, Nitro, SpiderMonkey" https://www.youtube.com/watch?v=-JLhwsbMvjQ Then follow from there up t…
Or GRAAL.js which is a lot further in implementing al the new ES6+ features than Nashorn will ever be [1] It's really quite nice and I think there will be exiting news in this front from Oracle lab soonish... [1] http://www.oracle.com/technetwork/oracle-labs/program-langua...
Re: React-material-ui with a pure Java stack
#19Earlier quoted context omitted.
What? Where did they say that in that talk? They simply showed a way to execute native code with V8, so it's easier to run node on nashorn. Stop spreading misinformation.
Anyone can check by themselves, starting at 7:25. "Nashorn has been in development since 2010" "Alas, only 2-3 engineers available to work on Nashorn at any given time" "It takes a village to implement a programming language" "ECMAScript 6 requires a significant number of changes" "Other JavaScripts get better and better; V8, Nitro, SpiderMonkey" https://www.youtube.com/watch?v=-JLhwsbMvjQ Then follow from there up t…
Also replace nashorn with V8 simply is a false statement, V8 is of it's own project established before Nashorn, and it doesn't even belong to Oracle, how can one replace a new project with an old one?
Re: React-material-ui with a pure Java stack
#20Can it be used with sparkjava, pippo, or springfw?