From f894af9403492143dd70c66935ebd614462bda83 Mon Sep 17 00:00:00 2001 From: Hyyan Abo Fakher Date: Tue, 18 Aug 2026 13:21:26 +0200 Subject: [PATCH 1/2] Add webforJ to Web Frameworks --- README_SOURCE.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README_SOURCE.md b/README_SOURCE.md index 916ebcdd..454220ea 100644 --- a/README_SOURCE.md +++ b/README_SOURCE.md @@ -1259,6 +1259,7 @@ _Frameworks that handle the communication between the layers of a web applicatio - [Takes](https://github.com/yegor256/takes) - Opinionated web framework which is built around the concepts of True Object-Oriented Programming and immutability. - [tinystruct](https://github.com/tinystruct/tinystruct) - Lightweight, pluggable framework for building Java applications with CLI, HTTP, and modular extension support. - [Vaadin](https://vaadin.com) - Full-stack Java platform for building browser applications with server-side components. +- [webforJ](https://github.com/webforj/webforj) - Full-stack platform where the UI is composed and driven from Java on the server, with a component library built on web components, routing, data binding, Spring Boot integration, and publishing of routed views as interactive MCP Apps inside AI hosts. - [WebForms Core](https://github.com/webforms-core) - A technology for managing HTML tags from the server. - [Erupt](https://github.com/erupts/erupt) - Annotation-Driven Low-Code & JPA Visualization. From 0d37a42285f9bb6b924465b6f70e9183271f69a7 Mon Sep 17 00:00:00 2001 From: Hyyan Abo Fakher Date: Tue, 18 Aug 2026 13:34:45 +0200 Subject: [PATCH 2/2] Update README_SOURCE.md Co-authored-by: cubic-dev-ai[bot] <191113872+cubic-dev-ai[bot]@users.noreply.github.com> --- README_SOURCE.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README_SOURCE.md b/README_SOURCE.md index 454220ea..d14b7069 100644 --- a/README_SOURCE.md +++ b/README_SOURCE.md @@ -1259,7 +1259,7 @@ _Frameworks that handle the communication between the layers of a web applicatio - [Takes](https://github.com/yegor256/takes) - Opinionated web framework which is built around the concepts of True Object-Oriented Programming and immutability. - [tinystruct](https://github.com/tinystruct/tinystruct) - Lightweight, pluggable framework for building Java applications with CLI, HTTP, and modular extension support. - [Vaadin](https://vaadin.com) - Full-stack Java platform for building browser applications with server-side components. -- [webforJ](https://github.com/webforj/webforj) - Full-stack platform where the UI is composed and driven from Java on the server, with a component library built on web components, routing, data binding, Spring Boot integration, and publishing of routed views as interactive MCP Apps inside AI hosts. +- [webforJ](https://github.com/webforj/webforj) - Full-stack platform that composes the UI in Java on the server using a library of web components. - [WebForms Core](https://github.com/webforms-core) - A technology for managing HTML tags from the server. - [Erupt](https://github.com/erupts/erupt) - Annotation-Driven Low-Code & JPA Visualization.