javax.servlet Package
Posted in JAVA, JSP, Servlet on February 18, 2008 | No Comments »
Check here and read about javax.servlet package.
Posted in JAVA, JSP, Servlet on February 18, 2008 | No Comments »
Check here and read about javax.servlet package.
Posted in J2EE, JSP, Servlet on February 14, 2008 | No Comments »
JavaServer Pages (JSP) technology is well on its way to becoming the preeminent Java technology for building applications that serve dynamic Web content. The biggest advantage of using JSP is that it helps effectively separate presentation from content. This model can also be seen as a server-side implementation of the popular Model-View-Controller (MVC) design pattern.