Archives
-
JavaZone 2010, a very brief report.
A brief review and report about JavaZone 2010 and copy of my JavaZone presentation.
-
Introducing NIO.2 (JSR 203) Part 6: Filtering directory content and walking over a file tree
In this article we discuss how to walk over a directory tree and visit all of its content down to a specific level. We also discuss how to filter content of a directory based on the file attributes to find the files we need in a directory.
-
Introducing NIO.2 (JSR 203) Part 5: Watch Service and Change Notification
In this entry we will look at one of the most waited functionalities of NIO.2. The watch and notification service which allows us to monitor changes in file system. We can monitor deletion, creation, modification and so on.
-
I will be speaking at JavaZone 2010 about NIO.2
My abstract for presenting at JavaZone 2010 about NIO.2 has been accepted and I will be speaking on 8th of September in saloon 1 from 10:15 to 11:15
Jul 20th, 2010 | Filed under Announcement, Java, Java SE, JavaZone, JavaZone 2010, Learning, Presentations -
Introducing NIO.2 (JSR 203) Part 4: Changing File System Attributes and Permissions
In this entry you will learn how to use nio.2 to change the files and directories attributes and permissions using nio.2 included in Java 7.
-
Introducing NIO.2 (JSR 203) Part 3: File System Attributes and Permissions support in NIO.2
In two previous entries I covered Introducing NIO.2 (JSR 203) Part 1: What are new features? and Introducing NIO.2 (JSR 203) Part 2: The Basics In this entry I will discuss Attributes introduced in NIO.2. Using attributes we can read platform specific attributes of an element in the file system. For example to hide a [...]
