On 10/31/06, Craig McClanahan <[EMAIL PROTECTED]> wrote:
In addition to the other references people have given, you might want to look at the Remoting feature in Shale[1].  It includes a built-in phase listener that tries to do all the hard stuff so you don't have to, and an extensible Processor architecture so you can plug in your own processing logic.

One important factor is that Shale Remoting assumes you do *not* need access to the JSF component tree for the original page (thus eliminating the overhead of saving and restoring it), or even that the client be a JSF page at all. 

Any idea how to use shale to write a custom ajax-enabled component? It seems that it can work only with plain html, according to the introduction on their page. So to use shale and make it ajax-enabled, I need to make my data table manually with <table><tr><td> tags instead of using tomahawk datatable?

Thanks,
Aneesha

Reply via email to