Greg Murray has written an introductory article on AJAX with Java for Sun's Enterprise Java Technologies Tech Tips series.
Blog on things around me - Applications, Java Platform, Free & Open Source Software, Gadgets, Utilities...
Monday, December 12, 2005
Subscribe to:
Post Comments (Atom)
Total Pageviews
Reading List - 05-Mar-23
Talking to #AI may be the most important job skill of this century ( JohnGoodPasture ) Role of account management over the years. It’s a ro...
-
Bugzilla is the Bugs/Issues Tracking Tool from The Mozilla Organization. Version 2.18 is the latest stable release. There are couple of res...
-
Two MIT math graduates bump into each other at Fairway on the upper west side. They hadn't seen each other in over 20 years. The first g...
2 comments:
I strongly disagree that AJAX works well with JSF right now. Granted it does have potential to work because JSF has a flexible design, but the current implementation is lackluster at best. It is very frustrating to have choosen JSF and then to realize that using it right now actually makes AJAX almost impossible given time constraints. Simple AJAX calls are simply not permitted...you must commit to an integrated AJAX design, unfortunately. And what, we have to wait for JavaEE 1.5 to get native AJAX in the spec? Please.
I have not used AJAX with JSF so far, but would certainly like to see how well the two integrates. Thats why, I would like to know the constraints that you faced during the integration of AJAX with JSF.
Post a Comment