Email the Author
You can use this page to email Michael Müller about Web Development with Java and JSF.
About the Book
This book is currently retired. Get the enhanced edition at https://www.apress.com/de/book/9781484230299.
The web is everywhere. And today's software often uses a web interface to use it from any place - via intranet within a company or via internet worldwide. Java is a well established programming language, not only for business critical applications, but for web applications too. This way, it is a good choice to use Java for the web.
JavaServer Faces is a web framework built upon the Java Servlet technology which makes it easy to construct a UI from a set of reusable UI components. It provides a simple model for wiring client-generated events to server-side application code. Depending on the developers preference, the client side can be constructed using tags which hides most of that HTML stuff, or it can build up almost with HTML, flavored with some small special markers.
This book introduces you to web development using Java and JSF, which you can use to build complete, small to comprehensive size applications. The goal of this book is to create a good foundation in web development and take the reader to a more sophisticated level. To pursue this goal, related Java EE technologies like persistence (JPA), CDI, container based security, WebSockets, test tools and more are discussed.
For a couple of experienced [Java SE] developers, web development still feels a bit unusual. It's not possible to develop an application by just one programming language, controlling everything by just one program (maybe consisting of a bunch of loosely coupled tiers). Browser and application, these are apparently two distinct worlds. The browser just queries some content from a server and displays it at the client and then forgets about the connection. Thus, to continue with the application, the client must include some identifier into the next call to enable the server remembering and restoring the last state. JSF as part of the Java universe is made for this. But you need more. For those readers, who are new to the web, this book offers some additional chapters covering the basics of HTML, CSS, JavaScript and other.
This is a living book. From time to time I'm going to add or update content. Once purchased, you are able to download all future updates without extra charge.
Enjoy reading and stay tuned!
About the Author
Michael Müller is an IT professional with more than 30 years of experience including about 25 years in the healthcare sector. During this time, he has worked in different areas, especially project and product management, consulting, and software development. He gained international knowledge not only by targeting international markets, but also by leading external teams (from Eastern Europe and India).
Currently, he is the head of software development at the German DRG institute (http://inek.org). In this role, he is responsible for web, Java, and .NET projects. Web projects are preferably built with Java technologies such as JSF, and JavaScript.
Michael is a JSF professional user and a member of the JSR 344 (JSF) expert group.
He frequently reads books and writes reviews as well as technical papers, which are mostly published in German-printed magazines and on his website at http://it-rezension.de. Besides that, he irregular blogs about software development at http://blog.mueller-bruehl.de.