The task is to execute functions stored in a database, preferably xml. For example a function containing system.out.println("a"); is stored in a file code.xml and has been extracted as a string, how can a program be made so as to execute said code ?
Winning criteria : Efficient and fast code (as the executed functions may themseleves be long too)