aspose file tools
The moose likes JSP and the fly likes JSP and Java Big Moose Saloon
  Search | Java FAQ | Recent Topics
Register / Login


Win a copy of The Mikado Method this week in the Agile and other Processes forum!
JavaRanch » Java Forums » Java » JSP
Reply locked New topic
Author

JSP and Java

Alka Kapoor
Greenhorn

Joined: Dec 28, 2011
Posts: 2
What is the difference JSP and Java?


Seo Content Writer | Astrology in Delhi | Corporate Event Planners in Delhi
Chetan Dorle
Ranch Hand

Joined: Aug 06, 2009
Posts: 128

There are certain differences , but finally JSP converted into the JAVA code (Servlet class) by the container.

Mostly JSP (Java Server pages) is used as the view part in web application where you can type the HTML code and also the java code with the help of the scriptlets.

Plain Java is used in variety of aspects like writing business logic .

Ifteqar Ahmed
Ranch Hand

Joined: May 02, 2011
Posts: 85

The major difference between JPS and Servlets is that JSP files are the Extended version on Servlets.

In JSP we can write HTML Code directly but in Servlets we have include HTML Tags inside the Functions .

When a JSP Executes it will be compiled as a servlet by Tomcat or Any other Application Server like Jboss, Weblogic etc...
Bear Bibeault
Author and ninkuma
Marshal

Joined: Jan 10, 2002
Posts: 56180
    
  13

Read about JavaServer Pages


[Smart Questions] [JSP FAQ] [Books by Bear] [Bear's FrontMan] [About Bear]
 
I agree. Here's the link: http://ej-technologies/jprofiler - if it wasn't for jprofiler, we would need to run our stuff on 16 servers instead of 3.
 
subject: JSP and Java
 
Similar Threads
jsp in websphere
write javascript function in java ?
hi security tutorials
What is best way to display a results set from a database?
Java N' Jsp