Добавил:
Upload Опубликованный материал нарушает ваши авторские права? Сообщите нам.
Вуз: Предмет: Файл:
Readings in Modern Information Technology.doc
Скачиваний:
108
Добавлен:
11.11.2018
Размер:
821.76 Кб
Скачать

Java server pages

14. What do JSP and ASP stand for?

15. Match definitions with abbreviations

HTML a DOS program with com filename extension

ASP extensible markup language

VC Hyper Text Markup Language

JSP visual basic

MVC active server pages

XML Java Server Pages

16. Work in groups A and B. Read the text below and fill the table. Group A finds the information about ASP technology and group B fills the information about JSP. Then report to the class.

JSP

ASP

Portability

Performance

Development & Deployment

Custom Tag Libraries

MVC or Model 2 Architecture

JavaServer Pages (JSP) is a Java technology that allows software developers to dynamically generate HTML, XML or other types of documents in response to a Web client request. The technology allows Java code and certain pre-defined actions to be embedded into static content.

A WEB DEVELOPERS PERSPECTIVE - "FROM ASP TO JSP"

Comparing these two technologies is both a difficult and sensitive task but it is important to appreciate the differences in the way that the various interfaces, and the applications that connect to them, work.

JavaServer Pages (JSP) and Microsoft Active Server Pages (ASP) technologies provide a simplified, fast way to create web pages that display dynamically generated content. While ASP and JSP technologies are similar in many ways, they also differ significantly in some ways.

Both the technologies follow the same model of separating programming logic from page design through the use of components that are called from the page itself. And both provide developers an easier and faster alternative to creating web applications using CGI scripts.

The main strengths of jsp as compared to asp: Portability

A Portable application environment gives organizations the flexibility to migrate servers and swap tools, as business needs change. Portability also enables developers to share their work with a wider audience. Java Server Pages technology delivers "Write Once, Run Anywhere" capability, offering unprecedented reuse on any platform and on any server. JSP is being developed through an industry-wide initiative led by Sun Microsystems and is designed to be both platform and server independent. In contrast, ASP is purely a Microsoft based technology deployed primarily on Windows NT servers. JSP technology was designed to support numerous servers, browsers and tools.

Соседние файлы в предмете [НЕСОРТИРОВАННОЕ]