PDA

View Full Version : [NEWS] Java Server Face



Diamond
01-12-2002, 19:26
Sun đã giới thiệu Java Server Face, một công nghệ tăng cường cho giao diện web. Mọi người hãy thử tìm hiểu xem sao.
Mình đã download được trình cài đặt và doc cho JSF. Khi nào có khám phá gì hay sẽ post lên sau.

aspecthink
01-12-2002, 19:56
Bạn thử nói rõ hơn đi, hay là có cái link nào hay ko. Mình chưa từng nghe về nó đấy....

Diamond
02-12-2002, 09:57
Các bạn hãy vào đây nè:
http://java.sun.com/j2ee/javaserverfaces/
Sau đây là một đoạn giới thiệu trong JSF Tutorial:

JavaServer Faces technology is a user interface framework for building Web applications that run on a Java Server and render the UI back to the client.

The main components of JavaServer Faces technology are:

A set of APIs for: representing UI components and managing their state, handling events and input validation, defining page navigation, and supporting internationalization and accessibility.
A JavaServer Pages (JSP) custom tag library for expressing UI components within a JSP page.
This well-defined programming model and UI component tag library significantly ease the burden of building and maintaining Web applications with server-side UIs. With minimal effort, developers can:

Wire client-generated events to server-side application code
Map UI components on a page to server-side data
Construct a UI with reusable and extensible components.
Save and restore UI state beyond the life of server requests