Categories
Development

Handling uncaught exceptions in JDK 1.5

Heinz Kabutz has found some interesting stuff in JDK 1.5 when it comes to handling uncaught exceptions.

via java.no

Categories
General

Excellent Weather Software

I guess since it’s so cold in Norway we are VERY interested in knowing when it will be warm and nice. Weather Watcher is excellent. Lets us all keep up to date on the weather and gives us some numbers for the weather to discuss. 😉

Categories
Development

J# and Java interoperability

Ted Neward shows how the J# implementation of Serializable is compatible with the jdk 1.1 implementation. It’s not compatible with 1.3 or 1.4, but that migh come at a later time. Cool.

He mentions it even means that .NET can tap into EJB containers. Some might find that a bit scary, but it works the other way around. Java is able to tap into .NET objects and services too.