JavaBean Aspect Updates in the Works

Now that I have finally figured out how to get comments working on page templates in Word Press, I’ve been able to get some feedback on the JavaBean Aspect. I have made some updates based on everyones comments that I’ll be posting in the coming days. One thing I’m struggling with is that reading an annotation on a class is somehow a security violation in Java 5. It throws either an IllegalAccessException wrapped in a SecurityException, if I remember correctly. Because of this, I need to sign the application in order to run it through Web Start. Not that it’s the end of the world, but it does make it a bit more of a pain in the ass to set up.

Advertisement