[orkut-developer] Re: How to break-up a big gadget source .xml into multiple files

2009-02-25 Thread Sanjay Patel
Thanks for the suggestions. However, we are thinking to use templating ( http://wiki.opensocial.org/index.php?title=OpenSocial_Templates). Curious to know if it is possible to put the templates into separate files, or the gadget be broken in some other manner. thanks, Sanjay --~--~-~--~--

[orkut-developer] Re: How to break-up a big gadget source .xml into multiple files

2009-02-25 Thread eduardorochabr
Actually you could have many javascripts and merge them into a single one, possibly applying some minifing algorithm. On 25 fev, 05:44, Vijaya wrote: > You could separate the javascript code into multiple files and include > each of these files in the gadget spec xml. But, though this would > he

[orkut-developer] Re: How to break-up a big gadget source .xml into multiple files

2009-02-25 Thread Vijaya
You could separate the javascript code into multiple files and include each of these files in the gadget spec xml. But, though this would help run the effort in parallel, it would hurt the efficiency of the page. --~--~-~--~~~---~--~~ You received this message becau