English Deutsch Français Italiano Español Português 繁體中文 Bahasa Indonesia Tiếng Việt ภาษาไทย
All categories

2006-08-03 17:11:52 · 10 answers · asked by Anonymous in Computers & Internet Programming & Design

10 answers

hmm... I am amazed by the responses from above. JSP is a scripting language that is mixed up with JAVA + HTML

We use the Java language to make JSP pages. JSP Stands for Java Server Pages. The use of them are Servlets, Java Beans, EJB's , etc.

Usually, if a person wants to make a correct website using JSP, he would have a multi tiered archictecture. A person would let JSP be onnly consisting of HTML tag like snippets and code for instance struts or taglib. Then the underlying business logic will be within the javabeans and the controller would be the servlet which will act as an action pattern.

You have to realize the JSP is java... But people usually use Struts to represent the JAVA in smaller understandable non coded form as templating. But originally Jsp uses Java!

I coded Java Web Applications for some time now... So if you need more help, don't hesitate to contact me.

2006-08-03 17:33:09 · answer #1 · answered by ? 6 · 1 0

As Java is a Programming language you can use the Java to design data application software, Web applications , Embedded Circuit Programming and a lot more. It is like the VB programming lanuage but remember Java is a Platform Independent. Whereas Jsp uses the Syntax of Java Programming for Server Side Scripting. As you know that any Web Page is nothing but a collection of text thats why the Jsp is Designed which automatically renders the script code in the Text format.

2006-08-04 04:32:58 · answer #2 · answered by doctor asho 5 · 0 0

As Java is a Programming language you can use the Java to design data application software, Web applications , Embedded Circuit Programming and a lot more. It is like the VB programming lanuage but remember Java is a Platform Independent. Whereas Jsp uses the Syntax of Java Programming for Server Side Scripting. As you know that any Web Page is nothing but a collection of text thats why the Jsp is Designed which automatically renders the script code in the Text format.

2006-08-03 18:55:20 · answer #3 · answered by sun 1 · 0 0

JAVA is a compiled programming language much like C++. The code is written and then needs to be put through a compiler to actually be generated into a program.

JSP on the other hand is a script based language, that runs directly on an HTML page, and is treated as a list of instructions by the browser which reads it and displays the results, similar to how HTML works.

the problem with JSP is that it is a client based script (intepreted by your browser) which means that there can be different results on different computers based on what browser or what settings are set on that particular computer

2006-08-03 17:20:01 · answer #4 · answered by npilbrow 1 · 0 0

Java (Indonesian, Javanese, and Sundanese: Jawa) is an island of Indonesia and the site of its capital city, Jakarta. It is the most populous island, and one of the most densely-populated regions, in the world. The former site of powerful Hindu kingdoms and the core of the colonial Dutch East Indies, Java now plays a dominant role in the economic and political life of Indonesia.

JSP is a three-letter abbreviation with multiple meanings, as described below:

JavaServer Pages
Java stored procedure
Jackson Structured Programming
JSP Records
Japanese Surrendered Personnel
Jacketed, Soft Point, a type of bullet.

A Java stored procedure is a set of SQL statements, written in the Java programming language, grouped together as an executable unit.

A stored procedure is a program that is kept and executed within a database server. The procedure is called from a Java class using a special syntax. When you call it, the name of the procedure and the parameters you specify are sent over the JDBC connection to the DBMS, which executes the procedure and returns the results (if any) back over the connection.

2006-08-04 05:09:46 · answer #5 · answered by Anonymous · 0 0

Java is a programming language, used to create applets (think of them as "little applications") that can be sent across a network and run on virtual machines, regardless of the platform.

JSP is the generic version of Microsoft's ASP - active server pages. JSP is a way of writing interactive web pages, particularly those with the ability to access and display information from databases. The default language for ASP is VBScript (and yes, you may vomit now). The default language for JSP is javascript.

2006-08-03 17:18:14 · answer #6 · answered by Anonymous · 0 0

Java is a programming language lke c,c++. JSP is a web technology which uses Java and HTML.

2006-08-07 01:17:28 · answer #7 · answered by raghava 2 · 0 0

They are all different types of languages, as such, syntax, methods, variable declaration, etc are all going to be handled differently. Java is a full fledged programming language, javascript is not. This goes for some of the others listed as well. Some handle client side instructions while others operate on the server side. Some do both. To most succinctly answer your question: The difference is: A LOT

2016-03-26 22:27:07 · answer #8 · answered by Anonymous · 0 0

jsp is a java file.
when you run a jsp, the machine (e.g tomcat) will convert your jsp file to a .java file.

2006-08-03 17:19:44 · answer #9 · answered by the_justin 3 · 0 0

Script parser.
Thats the difference.

2006-08-03 17:16:53 · answer #10 · answered by Anonymous · 0 1

fedest.com, questions and answers