InfoQ Homepage JSR 203 Content on InfoQ
Articles
RSS Feed-
A Detailed Look at The New File API in Java 7
Java 7 introduced a number of useful features to the language, including a new I/O file package which offers finer grained control over file system functionality, particularly for POSIX based systems. This article will first introduce the new API, and then explore it in more detail using an example of a web-based file manager project, called WebFolder.