Nieuws

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 new extension announced by the Visual Studio Code team provides support for Eclipse Jetty, a Java-based Web server and servlet container.
Java 18's Simple Web Server lets you use a command-line tool or API to host files and more. Here's how it works.
While social media websites such Facebook and LinkedIn made it incredibly easy for a user to upload image files, the back-end implementation of such a feature has been anything but easy. Prior to the ...
All you need to do is compile your Java code into a WASM binary file, and the browser takes care of the rest. Java, WebAssembly and the browser In this tutorial, I will show you how to write logic in ...