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
I suppose the closest thing in Javaland is the venerable Web Application Archive (war file).
- [Django]-MapperParsingException on doing rebuild_index in django-haystack with elasticsearch
- [Django]-Invalid block tag – bootstrap-form, expected endblock
- [Django]-Models.py not getting generated when using the inspectdb
- [Django]-'web:' is not recognised as an internal or external command
- [Django]-Icontains and getlist django python
Source:stackexchange.com