What does Exploded Development mean? (In Java)
Yes exploded means than instead of deploying a WAR/EAR file to your application server to test your application you point your application server at a folder containing the unzipped (exploded) contents of what would be inside the WAR/EAR file. This makes development quicker as most application servers support Hot Deploy where you can change the … Read more