Geeks Talk

Prepare for your Next Interview


Welcome to the Geeks Talk forums.

You are currently viewing our boards as a guest which gives you limited access to view most discussions and access our other features. By joining our free community you will have access to post topics, communicate privately with other members (PM), respond to polls, upload content and access many other special features. Registration is fast, simple and absolutely free so please, join our community today!

If you have any problems with the registration process or your account login, please contact contact us.

Why We need JSP

This is a discussion on Why We need JSP within the JSP forums, part of the Web Development category; Where we need JSP? i.e What is the main purpose of JSP? Why We need JSP?...

Go Back   Geeks Talk > Web Development > JSP
Register Blogs FAQ Tag Cloud Calendar Mark Forums Read

JSP JSP Related Issues and Problems

Reply

 

LinkBack Thread Tools Display Modes
  #1 (permalink)  
Old 10-16-2007
Junior Member
 
Join Date: Oct 2007
Location: Chennai
Posts: 1
Thanks: 0
Thanked 1 Time in 1 Post
100881 is on a distinguished road
Why We need JSP

Where we need JSP?
i.e What is the main purpose of JSP?
Why We need JSP?
Reply With Quote
The Following User Says Thank You to 100881 For This Useful Post:
Sponsored Links
  #2 (permalink)  
Old 10-18-2007
Contributing Member
 
Join Date: Sep 2006
Location: India
Posts: 39
Thanks: 2
Thanked 11 Times in 10 Posts
SahilKabra is on a distinguished road
Re: Why We need JSP

JSP is used for the design of a web page and servlet is used to code the logic that is present i.e. in the MVC (Model-View-Controller) architecture, the servlet is the controller and the JSP is the view.


Regards,
Sahil.



--Smile it makes people wonder what you are thinking.
Reply With Quote
The Following 2 Users Say Thank You to SahilKabra For This Useful Post:
  #3 (permalink)  
Old 10-22-2007
Junior Member
 
Join Date: Jul 2007
Location: Bangalore, India
Posts: 12
Thanks: 0
Thanked 3 Times in 2 Posts
JaiBharath is on a distinguished road
Re: Why We need JSP

JSP is actually developed to
1. lower the burden on the developer as the Servlet coding developement will be taken care by jsp compiler and can make use of some implicit variables.
2. allow a non-java programmer can make use of JSP to develop a web application by knowing only a few tags and their usage.
3. to resemble the MVC arch.
Reply With Quote
  #4 (permalink)  
Old 11-02-2007
Junior Member
 
Join Date: Oct 2007
Posts: 1
Thanks: 0
Thanked 0 Times in 0 Posts
Dakshin is on a distinguished road
Re: Why We need JSP

it is one of the easiest way of creating dynamic webpages
Reply With Quote
  #5 (permalink)  
Old 01-21-2008
Junior Member
 
Join Date: Nov 2006
Location: India
Posts: 8
Thanks: 0
Thanked 2 Times in 2 Posts
madhukar.poreddy is on a distinguished road
Re: Why We need JSP

JSP is used for the design of a web page.The presentation(View) may always change in the real time applications like Google and all those,by using the JSPs as a presentation there is no need to restart the server when the view is changed. and it will seperate the presentation logic from the business logic.
Reply With Quote
  #6 (permalink)  
Old 09-27-2009
Junior Member
 
Join Date: Sep 2009
Location: rajasthan
Posts: 2
Thanks: 0
Thanked 0 Times in 0 Posts
dsmartnitin is on a distinguished road
Re: Why We need JSP

Javaserver pages (jsp) is a server side java technology that allows software developers to create dynamically generated web pages, with html, xml, or other document types, in response to a web client request to a java web application container (server). Architecturally, jsp may be viewed as a high-level abstraction of java servlets. Jsp pages are loaded in the server and operated from a structured special installed java server packet called a j2ee web application often packaged as a .war or .ear file archive. Nitin
Reply With Quote
  #7 (permalink)  
Old 4 Weeks Ago
Junior Member
 
Join Date: Dec 2008
Location: Indore MP India
Posts: 7
Thanks: 0
Thanked 1 Time in 1 Post
amit.jain10 is on a distinguished road
Re: Why We need JSP

The two main uses of jsps are:

1) Using jsp's we can can seperate the presentation logic from business logic very easily(we can also do the same using the servlets but difficult)

2) Even a web author can easily develop the code ,in the sence a person who doesnt know anything about java can also develop the jsps using the tags

Thx,
Amit Jain
Reply With Quote
  #8 (permalink)  
Old 4 Days Ago
Junior Member
 
Join Date: Apr 2009
Location: gurgaon
Posts: 1
Thanks: 0
Thanked 0 Times in 0 Posts
manishsahni2000 is on a distinguished road
Re: Why We need JSP

Quote:
Originally Posted by 100881 View Post
Where we need JSP?
i.e What is the main purpose of JSP?
Why We need JSP?
we need jsp in order to view the implementations of the servlets and beans
within the browser.
Reply With Quote
Reply

  Geeks Talk > Web Development > JSP

Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are Off



All times are GMT -4. The time now is 11:37 AM.


Powered by vBulletin® Version 3.8.4
Copyright ©2000 - 2009, Jelsoft Enterprises Ltd.
Content Relevant URLs by vBSEO 3.3.1
Copyright © 2009 GeekInterview.com. All Rights Reserved