Archives
-
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.
-
JavaZone 2010 sessions I am going to attend
This is a list of JavaZone 2010 sessions I am planning to attend. Selecting this list was really hard as all of the presentations are exceptionally good.
Aug 12th, 2010 | Filed under Apache, Architecture, Enterprise Architecture, GlassFish, Java, Java EE, Java SE, JavaZone, JavaZone 2010, Learning, Modularity, Presentations, Web Services -
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.
