JSP is a web technology based on programming language java and walk at java platform, with be technology part of J2EE (Java 2 Enterprise Edition). Jsp ia very appropriate and strong to handle presentation at web. While J2EE be Java platform for application system development enterprise with complete API support (Application Programming Inteface) and portability with give tool to make a application that separate between business logic (system), presentation and data.

JSP is a part from J2EE and especially be web component from a whole J2EE application. Jsp also need JVM (Java Virtual Machine) to exist, meaning that necessity installs Java Virtual Machine at server, where JSP be run. Besides JVM, JSP also need server that called with web container.

JSP technology prepare more easier and fast manner to make webpages that display dynamic contents. JSP technology design to make easier and fast in make application based on that web with assortedly web server, application server, browser and development tool.

Java Server Pages (jsp) is scripting language for web programming like another server side such PHP and ASP. JSP can be in the form of federation between html line and functions from JSP itself. Differ from servlet that must compilation by user be class before run, JSP unnecessary compilation by user but server that will do that task. So it at the (time) of user makes first time or do modification page and execute it in browser web will consume a little time before displayed.

People Also Read