That's fantastic. If you make a simple server demo that runs a jar and gets the std out/in then people should find it pretty easy to use the service.
If you can easily relax the no-reflection security aspect then I'd like to use this with my app.

What are you busy with these days anyway? I assume it's work, are you doing Swing, NIO, or what?!
Keith
Quite a few posts earlier, I posted that Reflection was supported, at long as you do not use {field|method}.setAccessible(true). I assume that is enough... right? I
can't even block 'safe' use of Reflection, even if I'd want to

I'm busy with building a large website, with an Applet to build/modify closets in detail, with my own isometric software renderer - it's a webshop in Spain (and I don't speak a word Spanish), and it's about to launch April 4th. *shiver*. The design, development (tens of thousands lines of Javascript - not to mention PHP - aaaaah!!), content management system, ordering stuff, ecommerce-handling is all done by me, and there is a lot at stake - so I'm pretty much working all day on it - that includes nights!
And after April 4th it will be maintainance and support and whatnot - but fortunately no strict deadlines. 
Anyway, I bet I can get a demo server up and running in a few hours. Maybe tomorrow