jsp definition

jsp definition

View Answers

September 26, 2008 at 10:40 PM

Hi friend don't get confused with HTML that is embedded in jsp's.
If any HTML code in jsp's is placed in out.println("HTML code") statements with any processing and other code(other then HTML code is processed at the server and finally u'r HTML code and server generated HTML code sent for Browser).Server deciding what to sent directly and what to process.

Here one thing u have to observe
jsp page----->JSPCOMPILER---->SERVLET------->SERVER-------->HTML TO BROWSER

September 27, 2008 at 11:22 AM

Hi,


JSP is server side programming language. It is combination of html, javaScript, java, xml.


I am sending a link. This link will help you. Visit for more information.


http://www.roseindia.net/jsp/introduction.shtml

Thanks.









Related Tutorials/Questions & Answers:
jsp definition - JSP-Servlet
jsp definition  is jsp a client side programming language or server... that is embedded in jsp's. If any HTML code in jsp's is placed in out.println("HTML.... Here one thing u have to observe jsp page----->JSPCOMPILER---->SERVLET
ModuleNotFoundError: No module named 'definition'
ModuleNotFoundError: No module named 'definition'  Hi, My Python... 'definition' How to remove the ModuleNotFoundError: No module named 'definition' error? Thanks   Hi, In your python environment you
Advertisements
Document Type Definition
Document Type Definition  What is Document Type Definition
Version of nanning>nanning-definition dependency
List of Version of nanning>nanning-definition dependency
where is the definition of keywords like this, int, void present in Java ? e.g the definition of methods are in API.
where is the definition of keywords like this, int, void present in Java ? e.g the definition of methods are in API.  where is the definition of keywords like this, int, void present in Java ? e.g the definition of methods
Definition of Bioinformatics
Definition of Bioinformatics       About Bioinformatics In February 2001, the human... in the living world (using biochips , for example). The Definition of Bioinformatics
ModuleNotFoundError: No module named 'django-definition-tag'
ModuleNotFoundError: No module named 'django-definition-tag'  Hi...: No module named 'django-definition-tag' How to remove the ModuleNotFoundError: No module named 'django-definition-tag' error? Thanks   Hi
Array Definition
Array Definition       This Tutorial illustrates an code example that makes you easy to understand the code in Array Definition. On loading a page, display
Version of com.korwe>kordapt-api-definition dependency
List of Version of com.korwe>kordapt-api-definition dependency
Abbreviation tag html5, Definition of <abbr> tag in html5.
Abbreviation tag html5, Definition of <abbr> tag in html5. In this tutorial, we will discuss about the use of <abbr> tag and how to implement this tag. This tag is used for defining an abbreviation for the articles. It marks
Address tag in HTML5, Definition of address tag in html5.
Address tag in HTML5, Definition of <address> tag in html5. In this section, we will discuss usage of <address> tag and how to implement this. The <address> tag is used for defining the contact information
Maven Dependency nanning-definition >> 0.9
You should include the dependency code given in this page to add Maven Dependency of nanning >> nanning-definition version0.9 in your project
Area Tag in html5, Definition of <area> tag in HTML5.
Area Tag in html5, Definition of  <area> tag in html5 In this section we will discuss the use of <area> tag and about its implementation in the html document. The <area> tag is used for creating an area
jsp
jsp  how jsp translated into servlets
JSP
JSP  How to run jsp program in eclipse
jsp
jsp  how to create jsp page
Jsp
Jsp  Can I implement interface in jsp
JSP
what is JSP forward tag for  what is JSP forward tag for   It forwards the current request to another JSP page. Below is the syntax for the same:- <jsp:forward page="...url..." /> We can also forward parameter
jsp
jsp  how to include two jsp page
jsp
jsp  how to create a table in oracle using jsp and the table name is entered in text feild of jsp page
jsp
jsp  write a code for jsp file generator to generate a jsp page automatically taking html page as input
JSP
JSP  Hi, What is JSP? What is the use of JSP? Thanks   Hi, JSP Stands for Java Server Pages. It is Java technology for developing web applications. JSP is very easy to learn and it allows the developers to use Java
jsp
jsp   what is the basic necessities reguired for running jsp using JDBC bridge?? and how to write a jsp code to access the detail present in microsoft access pls send link regarding above
jsp
jsp  how to pass jsp variable to an html page
JSP
JSP  relevant difference between servlet and jsp in 1 line
jsp
jsp  how to include google map in our jsp page
JSP
JSP   How to create CAPTCHA creation by using JSP? I need an code for CAPTCHA creation by using JSP...   You can create a captcha validation using jsp. Have a look at the following tutorial: Captcha Creation
jsp
jsp  how to write a servlet and jsp program for user login form
jsp
jsp  how to write a servlet and jsp program for user login form
jsp
jsp  why jsp is translated into servlet?pls describe precisly
jsp
jsp  code for jsp automatic genration using html
jsp
jsp  how to write hindi in jsp and store in database as unicode
JSP
JSP  FILE UPLOAD-DOWNLOAD code USING JSP
jsp
jsp  how to delete data from database using jsp
jsp
jsp  I Want complete note on JSP servlet
jsp
jsp  how to upload image through csv format in jsp
JSP
What are JSP directives, page directives and include directives?  what are jsp directives? and what are page directives? and what are include directives? can you explain taglib directives?   JSP directives JSP
JSP
Can you explain jsp page life cycle what is el how does el search for an attribute in JSP  Can you explain jsp page life cycle what is el how does el...://www.roseindia.net/jsp/simple-jsp-example/LifeCycleOfJspPage.shtml http
JSP
JSP  what are the different scopes an object can have in a jsp page   JSP Scope Variables: Page scope-It makes the data available... the following links: http://www.roseindia.net/jsp/simple-jsp-example
jsp
jsp  how to connect the database with jsp using mysql   Hi Friend, Please visit the following links:ADS_TO_REPLACE_1 http://www.roseindia.net/jsp/connectjspwith_mysql.shtml http://www.roseindia.net/jsp
JSP
what is jstl in JSP   what is jstl   JSTL is also called as JSP tag libraries. They are collection of custom actions which canbe accessed as JSP tags. For more information, visit the following link: JSTL Tutorials
JSP
access application data stored in JavaBeans components. The jsp expression...). Before JSP 2.0, we could use only a scriptlet, JSP expression, or a custom tag to include server state in the jsp page output. For more information, visit
JSP
JSP public opinion poll   Develop a JSP for a news channel to conduct public opinion poll on any topic. Users will respond through yes or no options. Later display the result in percentage
HTML5 bold tag, Definition of bold &lt;b&gt; tag in html5.
HTML5 bold tag, Definition of bold<b> tag in html 5. In this illustration we will discuss use of <b> tag in html5 and its implementation in the html document. The <b> tag is used for setting the words in bold style
jsp
jsp  Dear deepak, wat is the purpose of converting jsp into servlet and how the process takes place.. with regards, praveen
JSP
JSP  How to include the same jsp page dynamically to a number of times automatically
jsp
jsp   Hi all..I am new in jsp. I have a question. I want develope a jsp page it contain two part for two different user group. i want to hide some information from user1 group and same as user2 group. can i do this in single jsp
jsp
jsp  hai please give me the table grid code code for jsp
jsp
jsp  how to create multiple tables in oracle 9i using jsp program
jsp
jsp  how to assign javascript varible to java method in jsp without using servlet

Ads