Thad Guidry
05/28/2024, 11:17 AMGRAILS INTRODUCTION
Many modern web frameworks in the Java space are more complicated than needed and don’t embrace the Don’t Repeat Yourself (DRY) principles.There's a general trend of "web application frameworks" to be more non-Java based. What I mean is that Spring-Boot and simply Java itself has matured to solve quite a bit of the original problems that Grails was trying to do with "reduce the complexity of building web applications on Java". What happened is that folks pivoted to "web applications on XYZ" and Java and thus Grails has remained more relegated to the backend portion of the web architecture stack. A HUGE portion of the web itself also pivoted to using more Jamstack architectures (Javascript, APIs, Markup - example Next.js, etc. etc. etc.)
Thad Guidry
05/28/2024, 11:25 AMThad Guidry
05/28/2024, 11:29 AMWhat is the difference between jamstack architecture for web applications and other architecture choices?
matrei
05/28/2024, 11:34 AMThad Guidry
05/28/2024, 11:40 AMGroovy Duke
05/28/2024, 11:45 AMmatrei
05/28/2024, 12:25 PMGroovy Duke
05/28/2024, 12:34 PMbsdooby
05/28/2024, 6:38 PMpmcneil
06/05/2024, 3:08 AMGianluca Sartori
06/19/2024, 4:15 AMblackdrag
06/21/2024, 8:47 PMGroovy Duke
06/22/2024, 6:56 PMGianluca Sartori
06/24/2024, 8:42 AMGianluca Sartori
06/25/2024, 11:40 AMGianluca Sartori
06/26/2024, 4:35 PMGianluca Sartori
06/26/2024, 4:35 PMGianluca Sartori
06/28/2024, 12:58 PMJeremy Schroeder
06/29/2024, 3:37 AMGianluca Sartori
06/29/2024, 5:22 AMGianluca Sartori
07/01/2024, 1:18 PMGianluca Sartori
07/01/2024, 5:30 PMGianluca Sartori
07/13/2024, 1:01 PMGianluca Sartori
07/17/2024, 5:14 PMutenma
07/22/2024, 4:57 AMGianluca Sartori
07/23/2024, 4:56 PMMichał 'Chlebik' Piotrowski
07/28/2024, 4:11 PMgsandrew
12/25/2024, 5:05 AM