I\'m building a JSF+Facelets web app, one piece of which is a method that scans a directory every so often and indexes any changes. This method is part of a bean which is i
Using listeners or load-on-startup, try this: http://www.thoughtsabout.net/blog/archives/000033.html