Sling/Scala weekly progress report. Duration : 23rd June 2008 to 29th June 2008.
Progress:
1.Trying to bind the SlingBindings into scala's interpreter. Can bind
java's Object except the situation in Problem 1 and 2.
Problems:
Unsolved:
1. It's not possible to cast a scala Object into javax.jcr.Node.
2. It's not possible to bind javax.jcr.Node to the Interpreter because
it throws the following exception.
Perspective:
1. Find a way to cast from Object to javax.jcr.Node.
