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.

Categories
Development

Eclipse 3.0 RC1

So it seems Eclipse 3.0 RC1 is released. Test and report bugs, final release is only about a month away. Download at Eclipse site.

Categories
Development

Eclipse conditional breakpoints

This is a nice feature. Check out the details.