Nuacht

Tweak your Java skills with these quick Java tips. First, see how WAR files can be useful in deploying resources to the Web server. Then, pick up a handy tip on implementing the ...
What's the difference between EAR, JAR and WAR files? They are three common formats for Java application deployment, but they each target different environments with different characteristics.
It's pretty simple to deploy a WAR file in Tomcat with Maven. Follow these five steps to ensure a successful, plugin-based Maven Tomcat deploy of a Java web app.