Can I use Ajax with jsf

Hi All,

Is JSF 1.1 supports AJAX or not?

Please tell me..

[76 byte] By [siri85a] at [2007-11-27 10:48:25]
# 1

It is not the Sun JSF RI 1.1 that should support AJAX.

It should be the JSF-AJAX library that supports Sun JSF RI 1.1. And for example the Ajax4jsf library does.

BalusCa at 2007-7-28 22:26:37 > top of Java-index,Enterprise & Remote Computing,Web Tier APIs...
# 2

Thankyou,I am very new to Jsf and I don't know what is JSF RI 1.1 .Can u please tell me what is that?and can u tell me what are the features of jsf 1.1.I am not finding the exact features in net.Please tell me.

Thanks.

siri85a at 2007-7-28 22:26:37 > top of Java-index,Enterprise & Remote Computing,Web Tier APIs...
# 3

JSF RI 1.1 = Java Server Faces Reference Implementation 1.1.

It is the Sun reference implementation of JSF. There are also 3rd party implementations of JSF available, like MyFaces, Tomahawk, IceFaces, ADF, etcetera.

If you aren't limited to JSF RI version 1.1, I recommend you to use version 1.2. It provides more features and benefits.

Here are some links:

https://javaserverfaces.dev.java.net

http://java.sun.com/javaee/javaserverfaces/1.2/docs/tlddocs/

http://jsftutorials.net

http://java.sun.com/javaee/5/docs/tutorial/doc/ (starting at chapter 9)

http://jboss.org/projects/jbossAjax4jsf (most widely used AJAX library for JSF)

BalusCa at 2007-7-28 22:26:37 > top of Java-index,Enterprise & Remote Computing,Web Tier APIs...