Dynamic websites using Java Framework
Earlier most of the dynamic websites were created using java framework like
- Servlet
- JSP
But these methods of creating dynamic websites are quite outdated now.
Servlet
- It is a java framework used to create dynamic websites.
- There could be many servlets handling different aspects of the websites.
- All these servlets are hosted on a servlet container.
JSP - Java Server Page
It is a java framework used to create dynamic websites.
It is similar to servlet but there exists some differences like
- Servlet has html code into java code whereas JSP has java code into html
Comments
Post a Comment