Xith Community:
I am making some progress on Behaviors. You can see what I have so far here:
https://xith-tk.dev.java.net/source/browse/xith-tk/src/org/xith3d/behaviors/
Here is a demo of reading animation code from a COLLADA XML file and converting it into a Xith PositionPathInterpolator Behavior object. It downloads a scene with a space shuttle and makes the position of the shuttle translate over time:
http://earth.whoola.com:8080/space/browser/
I am going to work on the rotation Behavior classes next.