Rethinking Java Web UIs with Jakarta Faces and Quarkus

Nowadays, Java enterprise applications often default to Angular, React, or Vue for the frontend. But for this kind of applications, the most natural UI framework already exists in the Java ecosystem: Jakarta Faces.

Simplex Software

Eddie Kennedy (@ekennedy80.bsky.social‬) writes about implementing a Drag-n-Drop Kanban board w/ Primefaces15

https://medium.com/@edward.p.kennedy/primefaces-15-0-0-drap-n-drop-how-to-10b1df9bbcdc

#JakartaEE #JakartaFaces #JSF #PrimeFaces #Java

Primefaces 15 Drag & Drop “How to” - Edward P Kennedy - Medium

After two decades as a full-stack software engineer, I’ve encountered countless moments of frustration with tasks that should be straightforward. You know the feeling: there are dozens of tutorials…

Medium
Release 15.0.0 · primefaces/primefaces

What's Changed Breaking Changes 💥 Fix #10909: Remove deprecated Chart.js component and models by @melloware in #11847 Fix #10909: Remove deprecated InputSwitch by @melloware in #11846 Fix #11731: ...

GitHub

Having to deal with #Java (specifically #JakartaFaces) web apps at work and now developing a custom testing framework in Java for my boyfriend in my spare time, I appreciate the clarity and simplicity of #Go even more. I don't mean to dunk on Java, it's got its good sides, but one thing it is not: clear and simple.

Or maybe I'm just too old for complex programming languages. Ever since I learned Go almost everything else seems overly complicated.

#golang

RT @tandraschko We just released PrimeFaces 13.0.0-RC2: https://github.com/primefaces/primefaces/releases/tag/13.0.0-RC2
Please test and give feedback 🥳
#primefaces #jsf #jakartaee #javaee #jakartafaces #serversiderendering #ssr
Release 13.0.0-RC2 · primefaces/primefaces

What's Changed New Features & Enhancements 🎉 Fix #10167: Splitbutton improve position of menu panel by @melloware in #10173 Fix #10179: Manifest Automatic Module entry by @melloware in #10182 Fix ...

GitHub

RT @OmniFishEE: Mojarra 4.0.2 released!

https://t.co/yeNK1Jm4PU

Contains fixes for several regressions and an amount of cleanups.

#JakartaEE #JakartaEE10 #JakartaFaces #JakartaFaces4 https://t.co/A760pAfXV5

Release 4.0.2 · eclipse-ee4j/mojarra

Mojarra implements Jakarta Faces, which is an MVC server side rendering (SSR) framework. It can be used to create the UI of a web application. What's Changed Fix #4281: corrupted component tree wh...

GitHub

Join the @payarafish  team on Foojay  Today with a really great and comprehensive overview of @jakartaee 10, focused on the fourth major release of its component-based web framework Jakarta Faces! Article by Jadon Ortlepp and Luqman Saeed.

https://foojay.io/today/a-quick-look-at-faces-jsf-4-0-in-jakarta-ee-10

#jakartafaces #jakartaee #payarafish #foojaytip

A Quick Look At Faces (JSF) 4.0 In Jakarta EE 10 | Foojay.io

Learn why Jakarta Faces is a great choice especially as a Java developer when you need a UI framework for your application!

foojay
@tekbog 🙋‍♂️ I'm working on #JakartaFaces applications at work but try to sneak in more and more Go.
Are there any #Java nerds here, specifically those proficient using #JakartaFaces (formerly #JSF)? I have a resource handler (`extends ResourceHandlerWrapper`) that creates a `Resource`. In that resource I want to inject a session-scoped bean and access it in `getInputStream()` but it's always null. How can I get hold of that bean? 😦