Home Java Javaee6 Introduction of Web Application



Introduction of Web Application
Posted on: November 26, 2011 at 12:00 AM
The application based on web is stored on a remote server and they can be accessed through web browser.

Introduction of Web Application

The application based on web is stored on a remote server and they can be accessed through web browser.

Types of Web Application

There are two types of Web Applications :

  • Presentation-oriented : This type of application have interactive web pages and dynamic content in response to the request. These pages are coded using markup languages like HTML, XHTML, XML etc.

  • Service-oriented : The service oriented web application provide web service. The presentation oriented application are generally clients of service oriented application.

Web Application Life Cycle

The life cycle of web application can be summarized into steps as follows :

STEP 1 : Coding web application.

STEP 2 : Deployment descriptor configuration(If needed)

STEP 3 : Compilation of web application

STEP 4 : Bundling of application into deployable unit like war file.

STEP 5 : Application deployment into web container.

STEP 6 : Request the application URL to test it's functionality.

 

Related Tags for Introduction of Web Application:


More Tutorials from this section

Ask Questions?    Discuss: Introduction of Web Application  

Post your Comment


Your Name (*) :
Your Email :
Subject (*):
Your Comment (*):
  Reload Image
 
 

Ask Questions?

If you are facing any programming issue, such as compilation errors or not able to find the code you are looking for.

Ask your questions, our development team will try to give answers to your questions.