Dear all, I have made some simple experiments with web2py in the past and I have now the following problem:
Given a bunch of n (n approx. 100) json files. Each json files defines an experiment. Using reflection it's enough to start the experiment with myLibrary.run(jsonFilename). Those files are sitting happily in a folder and I wouldn't need web2py to run any of those experiments. However, I want to make sure that the people working me have no problems running such experiments. So, I thought the following app might be useful for them: They logon and see a list of 100 filenames (each a row in Database? I would prefer to bypass any database). They then double click on such a file and the experiments starts and returns a few results and plots. Maybe someone has programmed an application to maintain a bunch of json (or xml) files. It should be possible to add more files and also editing exisiting ones. Please point me in the right direction Thomas -- Resources: - http://web2py.com - http://web2py.com/book (Documentation) - http://github.com/web2py/web2py (Source code) - https://code.google.com/p/web2py/issues/list (Report Issues) --- You received this message because you are subscribed to the Google Groups "web2py-users" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. For more options, visit https://groups.google.com/groups/opt_out.

