Article

Applet Problems

Spent my weekend with some RUE bug fixes, the patch version 0.52 it’s on it’s way.

Spent my week trying to solve the “certificate” problem for signing RUE (being able to run as applet in Netscape). I just start to hate more and more those Netscape guys, I don’t know why are standards for if nobody respects them. Neither Microsoft does but at least in IE I can completely deactivate the security and run RUE. I just had to insert all over RUE special code just for Netscape-applet mode, when rue is mainly intended as an application, I really hate doing that. But the problems does not stop here. Now Netscape does not trust the Sun packages like jndi.jar and rmiregistry.jar, because are not signed. The ugly part is that I either force the user to consider all the classes signed (case in which I don’t need a signed version of RUE, off course that if it finds one signed jar will not work, don’t you love Netscape). The second solution would be to sign jndi & rmiregistry jar’s which I don’t know if I’m allowed to do.

About Netscape and test certificates after a very frustrating week I finally managed to hack a method to produce X509 test certificates for Netscape valid for as long as I want. And I’m sure I will write it down in the next day’s just to make the life easier for others who might have the same problem.

Article

JMX

Lucky me I posted the monitor API initiative on Javalobby, otherwise who knows when I was to find about the JMX (Java Management Extension). I don’t know but i have the feeling that there is so much happening on Java, it’s very hard to get the news to people. The JMX was started basically at the end of 99, and when i started RUE (march 200), I’m sure I’ve been looking all over the Internet for something like that and I found nothing.

By the way I took a little vacation and I did a little face lift to this site, hope you like it. Also another news is that my sound card is working finally with SMP. After the “reorganization” of Aureal i was really concern that I will never get the drivers with SMP support but thanks to a few great hackers, a new project started at sourceforge. Yes its aureal.sourceforge.net, and those guys did a lot. That’s why I love open source.