sharath reddy schrieb:
> Hello,
> 
> I am planning to develop an AJAX component for
> MyFaces. I looked at the exising components to see
> which Javascript libary they used.
> 
> Some components use Dojo. Others use Prototype!
> 
> Which one is the standard going forward?
> 
Dojo for now is a safe bet, we want to phase out
prototype for namespace and javascript core alteration reasons
in the long run.

If you want to use dojo, there is a DojoUtils tools class
which simplify some stuff. If you want to program against
myfaces please use it instead of doing your own initialization,
the reason for this is, we need a central focus point where we can alter
things like the resource loading mechanism etc... to be in sync in the
long run with other libs which also will start to use dojo.

Reply via email to