- Trending Categories
Data Structure
Networking
RDBMS
Operating System
Java
iOS
HTML
CSS
Android
Python
C Programming
C++
C#
MongoDB
MySQL
Javascript
PHP
Physics
Chemistry
Biology
Mathematics
English
Economics
Psychology
Social Studies
Fashion Studies
Legal Studies
- Selected Reading
- UPSC IAS Exams Notes
- Developer's Best Practices
- Questions and Answers
- Effective Resume Writing
- HR Interview Questions
- Computer Glossary
- Who is Who
What are advantages of using JSP?
Following table lists out the other advantages of using JSP over other technologies −
vs. Active Server Pages (ASP)
The advantages of JSP are twofold. First, the dynamic part is written in Java, not Visual Basic or other MS specific language, so it is more powerful and easier to use. Second, it is portable to other operating systems and non-Microsoft Web servers.
vs. Pure Servlets
It is more convenient to write (and to modify!) regular HTML than to have plenty of println statements that generate the HTML.
vs. Server-Side Includes (SSI)
SSI is really only intended for simple inclusions, not for "real" programs that use form data, make database connections, and the like.
vs. JavaScript
JavaScript can generate HTML dynamically on the client but can hardly interact with the web server to perform complex tasks like database access and image processing etc.
vs. Static HTML
Regular HTML, of course, cannot contain dynamic information.
- Related Articles
- What are the advantages of using Cucumber?
- What are the advantages of using C# ASP.NET WebAPI?
- What are the advantages of using LPG as fuel?
- What are the advantages of using fabrics made of polyester ?
- What are the advantages of using Hijab in Modern Days?
- What are the advantages of using the python pandas library?
- What are advantages of manure?
- What are the advantages and disadvantages of using MySQL stored procedures?
- What are the advantages, disadvantages and restrictions of using MySQL triggers?
- What are the advantages and disadvantages of using a solar cooker?
- What are the advantages of using CNG and LPG as fuels?
- What are JSP comments?
- What are JSP Directives?
- What are JSP literals?
- What are the advantages in using a Python class?
