Welcome to Software Development on Codidact!
Will you help us build our independent community of developers helping developers? We're small and trying to grow. We welcome questions about all aspects of software development, from design to code to QA and more. Got questions? Got answers? Got code you'd like someone to review? Please join us.
Post History
Is it worth using the Java Platform Module System introduced in Java 9 to structure application code? Given that the Java Platform Module System introduced in Java 9 doesn't manage dependency vers...
#4: Post edited
Is it worth using the Java Platform Module System in application code?
- Is it worth using the Java Platform Module System introduced in Java 9 to structure application code?
Given that the Java Platform Module System introduced in Java 9 doesn't manage dependency versions, I understand I still need a dependency management tool such a Maven - but if I am already using such a tool, what additional value does the JPMS provide? In particular, if I am already using maven modules to structure my app?
- Is it worth using the Java Platform Module System introduced in Java 9 to structure application code?
- Given that the Java Platform Module System introduced in Java 9 doesn't manage dependency versions, I understand I still need a dependency management tool such as Maven - but if I am already using such a tool, what additional value does the JPMS provide? In particular, if I am already using Maven modules to structure my app?
#3: Post edited
- Is it worth using the Java Platform Module System introduced in Java 9 to structure application code?
Given that the Java Platform Module System introduced in Java 9 doesn't manage dependency versions, I understand I still need a dependency management tool such a Maven. Given that I am using such a tool, what additional value does the JPMS provide? In particular, if I am already using maven modules to structure my app?
- Is it worth using the Java Platform Module System introduced in Java 9 to structure application code?
- Given that the Java Platform Module System introduced in Java 9 doesn't manage dependency versions, I understand I still need a dependency management tool such a Maven - but if I am already using such a tool, what additional value does the JPMS provide? In particular, if I am already using maven modules to structure my app?
#2: Post edited
- Is it worth using the Java Platform Module System introduced in Java 9 to structure application code?
Given that the Java Platform Module System introduced in Java 9 doesn't manage dependency versions, I understand I still need a dependency management tool such a Maven. Given that I am using such a tool, what additional value does the JPMS provide? In particular, if I am already using maven modules to structure my app?Under which circumstances is the JPMS worth using?
- Is it worth using the Java Platform Module System introduced in Java 9 to structure application code?
- Given that the Java Platform Module System introduced in Java 9 doesn't manage dependency versions, I understand I still need a dependency management tool such a Maven. Given that I am using such a tool, what additional value does the JPMS provide? In particular, if I am already using maven modules to structure my app?
#1: Initial revision
Is it worth using the Java Platform Module System in application code?
Is it worth using the Java Platform Module System introduced in Java 9 to structure application code? Given that the Java Platform Module System introduced in Java 9 doesn't manage dependency versions, I understand I still need a dependency management tool such a Maven. Given that I am using such a tool, what additional value does the JPMS provide? In particular, if I am already using maven modules to structure my app? Under which circumstances is the JPMS worth using?