Warez.Ge

This is a sample guest message. Register a free account today to become a member! Once signed in, you'll be able to participate on this site by adding your own topics and posts, as well as connect with other members through your own private inbox!

Java Platform Module System (JPMS) - An In-Depth Introduction

voska89

Moderator
Staff member
Top Poster Of Month
c510374571c41f2b6e67ab469a53e8fe.jpeg

Free Download Java Platform Module System (JPMS) - An In-Depth Introduction
Published 9/2024
Created by Dheeru Mundluru
MP4 | Video: h264, 1280x720 | Audio: AAC, 44.1 KHz, 2 Ch
Genre: eLearning | Language: English | Duration: 30 Lectures ( 4h 3m ) | Size: 1.25 GB​

Learn the tools for creating modular and space-optimized software in Java.
What you'll learn:
Get clear & in-depth understanding of JPMS and how it enables stronger encapsulation, reliable configuration, and creation of smaller distributables
Learn how to create modular code via modules from both within and outside of Eclipse
Learn how non-modular code can work with modular code and vice-versa
Learn how to create Custom Space-Optimized JRE with only required Modules
Requirements:
Knowledge of Core Java
Description:
This course provides an in-depth understanding of the Java Platform Module System (JPMS) and how it enables the creation of modular, strongly encapsulated, and space-optimized software. JPMS is a major feature of Java 9, introduced as part of Project Jigsaw to address challenges faced by earlier versions of Java.When building large, complex software, it is crucial that the code is easy to understand, maintain, secure, and extend. These are essential goals for any well-designed system. Prior to Java 9, achieving these goals relied heavily on design principles like Information Hiding, which utilized packages and access modifiers. However, in some cases, packages and access modifiers fell short, compromising these objectives. Java also faced significant issues with configuration (commonly referred to as JAR hell) and the tendency to ship as a monolithic library. JPMS resolves these limitations by introducing modules, a new layer of abstraction that ensures better encapsulation, more reliable configuration, and the ability to create space-optimized software.In this course, we begin by exploring the problems JPMS was designed to solve, helping you understand its purpose clearly. Next, we'll dive into the anatomy of a module and how to create them from both the command line and Eclipse. You'll also learn how modular and non-modular code can interoperate. One of the most exciting features of JPMS is the ability to create custom runtime images (JREs) or smaller distributables, and in this course, you'll learn exactly how to do that-an essential skill for every developer.Each concept is thoroughly explained with realistic examples, clear illustrations, and practical demonstrations to ensure you grasp the material fully.
Who this course is for:
Developers who are not familiar with JPMS
Homepage
Code:
https://www.udemy.com/course/java-platform-module-system-jpms-an-in-depth-introduction/





Recommend Download Link Hight Speed | Please Say Thanks Keep Topic Live
No Password - Links are Interchangeable
 

Users who are viewing this thread

Top