I\'m wondering what techniques and/or library to use to implement the functionality of the linux command \"tail -f \". I\'m essentially looking for a drop in add-on/replace
Take a look at Apache Commons implementation of Tailer class. It does seem to handle log rotation as well.