Skip to main content

Posts

Showing posts with the label Introduction

Introduction

జేస్ప్  JSP जसप  (Q)Why did sun micro system given jsp technology even though it is already having servlet technology? a.) In the initial days of servlet launching the programmers didn't liked servlet because of there is no tag based programming in servlet and strong java knowledge is required to work with servlet b.) The programmers have rejected servlet though it is having good features. To overcome these problem sun microsystem had given jsp having all the features of servlet and having support of tag based programming c.) JSP is suitable for both java and non java programmers d.) In the initial days of jsp the programmers have used JSP as complete alternate to servlet and asp, but in the modern development the programmers are using servlet , jsp technologies together in the web application development(mvc1,mvc2 architecture) Difference between Servlet( s ) & JSP( j ) (s) Strong java knowledge is required (j) Not required (s) Suitable for only java programmers (j) s...