Curious about the future of data-driven systems? Join our Data Engineering roundtable and learn how to build scalable data platforms.
Data Engineering: The industry has come a long way from organizing unstructured data to adopting today's modern data pipelines. See how.
Technology Architect at Home @kevinhooke
Davis, US
Joined Feb 2008
Technology Architect/Developer at Accenture, specializing in Java and related technologies. Have worked in software development since 1994, and with Java since 1997. Views and opinions are entirely my own and do not reflect the views of any of my employers, past or present.
Stats
| Reputation: | 2711 |
| Pageviews: | 1.5M |
| Articles: | 31 |
| Comments: | 12 |
Comments
Nov 16, 2020 · Kevin Vu
DZone - this is not my article.
Apr 04, 2019 · Anish Panthi
If you exclude spring-boot-starter-logging do you get any log output either from Spring or your app code? If I do a similar exclude in my maven pom.xml, when running locally with embedded Tomcat I don't get any log output and the app fails to start? (putting spring-boot-starter-logging back then it starts locally, but fails to deploy on WLS12c)
Dec 21, 2018 · Lindsay Burk
What version of MacOS are you running? What version of Java do you have installed (and what type is it, is it an OpenJDK build, or?)
Oct 26, 2018 · Lindsay Burk
I should give that a try. I'm familiar with brew and macports and I think they both have ready to go packages too
Nov 24, 2017 · Mike Gates
The link to the original source for the Lambda script is missing in this version of the article (the gist is embedded in Wordpress in my original article), to credit the author, here's the source for the script: https://gist.github.com/understeer/91753c60adc17e791ec1#file-sendsqs-js
Aug 20, 2017 · Duncan Brown
Had better luck installing 98, it installs, boots and runs, but without supported VirtualBox Guest Additions it runs pretty sluggish...
Jan 24, 2016 · John Vester
References are also passed by value. There is no pass by reference in Java.
Jan 24, 2016 · John Vester
Also, please review the excellent answers and examples on this thread on StackOverflow showing how Java does not support pass by reference: http://stackoverflow.com/questions/40480/is-java-pass-by-reference-or-pass-by-value
Jan 24, 2016 · John Vester
I think you're missing the point in what is meant by 'pass by value' vs 'pass by reference'. Java only supports 'pass by value' method passing semantics. It's stated so in the Java Language Spec, section 4.12.3 item 4 (Method Parameters). https://docs.oracle.com/javase/specs/jls/se8/html/jls-4.html#jls-4.12.3
For a definition, see: https://en.wikipedia.org/wiki/Evaluation_strategy#Call_by_reference
Jan 22, 2016 · John Vester
The confusing choice of terms in Java is that references are also passed by value. There is no pass by reference in Java.
Aug 17, 2009 · Kevin Hooke
Feb 09, 2008 · truebosko