this is a simple ajax "keyup" example
hi,
i did not find a simple jsf 2 ajax example online, so heres my try:
the source:
http://dmk-crew.dyndns.info/files/ja...erverfaces.zip
the .war archive:
http://dmk-crew.dyndns.info/files/ja...erverFaces.war
this is the ajaxguessnumber example (modified to work on "keyup") from the oracle tutorial. you cant download this directly from oracle...they just make it overly complicated to get the turotial.
its been modified to work with maven2.
all you need for the above .war archive is glassfish/tomcat/other app that can read .war archives.
the example lets you input a number and when you release the number key you pressed the server will read the input and report back to you if you guessed the right number.
have fun :)