Tuesday, February 7, 2012 7:16

Posts Tagged ‘BOF’

Implementing Java server methods as BOF modules

Thursday, July 30, 2009 3:13

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 ...

This was posted under category: Team Fight  |  Read Full Story  |  0 Comments