News

JSP stands for Java Servlet Pages, a shorthand way of writing simple Servlets, more akin to other web scripting languages like PHP and ASP. A JSP file basically contains HTML, but with embedded JSP ...
This tutorial has been prepared for the beginners to help them understand the basic functionality of Java Server Pages (JSP) to develop your web applications. After completing this tutorial you will ...
One of the original Java web technologies, JSP is still widely used with servlets and JSTL. Here's how to use Jakarta Server Pages to build dynamic web pages that connect to the Java back end.
【Java工程师面试复习指南】本仓库涵盖大部分Java程序员所需要掌握的核心知识,整合了互联网上的很多优质Java技术文章 ...
The current version of the book covers Servlets 2.4, JSP 2.0, and the JSTL 1.0. Both Kevin and Jayson helped directly make the specifications and are proud to publish one of the first books covering ...
Java and Ajax file uploads. If you want to get fancy and perform an asynchronous file upload with Java, add Ajax functionality by editing the HTML file. If you replace the markup in HTML file with ...
J2EE Architecture<BR><BR>Check out that link to get an idea about the various java web technologies.<BR><BR>Basically, JSP deals with presenting data.Servlets and Beans deal with both presenting ...