I’m looking to run some un-verified scripts (written in a yet-to-be-determined language, but needs to be Java-based, so JRuby, Groovy, Jython, BeanShell, etc are all candidates). I want these scripts to be able to do some things and restricted from doing other things.
Normally, I’d just go use Java’s SecurityManager and be done with it. That’s [...]
Posts under ‘Open Source’
Security with Java Scripting (JRuby, Jython, Groovy, BeanShell, etc)
IDEA 8: Buggy as Hell
Here is a running list of all the bugs I’ve come across with IntelliJ IDEA 8 so far. Some of these may actually be thoughtful changes from the behavior in version 7, but they are annoying so I’m calling them bugs
Can no longer autocomplete lowercase for enums. For example, typing “TimeUnit.sec” [...]
Did you know Selenium has a blog?
It’s true – it does! Check it out here and subscribe to the RSS feed here.
Plans for Selenium in 2009
I just posted on the BrowserMob blog my thoughts on how 2009 will turn out for the Selenium world. This is in addition to a new blog post on the Selenium blog about our short term plans to get a 1.0 release out.
Please take a look and let us know what you think.
Tonight: Speaking Portland Java Users Group
Tonight I will be speaking at the Portland Java User’s Group in downtown Portland:
Patrick will present his work on a new open source initiative named Able. Able is a combination of a library and quickstart template that aims to tightly integrate several modern Java frameworks: Hibernate (persistence), Stripes (web framework), Guice (core container), [...]