Categories
Development

Java and .NET intereoperability

Ted Neward has an article over at The ServerSide .NET. It’s a high level introduction but a good one. Read it here.

I also found this. While Ted focuses on the interop without additional products, this one mentions some of the products available.

And one from MicroSoft itself, here.

Categories
Development

Java garbage collection tuning

Straight forward excellent article by Pete Freitag on the basics of garbage collection tuning here.

via Moazam Raja

Categories
Development

Creating JSP 2.0 tagfiles

Oracle has an article about creating JSP 2.0 tagfiles. It’s going to be a great tool in my webapps. I’m a bit concerned of the maintainability of things, but it’s good to have something that has a bit lower threshold than coding taglib classes.

via Xyling