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.
A Java Web application is a self-contained collection of configuration files, static and dynamic resources, compiled classes and support libraries that are all treated as a cohesive unit by the ...
Need a JAX-RS tutorial that can teach you web services development quickly? This RESTful web service example in Java using Eclipse will do just that, showing you how to code, test and deploy a ...
I recently published an article about how to build a zero-configuration Struts Hello World example app with annotations instead of a Struts configuration file. In this Struts tutorial, I’d like to ...
JavaServer Faces (JSF) is the Java standard technology for building component-based, event-oriented web interfaces. Like JavaServer Pages (JSP), JSF allows access to server-side data and logic ...
This is an in-depth java tutorial for beginners. Learn what Java is, how to get started, and how to build basic apps using key concepts!