Nieuws

The Java Servlet Specification defines a Servlet Container, a Web application and the Servlet API, which is the glue that holds these pieces together. A Servlet Container is analogous to a Web server, ...
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.
If you want to distance yourself from JavaScript frameworks, here are my best Java frameworks for web application development and delivery of 2020. 1. Vaadin Based in Finland — with offices in Germany ...
The most current version as of this writing is Tomcat 10.0.23. In this short introduction, you’ll learn why many developers choose Tomcat for running Java web applications.
One way to cut through marketing hype when evaluating Java Web application tools is to look back at basic Java Web development tools and see where the new tool takes you from there. Adding new tools ...
JavaServer Faces is a new framework for building Web applications using Java. JSF is a one of standard Java framework for building Web applications. It helps and simplifies the development of web ...
How to Use an Anchor Tag in JSP. Java Server Pages is a Web-based programming language that extends HTML page markup with server-side commands. JSP allows you to create a dynamic and interactive ...