Shrirang Shirodkar joins Donovan Brown to discuss what’s new in App Service for Java developers. You’ll see how Java developers can build web apps for Linux without having to deal with custom Docker c
Modern Java Reloaded | Software Development Conference QCon New York
Modern, Modular, fast, and effective Java. Pushing the boundaries of JDK 9 and beyond.
Java EE 8 and the Open Future of Java EE – DZone Java
This walkthrough of Java EE 8 covers the basics of Servlet 4, JSON-B, JSON-P, SSE, the Date-Time API, and how the transition to the open Jakarta EE is going.
An evening of Java Streaming Performance Presentations, Spirits and Appetizers in New York City – Azul Systems, Inc.
Java Networking Event with Azul Systems and Hazelcast June 21 | Impact Hub, 394 Broadway, 5th Floor, New York City You’re invited ….
First Steps in Java | Udemy
Get a good grasp on the basics of Java programming language: topics ranging from basic syntax to database operations – Free Course
Binary Searching in Java Without Recursion – DZone Java
See how binary searching works on your Java arrays and consider the approaches of implementing those searches both iteratively and recursively.
Java Testing Weekly 24 / 2018
There are many software development blogs out there, but many of them don’t publish testing articles on a regular basis. Also, I have noticed that some software developers don’t read blogs written by software testers. That is a shame because I think that we can learn a lot from them. That is why I decided to create a newsletter that shares the best testing articles which I found during the last week. Let’s get started. Technical Stuff How to Create Selenium Reports with EventListeners is an interesting blog post that explains how you can create test reports or logs without writing any duplicate code. JUnit5 Programmatic Extension Registration with @RegisterExtension describes how you can register custom JUnit 5 extensions by using the @RegisterExtension annotation. Also, the author explains the difference between adding this annotation to a static field and adding this annotation to an instance field. Mockito ArgumentMatchers is a pragmatic blog post that describes how you can use Mockito’s argument matchers. This post also explains the difference between an argument matcher and an argument captor, and helps you to use the right tool for the job. Spring REST Docs – Test driven documentation of your REST API is a
Java By Comparison: Become a Java Craftsman in 70 Examples: Simon Harrer, Jörg Lenhard, Linus Dietz: 9781680502879: Amazon.com: Books
Java By Comparison: Become a Java Craftsman in 70 Examples [Simon Harrer, Jörg Lenhard, Linus Dietz] on Amazon.com. *FREE* shipping on qualifying offers.
Thread Methods destroy() and stop(Throwable) Removed in JDK 11
The message “RFR(s): 8204243: remove Thread.destroy() and Thread.stop(Throwable)” by @DrDe…
Begin your Java exploration: Advice and resources for Java beginners – JAXenter
If Java is unfamiliar territory for you or you are migrating from another language to Java, this will help you understand what your “arsenal” should include
Java Collections Are Evolving – DZone Java
Learn how to create factory methods for Collections as well as create immutable copies of Collections with the changes introduced in Java 9 and Java 10.
Pushing the JNI Boundaries: Java Meets Assembly – DZone Java
This lesson in assembly and Java will teach you how to use the Java Native Interface to work directly with an assembler.
Are Java method references stable?
If I obtain a method reference using the new syntax:anObject::aMethodDo I always get the same object? That is, can I trust that two references to the same method will be equal?This is good to…
Evaluating JavaScript in Java with GraalVM – Adrian Marszalek
Learn how to evaluate code snippets of JavaScript in Java using GraalVM and GraalJS. GraalVM provides great interoperability when it comes to using multiple languages in one project.
10 Essential Java, Big Data, and Web Development Frameworks Programmers Should Learn in 2018
From the start of this year, many of my readers are asking me questions on Facebook and Email that what should they learn in 2018? I have…