Re: [qooxdoo-devel] integrate external js file with data

2011-07-19 Thread Gabriel Munteanu
Hi, Yes you can add in your html page a

[qooxdoo-devel] integrate external js file with data

2011-07-18 Thread hgc2002
Hi, I'm making a program that uses huge amount of static data. But the data changes periodicaly, and I don't want to compile the app over and over again. My system can make a simple javascript file like this: external_data = [data1,data2,data3, ...]; where datax is like {field:value, field:value