JSP stands for java server pages. JSP is server sided language which execute only server .The goal of the JSP specification is , creation and management of dynamic web pages. it provide more convenient way than servlets.JSP pages combine static markup like HTML,XML with scripting tags. The main thing is that each server page is translated into servlet the first time invoked.
Version of JSP 1.0 released in September 1999 and JSP 1.2 released in December 1999.
For Further Reading,
- Spring Framework - Example of Database Connectivity with DataSource
- Spring Framework- Execption handling in AOP
- Spring Framework - Example to use @Before annotation with args() in AOP
- Spring Framework-Example to use JoinPoint in AOP
- JSP Tutorials
- How to jsp is process in web application ?
- What are the differences between jsp and servlet ?
- What is JSP ?
- Spring Framework - MethodReplacer Example in spring
0 comments:
Post a Comment