[jboss-dev-forums] [Design of POJO Server] - Re: SerializableDeploymentRepository notions
scott.stark@jboss.org
do-not-reply at jboss.com
Tue Jan 16 20:03:49 EST 2007
It should be a pluggable visitor implementation. How much you want to check is up to you. Having the deployers check is essentially is a structural scan with a list of files to check. It would be better to have deployers expose the metadata vfs paths that should go into timestamp verification and feed them into a simple vfs visitor that can return the most recently modified file amongh the patterns. This is bolierplate code that every deployer should not be repeating mister monolithic deployer writer.
View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4002539#4002539
Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4002539
More information about the jboss-dev-forums
mailing list