https://github.com/tandohanthonynwiackah/jsp
An Introduction to Java Server Pages.
https://github.com/tandohanthonynwiackah/jsp
css3 derby-database glassfish-server javascript jsp netbeans
Last synced: 24 days ago
JSON representation
An Introduction to Java Server Pages.
- Host: GitHub
- URL: https://github.com/tandohanthonynwiackah/jsp
- Owner: TandohAnthonyNwiAckah
- Created: 2017-12-07T09:37:05.000Z (over 8 years ago)
- Default Branch: master
- Last Pushed: 2017-12-11T12:18:34.000Z (over 8 years ago)
- Last Synced: 2025-04-22T15:51:15.847Z (about 1 year ago)
- Topics: css3, derby-database, glassfish-server, javascript, jsp, netbeans
- Language: Java
- Homepage:
- Size: 609 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# 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 **tanamoinc@gmail.com.**
## 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
http://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.