Academic Tutorials



English | French | Portugese | German | Italian
Google

Home Source Codes E-Books Downloads Contact Us About Us

JSP Tutorial
JSP Introduction
JSP Architecture
JSP Environment
JSP First Page
JSP Tags
JSP Session
JSP Implicit Object
JSP Create Form
JSP Summary

HTML Tutorials
HTML Tutorial
XHTML Tutorial
CSS Tutorial
TCP/IP Tutorial
XML Tutorials
XML Tutorial
XSL Tutorial
XSLT Tutorial
DTD Tutorial
Schema Tutorial
XForms Tutorial
XSL-FO Tutorial
XML DOM Tutorial
XLink Tutorial
XQuery Tutorial
XPath Tutorial
XPointer Tutorial
RDF Tutorial
SOAP Tutorial
WSDL Tutorial
RSS Tutorial
WAP Tutorial
Web Services Tutorial
Browser Scripting
JavaScript Tutorial
VBScript Tutorial
AJAX Tutorial
DHTML Tutorial
HTML DOM Tutorial
WMLScript Tutorial
E4X Tutorial
Server Scripting
ASP Tutorial
PHP Tutorial
PERL Tutorial
SQL Tutorial
ADO Tutorial
.NET (dotnet)
Microsoft.Net
XML Web Services
ASP.Net
.Net Mobile
C# : C Sharp
ADO.NET
VB.NET
Multimedia
SVG Tutorial
Flash Tutorial
Media Tutorial
SMIL Tutorial
Web Building
Web Browsers
Web Hosting
W3C Tutorial
Web Building
Web Quality
Web Semantic
Web Careers
Java Tutorials
Java Tutorial
JSP Tutorial
Servlets Tutorial
Struts Tutorial
EJB Tutorial
JMS Tutorial
JMX Tutorial
Programming Langauges
C Tutorial
C++ Tutorial
Visual Basic Tutorial
Data Structures Using C
Soft Skills
Communication Skills
Time Management
Project Management
Team Work
Leadership Skills
Corporate Communication
Negotiation Skills


JSP Architecture

Previous Next



JSP architecture

JSP are built by SUN Microsystem servlet technology. JSP tag contain Java code and its file extension is .jsp. The JSP engine parses the .jsp and create a Java servlet source file. Then it compile the source file into a class file,this is done first time only therefore JSP is probably slower when first time it is accessed.After this compiled servlet is executed and is therefore return faster.





Steps for JSP request:

  • When the user goes to a JSP page web browser makes the request via internet.



  • JSP request gets sent to the Web server.



  • Web server recognises the .jsp file and passes the JSP file to the JSP Servlet Engine.



  • If the JSP file has been called the first time,the JSP file is parsed,otherwise Servlet is instantiated.



  • The next step is to generate a special Servlet from the JSP file. All the HTML required is converted to println statements.



  • The Servlet source code is compiled into a class.



  • The Servlet is instantiated,calling the init and service methods.



  • HTML from the Servlet output is sent via the Internet.



  • HTML results are displayed on the user's web browser


Share And Enjoy:These icons link to social bookmarking sites where readers can share and discover new web pages.
  • blinkbits
  • BlinkList
  • blogmarks
  • co.mments
  • connotea
  • del.icio.us
  • De.lirio.us
  • digg
  • Fark
  • feedmelinks
  • Furl
  • LinkaGoGo
  • Ma.gnolia
  • NewsVine
  • Netvouz
  • RawSugar
  • Reddit
  • scuttle
  • Shadows
  • Simpy
  • Smarking
  • Spurl
  • TailRank
  • Wists
  • YahooMyWeb

Previous Next

Keywords: JSP Architecture, jsp mvc architecture, jsp sample code, servlet architecture, jsp source code, web application architecture, web services architecture, application server architecture, open source architecture, jsp open source, architecture in jsp, jsp web application, java architecture, ejb architecture, jsp tutorial, jdbc architecture j2ee architecture, jsp tutorials, struts architecture, rmi architecture, jms architecture, oracle architecture, jboss architecture, corba architecture jsp examples, weblogic architecture, jsp faq, jsp basics, jsp documentation, tomcat architecture, mysql architecture, jsp overview, hibernate architecture, j2me architecture, jsp projects, jsp introduction, swing architecture, mvc architecture, ldap architecture, jsf architecture, jsp programming, jsp applications, jndi architecture, jsp samples, jsp api, jsp components, jsp objects, jsp specification, jdbc jsp, jsp example, jsp j2ee
© 1999-2007 VisualBuilder.com - This article has been adapted from VisualBuilder.com.


HTML Quizes
HTML Quiz
XHTML Quiz
CSS Quiz
TCP/IP Quiz
XML Quizes
XML Quiz
XSL Quiz
XSLT Quiz
DTD Quiz
Schema Quiz
XForms Quiz
XSL-FO Quiz
XML DOM Quiz
XLink Quiz
XQuery Quiz
XPath Quiz
XPointer Quiz
RDF Quiz
SOAP Quiz
WSDL Quiz
RSS Quiz
WAP Quiz
Web Services Quiz
Browser Scripting Quizes
JavaScript Quiz
VBScript Quiz
AJAX Quiz
DHTML Quiz
HTML DOM Quiz
WMLScript Quiz
E4X Quiz
Server Scripting Quizes
ASP Quiz
PHP Quiz
PERL Quiz
SQL Quiz
ADO Quiz
.NET (dotnet) Quizes
Microsoft.Net Quiz
XML Web Services Quiz
ASP.Net Quiz
.Net Mobile Quiz
C# : C Sharp Quiz
ADO.NET Quiz
VB.NET Quiz
Multimedia Quizes
SVG Quiz
Flash Quiz
Media Quiz
SMIL Quiz
Web Building  Quizes
Web Browsers Quiz
Web Hosting Quiz
W3C Quiz
Web Building Quiz
Web Quality Quiz
Web Semantic Quiz
Web Careers Quiz
Java Quizes
Java Quiz
JSP Quiz
Servlets Quiz
Struts Quiz
EJB Quiz
JMS Quiz
JMX Quiz
Programming Langauges Quizes
C Quiz
C++ Quiz
Visual Basic Quiz
Data Structures Using C Quiz
Soft Skills Quizes
Communication Skills Quiz
Time Management Quiz
Project Management Quiz
Team Work Quiz
Leadership Skills Quiz
Corporate Communication Quiz
Negotiation Skills Quiz

Privacy Policy
Copyright © 2003-2008 Vyom Technosoft Pvt. Ltd., All Rights Reserved.