News

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.
Separate HTML from Java. It can be tempting to throw all Java and HTML code necessary for a Webpage into a single JSP file. In simple system development, such an approach makes it easy for someone ...
EL to the rescue EL provides the ability to use run-time expressions outside JSP scripting elements. Scripting elements are the elements in a page that can be used to embed Java code in the JSP file.
In this article, I introduce you to Java Web applications through the Java Servlet Specification, the Java programming language itself and Java Server Pages. These three tools can help you get a Web ...
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 ...
Tomcat's primary focus is to provide an implementation of the Servlet and JSP specification. Tomcat also supports a few complementary APIs such as WebSockets, the Java Authentication Service Provider ...
Scriptlets and Java code in JSP pages suck. Hereʼs why! 5. 2001 called and it wants its code back! It's 2011! And while we're still waiting for the jet packs and flying cars that we expected to have ...