Saturday, July 12, 2008

Why JSF(Java Server Faces)?

First of all I have to say that there exists a lot of solutions to web development and Jsf is an alternative and powerful solution for our business.

The promise of Jsf is to bring rapid user interface development to server side Java.

And let's look inside of it;

What is Jsf?

Jsf is a standart web user interface framework for Java.

Key JSF consepts:
1-)UI (User Interface) components
2-)Renderers
3-)Backing beans(Connecting JSF tags to application logic)
4-)Validators
5-)Converters
6-)Events and Listeners
7-)Expression Language
8-)Messages
9-)Navigations

No comments: