custom counter

Category Archives: AJAX

Java Programming for the Nintendo Wii

There is a great article over at Ajaxian on programming for the Nintendo Wii. I bought a Wii myself a few weeks back and have been having great fun with Tiger Woods golf. (It is actually my first game console) Up until down the idea of playing a game console alone did not appeal to [...]
Also posted in Wii, java | Leave a comment

AJAX process definition on Client Side

I came across an interesting article by Masayuki Otoshi via Java World that discusses how to execute process definitions on the client side rather than the server side.  This can come into play when making AJAX calls.  As AJAX is Asynchronous, it is not possible to predict the order that your callback methods will be [...]
Also posted in J-SOFA, article, java, javascript | Leave a comment

Google Release AJAXSLT

Google have just released AJAXSLT. …an implementation of XSL-T in JavaScript, intended for use in fat web pages, which are nowadays referred to as AJAX applications. I'm looking forward to playing around with this.  I have being doing a lot of work with XSLT lately so it will be interesting to see how Google have [...]
Also posted in Google, XSLT, api | Leave a comment

AJAX and JSF Visual editor

Exadel have just released a JSF editor with AJAX support. JSF, a Web component framework, is the only standard Java Web framework,” said Richard Monson-Haefel, senior analyst for Burton Group. “AJAX, which makes Web sites more responsive, is enjoying an avalanche of grass roots support because of its portability and seamless integration with HTML. Together, [...]
Also posted in JSF, java | Comments closed