I was thinking about creating a JAVA online judge on Google App
Engine, in which users submit code files onto the website, where it is
compiled and executed with input cases and compared with the correct
output, effectively grading the submission.

Is this feasible?

I've found this (http://pyonlinejudge.appspot.com/) in Python, but am
not sure it would work in Java.

Searching the internet, i found something called Gaelyk for Google App
Engine, which apparently allows me to write a Groovy script to run the
given file.

Any help is much appreciated. I plan using this as an educational tool
when I teach an introductory programming course in Java.

Thank you.

-- 
You received this message because you are subscribed to the Google Groups 
"Google App Engine" group.
To post to this group, send email to google-appengine@googlegroups.com.
To unsubscribe from this group, send email to 
google-appengine+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/google-appengine?hl=en.

Reply via email to