You could probably use the remoting framework to build an auto-complete field, however there are already a heap of similar components available (http://myfaces.apache.org/sandbox/inputSuggest.html for one) that already do this.
What the remoting framework is really good at, is enabling you to build a rich client interface which doesn't require "heavy duty" requests to the server to refresh an entire page each time you perform an action. Your page can instead just request the little bits and pieces of data it needs to render/update an interface. I'm actually looking for a suggestion for a more complex example that will demonstrate more extensively what the remoting framework is capable of. Does anyone have any neat ideas for a demo app that would benefit from being AJAX-enabled? View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3926415#3926415 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3926415 ------------------------------------------------------- This SF.Net email is sponsored by xPML, a groundbreaking scripting language that extends applications into web and mobile media. Attend the live webcast and join the prime developer group breaking into this new coding territory! http://sel.as-us.falkag.net/sel?cmd=lnk&kid=110944&bid=241720&dat=121642 _______________________________________________ JBoss-user mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/jboss-user
