Hi, I teach OO programming in the first year Bachelor of Applied Computer Science.
Before this year we used BlueJ to introduce OO, this year we tried Greenfoot.
I like Greenfoot, but there are two features I really miss: BlueJ's Object Bench and JUnit.
I find the object bench very useful during the first few weeks. It gives students the opportunity to write simple classes from scratch (without extending Actor), to create objects and execute methods on them. In Greenfoot you can only show the state of non-Actor classes. I can't find a way to execute methods on them. Is there any chance BlueJ's object bench could be integrated in Greenfoot?
Same question about JUnit: are there any plans to integrate it in Greenfoot?