News

Jakarta Server Pages (formerly JavaServer Pages) is a Java standard technology that developers use to write dynamic, data-driven web pages for Java web applications. JSP is built on top of the Java ...
The most significant addition to the Java language since Sun Microsystems rewrote the collections API for Java 5 is the introduction of Java records. Java records address two significant pain points ...
The most popular articles on TheServerSide tend to be the highly technical ones that hit directly at the heart of the enterprise Java developer. While we report important news, discuss interesting ...
How to install the GlassFish Java Application Server on Ubuntu Server 22.04 Your email has been sent Glassfish is a free, open-source Java application server that simplifies the process of deploying ...
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. Unlike ...