TE
TechEcho
Home24h TopNewestBestAskShowJobs
GitHubTwitter
Home

TechEcho

A tech news platform built with Next.js, providing global tech news and discussions.

GitHubTwitter

Home

HomeNewestBestAskShowJobs

Resources

HackerNews APIOriginal HackerNewsNext.js

© 2025 TechEcho. All rights reserved.

Critical deficiencies in upcoming Java module system (Jigsaw)

3 pointsby winteriscomingabout 8 years ago

2 comments

mindcrimeabout 8 years ago
Sun/Oracle should have just swallowed their pride and standardized on OSGI as the Java module system years ago. Instead we've had years of back and forth, backbiting, arguments, and lack of progress... all the while people were actually getting work done by just using OSGI. At this point, the "standard Java module system" seems to be a solution looking for a problem.
shouldbworkingabout 8 years ago
What is the point of the new module system? The current package system works fine. This sounds like it&#x27;s going to break a bunch of stuff, particularly shading and dynamic class loading which I&#x27;m currently using.<p>Java should look at the C++ ecosystem. There&#x27;s so much code already written that few sane people will use something that&#x27;s not 99% compatible.<p>If you want to complete with Golang just make a subset of java that&#x27;s AOT compatible