| View: | [ 2009 | 2008 | 2007 | 2006 | 2005 | 2004 | 2003 | 2002 ] |
| Articles |
- GT4 development: Integrate GridFTP with Jakarta Commons Virtual File System by Vladimir Silva - [Clicks: 24]
The Jakarta Project Commons Virtual File System (VFS) provides a single application programming interface (API) for accessing various different file systems. Commons VFS presents a uniform view of the files from various sources, such as local files, FTP servers, SSH, WebDAV, HTTP, HTTPS, Windows shares, and others. VFS supports a wide range of file systems. However, grid computing protocols, such as GridFTP, are missing. Check out an implementation of a GridFTP provider for use within Commons VFS.
[Includes sample code]
http://www-128.ibm.com/developerworks/grid/library/gr-jvfsftp/index.html - Dec, 2006 - Java Object Querying Using JXPath by Brian Agnew - [Clicks: 17]
JXPath is a little-known component of the Apache Commons library that simplifies querying of sets of Java objects by using an XPath-based syntax. This article demonstrates how to use JXPath to replace complex Java code with simple expression-based queries, and how to make use of this in practical scenarios such as JSPs, templates (such as Velocity), and monitoring/management applications.
[Includes sample code]
http://today.java.net/pub/a/today/2006/08/03/java-object-querying-using-jxpath.html - Aug, 2006