Skip to content

TandohAnthonyNwiAckah/JSP

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

JSP

An Introduction to Java Server Pages.

JSP stand for Java Server Pages.It provides a simplified, fast way to create web pages that display dynamically-generated content. It is made up of HTML and Java with an extension of .jsp. Like servlet,JSP file has to be executed on Webserver or App server.The JSP file will be converted to a servlet file.The Servlet file is compiled and generates a .class file. The .class file is loaded into memory and executd by JVM as usual. It is easy to write as compared to Servlets. It is a server side scripting language similar to ASP or PHP.

Help

For help,email [email protected].

License

Copyright 2017 Tanamo Inc.
Licensed under the Apache License, Version 2.0 (the "License");
you may not use this file except in compliance with the License.
You may obtain a copy of the License at

   https://www.apache.org/licenses/LICENSE-2.0

Unless required by applicable law or agreed to in writing, software
distributed under the License is distributed on an "AS IS" BASIS,
WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
See the License for the specific language governing permissions and
limitations under the License.

Suggestions are welcome.