0% found this document useful (0 votes)
20 views

Student:: Maria Dominguez P

The document compares the advantages and disadvantages of PHP, ASP, and JSP for web application development. PHP advantages include being multiplatform, having server-side code that is invisible to clients, and easy connectivity to databases. ASP advantages are its support for 3-tier architecture, easy deployment and maintenance, compatibility with many languages, and rapid development of web apps. JSP advantages include being fully server-side, strong graphics capabilities, and being open source. Disadvantages include PHP source code potentially being visible, the need to install a web server for PHP, and lack of company backing. ASP disadvantages are limited control and complicated page lifecycles. JSP disadvantages are a limited interface and the interface burden being greater than desktop

Uploaded by

Esther Lombera
Copyright
© © All Rights Reserved
Available Formats
Download as DOCX, PDF, TXT or read online on Scribd
0% found this document useful (0 votes)
20 views

Student:: Maria Dominguez P

The document compares the advantages and disadvantages of PHP, ASP, and JSP for web application development. PHP advantages include being multiplatform, having server-side code that is invisible to clients, and easy connectivity to databases. ASP advantages are its support for 3-tier architecture, easy deployment and maintenance, compatibility with many languages, and rapid development of web apps. JSP advantages include being fully server-side, strong graphics capabilities, and being open source. Disadvantages include PHP source code potentially being visible, the need to install a web server for PHP, and lack of company backing. ASP disadvantages are limited control and complicated page lifecycles. JSP disadvantages are a limited interface and the interface burden being greater than desktop

Uploaded by

Esther Lombera
Copyright
© © All Rights Reserved
Available Formats
Download as DOCX, PDF, TXT or read online on Scribd
You are on page 1/ 3

Student:

Maria Dominguez P.

Subject:
Web applications development

Teacher:
Lic. Juan Angel Martnez Rosas

Homework:
Comparative table

Advantages
PHP

It is a multiplatform language.

The source code written in PHP is invisible to


the client browser and as it is the server that
is responsible for implementing the code and
submit your HTML to the browser results. This
makes programming in PHP is safe and
reliable.

Connectivity with most database engines


used today, highlights its connectivity with
MySQL and PostgreSQL.
Ability to expand their potential using the huge
amount of modules (called ext's or
extensions).
Ability to connect to different database
managers.

Disadvantage

As it is a language tha
running for certain us
drawback that the sou
not be hidden.

Obfuscation is a techn
make it difficult to read
does not prevent, a
cases, represents a co

You need to install a we

Access to databas
standardized (differen
have different syntax).

There is no company b

makes
up
for
it
community of users wh
support.

It is free software.
Allows OOP.

ASP

JSP

It provides 3-tiers architecture.


Provide easy way to deploy the new
applications and maintenance.
Compatible with around 55 languages.
Consistent Programming Model.
Direct Support for Security.
Rapid development to web applications.
Easy to learn and install.
Existence of a lots of online free tutorials and
code snippets.

It is a completely written language.


Strong graphics manipulation capabilities.
Loads
APIs:
Application
Programming
Interface.
Open Source: Open source is the expression
that is known to software distributed and
developed freely.

The limited abilities o


control.
Complicated Page Life
Limited support for test
Leaky abstraction.
Large data in the view s
Limited control over HT

It does not have an


many possibilities, bec
interface is limited.
Coding interfaces wit
carries many lines of c
should be done u
(javascript)
The burden of the inter
than that of a desktop a

You might also like