Stuff to do

Stuff to do

Ajax-ian thoughts…

I’ve been doing a lot of thinking on how to best
provide ajax functionality to $Tapestry$. The process seems to be as follows:

  • Create a component which takes a reference to a listener method.
  • Get the DirectLink URL for the listener
  • Have the component emit javascript (including the URL)
  • Using XmtHttpObject (and/or flavours) in javascript, get the contents of the
    previous url.
  • Translate the response (a String) into javascript actions.

Javascript Tutorials

I need to take a look at some advanced javascript tutorials, relating
to object handling, etc. This will enable me to resolve conflicts
when a $TapFX$ component is included many times in a page.

andyhot