Wicket from the point of view of a PHP developer

Wednesday, July 14th, 2010

Not long ago, I had to learn some Wicket. What is that? In this case it has nothing to do with cricket - The Wicket I'm talking about is a Java web application framework. I've mostly used PHP and Python to do server-side web application sort of programming. Compared to what ...

Sandboxing Rhino in Java

Friday, January 2nd, 2009

I've been working on a Java app which needed Rhino for scripting. The app would need to run untrusted JavaScript code from 3rd parties, so I had to find a way to block access to all Java methods, except the ones I wanted. This would not be a problem if ...