readme

来自「java开源的企业总线.xmlBlaster」· 代码 · 共 21 行

TXT
21
字号
How to use RMI to access xmlBlaster-----------------------------------Add the driver to xmlBlaster.properties, this example startsthe CORBA and the RMI server   ProtocolPlugin[RMI][1.0]=org.xmlBlaster.protocol.rmi.RmiDriver   CbProtocolPlugin[RMI][1.0]=org.xmlBlaster.protocol.rmi.CallbackRmiDriverAdjust the security policy file if you like to (it is currently totaly relaxed):   xmlBlaster/config/xmlBlaster.policyStart the server:   java -Djava.security.policy=${XMLBLASTER_HOME}/config/xmlBlaster.policy org.xmlBlaster.MainAnd the demo client:   java -Djava.security.policy=${XMLBLASTER_HOME}/config/xmlBlaster.policy  javaclients.rmi.ClientGet

⌨️ 快捷键说明

复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?