Thursday, September 30, 2004
Java(TM) Boutique - Using Mock Objects in Java
Java(TM) Boutique - Using Mock Objects in Java: "a simulation"
Wednesday, September 29, 2004
Sunday, September 26, 2004
Saturday, September 25, 2004
Thursday, September 23, 2004
Sunday, September 19, 2004
Wednesday, September 15, 2004
Grid Computing Links and Infos
Public CERN Java Infrastructure
Grid Computing articel in Java Spektrum Okt/Nov 2004
EU Datagrid
Globus Toolkit for Grid Computing
Article: The Anatomy of the Grid [PDF]
Article: Developing Grid computing applications, Part 1
www.enterprisegridalliance.com
Global Grid Forum
Lehrgebiet Datenverwaltungssysteme, Prof. Dr. Dr. h.c. Härder, Prof. Dr. Deßloch, Grid-Produkte
N1 Grid Engine 6
Globus: Grid Related Projects
Installation Hints for the Globus Toolkit 3.2
Grid Computing articel in Java Spektrum Okt/Nov 2004
EU Datagrid
Globus Toolkit for Grid Computing
Article: The Anatomy of the Grid [PDF]
Article: Developing Grid computing applications, Part 1
www.enterprisegridalliance.com
Global Grid Forum
Lehrgebiet Datenverwaltungssysteme, Prof. Dr. Dr. h.c. Härder, Prof. Dr. Deßloch, Grid-Produkte
N1 Grid Engine 6
Globus: Grid Related Projects
Installation Hints for the Globus Toolkit 3.2
Sunday, September 12, 2004
Friday, September 10, 2004
Servlet Filter: The Essentials of Filters
The Essentials of Filters:
"The order of the filters in the chain is the same as the order that filter mappings appear in the web application deployment descriptor."
This fact is contradiction to the XML specification, where the order of TAGS in the same level doesn't matter!! A better solution would be to give some numbers to the filters or to put subsequent filtes in sublevels of the XML TAGS.
Any comments to this problem? Add your comments please.
"The order of the filters in the chain is the same as the order that filter mappings appear in the web application deployment descriptor."
This fact is contradiction to the XML specification, where the order of TAGS in the same level doesn't matter!! A better solution would be to give some numbers to the filters or to put subsequent filtes in sublevels of the XML TAGS.
Any comments to this problem? Add your comments please.
Thursday, September 09, 2004
JRefactory
JRefactory
A Refactoring tool hosted by sourceforge.net partly integrated in several IDE's (not Eclipse yet). Support for UML Class diagrams via reverse engeneering is included. Further a pretty printer can be used out of ANT.
A Refactoring tool hosted by sourceforge.net partly integrated in several IDE's (not Eclipse yet). Support for UML Class diagrams via reverse engeneering is included. Further a pretty printer can be used out of ANT.
Wednesday, September 08, 2004
JDOM a (better?) alternative way to handle XML
JDOM
The standard XML parser for Java (included in the JDK) is Xerces from XML Apache. JDOM seems to be an easier to use framework for handling XML data. Actually the RC for Version 1.0 is available.
The standard XML parser for Java (included in the JDK) is Xerces from XML Apache. JDOM seems to be an easier to use framework for handling XML data. Actually the RC for Version 1.0 is available.
Subscribe to:
Posts (Atom)