New post JDriven blog: Back 2 Basics: Servlets without a Framework #Java #Servlet https://blog.jdriven.com/2023/10/Back-2-Basics-Servlets-without-a-Framework/
New post JDriven blog: Back 2 Basics: Servlets without a Framework #Java #Servlet https://blog.jdriven.com/2023/10/Back-2-Basics-Servlets-without-a-Framework/
http4s-jetty-0.23.13 is out. It addresses the breaking async changes in Cats Effect 3.5.
https://github.com/http4s/http4s-jetty/releases/tag/v0.23.13
#Struts 1.x was the very first web framework I learned in my career ~2008. Glad to hear it's still progressing!
Version 6 was just released: "Until version 6.0.0, each application using Struts had to use #Java #Servlet API 2.5 at least. This version of Servlet API is over 17 years old now, while Struts is 20 years old". https://softwaremill.com/whats-new-in-the-apache-struts-6-0-0/ by @softwaremill
A Java programmer’s guide to delivering webapp frontends http://steinar.bang.priv.no/?p=269 #frontend #java_programming #bundlejs #frontend-maven-plugin #osgi_web_whiteboard #reactjs #servlet #servlet_30_annotations #servlet_container #war_file #web_descriptor #web_whiteboard #webxml #webpack When I started investigating (googling) web frontends, I found tutorials for various frameworks and I found tutorials using node.js to deliver frontends to web browsers on localhost. What I did not find, w