分類彙整: java教學網站
Java Weekly, Issue 318
A sneak peek at improved Docker support coming to Spring Boot, and a collection of cool plugins for IntelliJ IDEA. >>> 閱讀全文
What is Maven? Build and dependency management with Apache Maven
Apache Maven is a cornerstone of Java development, and the most used build management tool for Java. Maven’s streamlined, XML-based configuration model enables developers to rapidly describe or grasp the outlines of any Java-based project, which mak… 閱讀全文
JetBrains taps machine learning for full-line code completion
JetBrains has laid out a 2020 roadmap for IntelliJ IDEA and its IntelliJ-based IDEs. The promised new capabilities range from additional machine learning-driven code completion to collaborative editing.The company said the new machine learning-based… 閱讀全文
Microsoft releases open source source code analyzer
Looking to aid developers who rely on external software components, Microsoft has introduced a source code analyzer, Microsoft Application Inspector, to help surface features and other characteristics of source code. Downloadable from GitHub, the cr… 閱讀全文
Launchable applies machine learning to software testing
Startup Launchable, with Kohsuke Kawaguchi, creator of the Jenkins CI/CD platform, as a co-founder, is applying machine learning to software testing. The company’s technology predicts the likelihood of failure for each test given a change in the so… 閱讀全文
Java Weekly, Issue 317
An intro to the Reactive programming support in several high-profile Spring projects, and several new releases are out for Spring Boot and Core. >>> 閱讀全文
JavaScript is the most in-demand IT skill
JavaScript is the skill that is most in-demand for IT in 2020, according to a report from developer skills tester DevSkiller.The report, “Top IT Skills report 2020: Demand and Hiring Trends,” has JavaScript switching places with Java when compared t… 閱讀全文
Installing Oracle Java SE 11 on Ubuntu 18.04
This article is a quick guide for Ubuntu Linux users installing Java 11, the current long-term support (LTS) Java version. I’ll briefly make the case for migrating your code base to Java 11, then guide you through the steps to install Oracle JDK 11 … 閱讀全文
What is the JDK? Introduction to the Java Development Kit
The Java Development Kit (JDK) is one of three core technology packages used in Java programming, along with the JVM (Java Virtual Machine) and the JRE (Java Runtime Environment). It’s important to differentiate between these three technologies, as … 閱讀全文
What is the JRE? Introduction to the Java Runtime Environment
Together, the Java Development Kit (JDK), the Java Virtual Machine (JVM), and the Java Runtime Environment (JRE) form a powerful trifecta of Java platform components for developing and running Java applications. I’ve previously introduced the JDK an… 閱讀全文

