Wheeler: Insecure open source software libraries?
Posted Apr 9, 2012 22:16 UTC (Mon) by
rqosa (subscriber, #24136)
In reply to:
Wheeler: Insecure open source software libraries? by Cyberax
Parent article:
Wheeler: Insecure open source software libraries?
> However, this mode is used by all real project only for development, and quite explicitly NOT for releases.
I'm aware that when building a release with Maven, it makes a .jar which contains all dependencies. But that's beside the point — what I meant was that even though Java SE has a fairly large standard "platform API", it's still not enough for all apps, and that's why Java developers now use a package repository with a constantly-changing selection of libraries (unlike the set-in-stone "platform API") and also a tree of dependencies together with dependency resolution in the package manager (unlike the supposedly "more effective" Android Market and iOS App Store, which lack dependency resolution and therefore require all packages to depend on the "platform API" only).
(
Log in to post comments)