create war file

Java Made Clear: Difference between JAR WAR EAR Examples

Basically JAR WAR EAR are compressed files of Java compressed at DOS prompt with jar tool (jar command). They are used for different purposes. a) JAR File (Java ARchive) JAR file is like winzip file compressed with JDK software. The problem of popular winzip file is it should be unzipped on Windows OS only. winzip …

Java Made Clear: Difference between JAR WAR EAR Examples Read More »

Servlet WAR File Weblogic Creation Deployment

Servlet WAR File Weblogic Creation, Deployment and Execution is shown step-by-step for a Beginner. With the release of the Java Servlet Specification 2.2, the concept of a Web application was introduced. According to this specification, a "Web Application is a collection of servlets, html pages, classes, and other resources that can be bundled and run …

Servlet WAR File Weblogic Creation Deployment Read More »