Hi Felix ,

Thanks your explanation helped me a lot. There is another thing to clarify.

I created a separate standalone project to test the scala Interpreter.
According to what I observed the interpreter takes in the script as a string
to evaluate.

Therefore I guess I will have to read the script file and pass it to the
interpreter in a String.

To do this where should I place my script file for automatic reading. Can I
use the command.

"curl -X PUT -d @html.scala
http://admin:[EMAIL PROTECTED]:8888/apps/foo/bar/html.scala"


Is it possible for  Object eval(Reader reader , ScriptContext scriptContext)
to read in the file automatically so I can get the string using "Reader" or
should I implement an Object eval(String scalaScript , ScriptContext
scriptContext) method in the script engine.

janandith.

Reply via email to