- heise.de
- golem.de
- spiegel-online.de
- javamagazin.de
- theserverside.com
- java.net news
Tuesday, June 28, 2005
rearranged rss@linsin.de
Neue feeds rein, alte feeds raus! Das war das Motto der Umgestaltung von rss@linsin.de! Ab sofort gibts folgende feeds:
google stellt erde zum download
Die frei erhältliche Beta-Version vonMir wäre es ja lieber wenn es erstmal Google Maps für Deutschland gäbe....Google Earth verknüpft die Funktionen von Google Maps und lokaler Suche mit dreidimensionalen, frei dreh- und schwenkbaren Satellitenansichten, zahlreichen zusätzlichen Informationsquellen und einer Schnittstelle zum Keyhole-XML-Format KML.
Saturday, June 25, 2005
Why J2EE Projects Fail
- Good technology and usage doesn't guarantee successRod Johnson at TheServerSide Java Symposium 2005
- Bad technology usage can guarantee failure
Friday, June 24, 2005
Wednesday, June 22, 2005
Decorater Pattern
TheDecorator design pattern can be usefully applied to J2EE projects. In this article, Budi Kurniawan shows how to decorate Servlet request objects, and how this can be used to create more powerful servlet filters.
rating comment: Excellent illustration of the Decorater pattern, on the basis of a real world example!
J2SE 6.0
This article will detail the important core features that are coming in Mustang. We list here all the items that are currently planned. Many are already integrated, and you can try them out yourself by downloading the most recent build from the Mustang snapshot release site.I like this feature describtion: Need way to find free disk space
Tuesday, June 21, 2005
TikeSwing
TikeSwing is an open source Swing framework that provides a high-level Model-View-Controller (MVC) architecture and simplifies the usage of Swing components. The framework supports the plain-old-Java-object (POJO) programming model by connecting view components directly to JavaBeans. This article describes TikeSwing's features and demonstrates how to build a clear MVC architecture with the framework.
rating comment: The framework seems to be quite complicated. I might check it out, but I'm not too sure if there'll be a real benefit, considering the time you need to invest getting to know the framework.
