Javaserver faces (jsf) framework, JAVA Programming

Assignment Help:

JavaServer Faces (JSF) framework:

JavaServer Faces is a new framework for creating Web applications using Java. JSF gives you with the following main features:

  • Basic user interface elements like input fields, buttons, links etc. and custom components like tree/table viewer, query builder etc. JSF was creating with a component model in mind to give tool developers to support Rapid Application Development (RAD). User interfaces can be made from these reusable server-side elements.
  • Gives a set of JSP tags to access interface components. Also Gives a framework for implementing custom components.
  • Allows mark up languages other than HTML like WML (Wireless Markup Language) by encapsulating component rendering and event handling. There is a single controller servlet every request sends through where the job of the controller servlet is to receive a faces page with elements and then fire off events for each component to render the elements using a render tool kit.
  • Uses a declarative navigation model by describing the navigation rules inside the XML configuration file faces-config.xml . This configuration file also describes bean resources used by JSF.
  • JSF may hook into your model, which seems the model is loosely coupled from JSF.

 

 

 

524_JavaServer Faces (JSF) framework.png


Related Discussions:- Javaserver faces (jsf) framework

Explain system colors in java 1.1, Explain System Colors in java 1.1? I...

Explain System Colors in java 1.1? In Java 1.1, the java.awt.SystemColor class is a subclass of java.awt.Color that gives color constants in which match native component colors

Programming Assignment : Trains, I CANNOT FAIL THIS I NEED IT FRIDAY TASK...

I CANNOT FAIL THIS I NEED IT FRIDAY TASK 1 : Read The definition of the Item interface and implement TrainCar Your are being provided with 1. Item.java 2. Automobile.java 3.

How does java allocate heap and stack memory?, Each time an object is start...

Each time an object is started in Java it goes into the area of memory named as heap. The primitive variables like double and int are allocated in the stack, if they are local inst

PatternPrinter , The method should printout line numbers from 1 to howmany ...

The method should printout line numbers from 1 to howmany in the previous format -ONLY WHEN is divisble by 3 but is should not oupt more then 3 numbers on the line. input 1 outpu

Problem, #questionSmugglers are becoming very smart day by day. Now they ha...

#questionSmugglers are becoming very smart day by day. Now they have developed a new technique of sending their messages from one smuggler to another. In their new technology, they

Instance variables and arrays, For an assignment I need to write an array p...

For an assignment I need to write an array program to go along with an instance variable. I keep getting the no main class error when I run my program.

What is a java package and how is it used, A Java package is a naming conte...

A Java package is a naming context for classes and interfaces. A package is used to make a separate name space for groups of classes and interfaces. Packages are also used to arran

Java web services, #quThis project is based on the teams example of chapter...

#quThis project is based on the teams example of chapter 1. Instead of teams, you will consider employees working in a department in a company. (Departments and employees are ana

Create an embedded javascript function, Given the following XHTML page: ...

Given the following XHTML page:   Create an embedded JavaScript function named getUserInfo that prompts the user with the following two questions after the XHTML page has loa

Difference between while statement and a do while statement, What is the di...

What is the difference between a while statement and a do while statement? A while statement checks at the starting of a loop to see whether the next loop iteration should occu

Write Your Message!

Captcha
Free Assignment Quote

Assured A++ Grade

Get guaranteed satisfaction & time on delivery in every assignment order you paid with us! We ensure premium quality solution document along with free turntin report!

All rights reserved! Copyrights ©2019-2020 ExpertsMind IT Educational Pvt Ltd