There are a couple of reasons you might want to deploy Java server methods as BOF modules. You want to deploy the implementation in the same dar/docapp as the dm_method definition You want to avoid jar hell by avoiding the java_methods directory You want hot deployment for your method implementation In order to ...