Hi,
what do you think about a filesystem extension for listing the content of large directories (using the DirectoryStream in Java 7) ?
Probably a further extension for recursively iterating a directory ? (Using Files.walkFileTree which uses DirectoryStream internally) ?
In addition: I think support for watching files could be really useful using the Watch Service API (Java 7, .. again )
Since Vert.x is based on Java 7 I think those features would be really great. Or do you think this functionality should be exposed through a module ?
Regards,
chris