[Django]-Bundles in java?

1👍

✅

In Java, libraries and programs are normally packaged in JAR files. Java does not have its own package management system to install or remove features. Web applications are packaged in WAR files, which are just JAR files with a specific layout.

This has nothing to do with Java being a compiled language.

1👍

Are osgi-bundles what you search ?

http://en.wikipedia.org/wiki/OSGi

1👍

I suppose the closest thing in Javaland is the venerable Web Application Archive (war file).

Leave a comment