This JSF tutorial will demonstrate how to create a Java Server Faces application using Oracle JDeveloper. JSF uses MVC (Model-View-Controller) architecture to separate the business logic from the view layer of an application. Java Server Faces, otherwise known as JSF, is a Model-View-Controller framework that allows you to create applications that separate business logic from the view layer. … [Read more...]
Using JSF Managed Beans
Java Server Faces, otherwise known as JSF, is a Model-View-Controller framework that allows you to create applications that separate business logic from the view layer. MVC architecture allows applications greater scalability, since changes in any business logic will not affect what the end user sees. In addition, the view layer can be rendered in several ways. For example, some users might be … [Read more...]
Follow Firebox