News

I have worked on a decent number of apps, and I've noticed a couple of different schools of thought on application folder structure. The first says, structure your folders according to the ...
The WEB-INF directory contains all the configuration files, a lib directory contains all libraries (packaged in JAR, or Java ARchive files), and a classes directory contains the application's compiled ...
JavaServer Faces is the Java standard technology for building component-based web interfaces. Get started with JSF, including what's new in JSF 2.3 ...
The requisite web application folder structure As you would expect from its name, a Java based RESTful Web service needs to be deployed to a Java EE compliant Servlet Container, and as such the ...
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.
After the Maven install command is executed, you'll notice two very interesting things happened. A file named rps.war has been saved to Tomcat's webapps directory. The webapps folder has a new ...