Standaard Boekhandel gebruikt cookies en gelijkaardige technologieën om de website goed te laten werken en je een betere surfervaring te bezorgen.
Hieronder kan je kiezen welke cookies je wilt inschakelen:
Technische en functionele cookies
Deze cookies zijn essentieel om de website goed te laten functioneren, en laten je toe om bijvoorbeeld in te loggen. Je kan deze cookies niet uitschakelen.
Analytische cookies
Deze cookies verzamelen anonieme informatie over het gebruik van onze website. Op die manier kunnen we de website beter afstemmen op de behoeften van de gebruikers.
Marketingcookies
Deze cookies delen je gedrag op onze website met externe partijen, zodat je op externe platformen relevantere advertenties van Standaard Boekhandel te zien krijgt.
Je kan maximaal 250 producten tegelijk aan je winkelmandje toevoegen. Verwijdere enkele producten uit je winkelmandje, of splits je bestelling op in meerdere bestellingen.
JavaServer Faces (JSF) is a new and exciting technology coming out from Sun. It is a framework for creating user interfaces for web applications. JSF offers both a programming model and user interface (UI) component tag library for developing web applications. The UI is created on the server (through JSP / servlets) and renders back on the client as HTML (with embedded JavaScript). Both the JSF specification and Sun's JSF tutorial start off by discussing the JSF lifecycle and the component model that it works with internally. Instead this book will approach JSF by treating it as a technology for building JSP pages that create HTML and therefore this book begins by describing the JSF HTML tag library. Only much later in the book, when the reader is comfortable with JSF, do the details of the lifecycle and UI-Components and renderers get introduced.