At its core, Jakarta Faces as an HTML form–based MVC (model-view-controller ) framework basically needs to convert between Java objects (entities, beans, value objects, data transfer objects, and whatnot) and character sequences (strings) all the time. The HTTP request is basically broken down into plain vanilla strings representing headers and parameters, not into Java objects. The HTTP response is basically written ...
5. Conversion and Validation
Get The Definitive Guide to Jakarta Faces in Jakarta EE 10: Building Java-Based Enterprise Web Applications now with the O’Reilly learning platform.
O’Reilly members experience books, live events, courses curated by job role, and more from O’Reilly and nearly 200 top publishers.