This post originated from an RSS feed registered with Java Buzz
by Erik C. Thauvin.
Original Post: [Jul 7, 2004 17:18 PDT] 22 Links
Feed Title: Erik's Linkblog
Feed URL: http://erik.thauvin.net/blog/xml.jsp?cat=Java
Feed Description: The Link is Out There!
The Buzz about Beehive. What The Apache Beehive open source project means to WebLogic developers.
Performance of Java versus C++. This article surveys a number of benchmarks and finds that Java performance on numerical code is comparable to that of C++.
eXo Platform 1.0 RC 1, an Open Source integrated application suite that provides several dependant services in a loosely couple way using a lightweight container.
Java vs .NET Security: Epilogue. Having surveyed the current state of the art of security in Java and .NET, Denis Piloptchouk returns to continue the story.
A Generic MVC Model in Java. The MVC pattern often leads to large blocks of similar code in various classes; exactly the kind of detail that can be abstracted away with Java 1.5's generics.