JSP vs. Struts
Previous | Home | Next |
Java Server Pages (JSP) is a server-side scripting programming language that enables the creation of dynamic web pages and applications whereas struts is a framework which is provided by apache foundation . It based on MVC ( Model-View-Controller ) design pattern.
1 . Java Server Pages (JSP) is a server-side scripting programming language that enables the creation of dynamic web pages and applications whereas struts is a framework which is provided by apache foundation . It based on MVC ( Model-View-Controller ) design pattern.
2. if you are using Servlet technology to developed a web application so There is very much HTML code in the Servlets so Sun Micro System developed JSP, which is a scripting language so you can do the coding for application with minimal knowledge of Java . Jsp make dynamic web application easier by making all the things you want to do in Servlets whereas Struts is not a technology. The developer has to spend less time on configuration and deployment part of the application and rather concentrate on the business logic.
Previous | Home | Next |