Version | |
Download | 13 |
Stock | ∞ |
File Size | 8.32 KB |
Create Date | August 8, 2016 |
Download |
Description of JSTL Login Example
This Example is a JSTL Login Example; JSTL is the Java standard tag library used to increase maintainability of JSP Java Server Pages. This Example is compiled and run using following environment variables.
- Eclipse JEE
- Tomcat
You can learn setting up the environment from the tutorial named "Set Up Environment for web development in Java" the prerequisite for eclipse is JRE (means you should have java installed).
In this Example, we have edited the suspects.jsp page of our previously used Example, and removed the JSP scripting tags from it and introduced the JSTL tags in it. You can read more on it from this tutorial "Java Servlet Tag Library – JSTL"