JAR vs WAR - Packaging Java Apps
Jun 22, 2024 · 3 min read · I have been working on some legacy Java applications lately, and I was going through a lot of terminologies, concepts from the Java eco-system. In this post, I cover a brief comparision between WAR (Web Application Archive) and JAR (Java Archive). Bo...
Join discussion