From non-modular to modular Java programs - What you need to know

Subscribers:
24,000
Published on ● Video Link: https://www.youtube.com/watch?v=AfrhsiITzww



Duration: 30:31
751 views
8


In this session, I will explain how existing code can be tested for compatibility with Java versions that supports modularity. I will explain a few concepts that help non-modular Java programs to be migrated to modular Java.

I will explain unnamed module which is the key to migrating to module system from a non-modular code. I will talk about the Jdeps tool that examines if you are using removed classes or internal APIs. I will also explain overriding module configurations using command line flags as well as in Eclipse IDE. I will show benefits of jLinks and creation of Multi-release JAR in these times of continuous Java releases.

All the topics mentioned above will be accompanied by live demos.


Speaker(s):
Vikas Chandra (IBM)




Other Videos By Eclipse Foundation


2020-10-26A simple code generator for bespoke data models, web forms, and scientific workflows in Eclipse ICE
2020-10-26What Edge Computing Can Learn From the Moon Landings
2020-10-26Sustainability in Software Engineering
2020-10-26Easier integration testing in OSGi: The open source osgi-test project
2020-10-26Wellness Break: Mindfulness for Developers (Part 2)
2020-10-26Run your APPs on carrier edge: an open source solution
2020-10-26Ecore tools in the cloud - behind the scenes
2020-10-26Writing docs in your IDE - an AsciiDoc primer
2020-10-26Make your microservices as much robust as mission critical systems by MicroProfile and Jakarta EE
2020-10-26Building an Industrial IoT Solution - Open Source
2020-10-26From non-modular to modular Java programs - What you need to know
2020-10-26Beyond LSP: Getting Your Language into Theia and VS Code
2020-10-26Building a Language Server for Eclipse MicroProfile
2020-10-26Walking through the Eclipse IDE tooling support for new Java versions
2020-10-26It's Easy! Contributing to Open Source in Java
2020-10-25Deploy your Java applications to the Cloud using Eclipse JKube
2020-10-25Jakarta NoSQL: One API to many NoSQL databases into Cloud Native age
2020-10-25Using the Power of the LSP to Create Unconventional Language-Client/Server Integrations
2020-10-25Performance Anti-Patterns in OSGi/Eclipse
2020-10-25Connect your devices using an open source, low-power wireless protocol stack
2020-10-25HarmonyOS: Key technical features and architectural deep dive



Tags:
Eclipsecon 2020
Java
Modularity
eclipse
Java modules
compatibility