Friday, November 23, 2012

Getting Started with Web Applications

Getting Started with Web Applications: "A web application is a dynamic extension of a web or application server. There are two types of web applications:

Presentation-oriented: A presentation-oriented web application generates interactive web pages containing various types of markup language (HTML, XML, and so on) and dynamic content in response to requests. Chapters 11 through 22 cover how to develop presentation-oriented web applications.
Service-oriented: A service-oriented web application implements the endpoint of a web service. Presentation-oriented applications are often clients of service-oriented web applications. Chapters 8 and 9 cover how to develop service-oriented web applications."

'via Blog this'