📄 readme
字号:
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 + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -