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 on multiple containers from multiple vendors". That is, a Web application is anything that […]
The post Servlet WAR File in Weblogic Creation and Deployment appeared first on Java Tutorials, tips, forums, faq.