Hi everyone, good news...
The basic DOJO component foundation now is in place (more to follow), I
added a tools class for importing the dojo stuff within the component
code and a helper dojoInitializer component to the sandbox. With these
constructs you now can import the dojo codebase in a sane controlled
manner to the pages (the dojoinitializer should help for programming)
the usage for the initializer is:
<s:dojoInitializer require="dojo.fx.*"/>
for a dojo style import
<s:dojoInitializer debug="true"/>
for adding debugging etc... the rest of the flags is more or less a
mirror of the djconfig datastructure from dojo and can be found within
the tld descriptors.
so if anyone wants to start to hack and try out dojo, you now can start
within a jsf context.
(a sample with mixed dojo, html jsf code can be found in the dojo subdir
of the sandbox examples (ripped and altered straight from the dojo
examples))
Just if anyone is interesting in hacking with DOJO...