📄 readme
字号:
#########################################################2003-11-09 marcelSee: http://www.xmlblaster.org/xmlBlaster/doc/requirements/client.java.applet.html#########################################################This simple client code shall allow applets to connectto xmlBlaster and receive instant callback messageswith a persistent http connection.Examples how to use it you find in directory xmlBlaster/demo/http/appletThe servlet we talk to is under xmlBlaster/src/java/org/xmlBlaster/protocol/http/appletproxyCompile: build.sh allDeploy to tomcat: build.sh deploy_warStart the applet in a browser: http://localhost:8080/xmlBlaster/HelloWorld3.htmlA similar approach we have implemented for a browser without an applet,using similar servlets:See: http://www.xmlblaster.org/xmlBlaster/doc/requirements/client.browser.html http://www.xmlblaster.org/xmlBlaster/demo/http/index.htmlFeatures:========= o The applet code is very small, all key and QoS are transported in java.util.Map, see for example xmlBlaster/src/java/org/xmlBlaster/util/qos/MsgQosData.java: toJXPath() o The Map is transported serialized o No XML parser is needed, no xmlBlaster helper classes are needed (only MethodName.java)Todo:===== o Reconnect if e.g. a proxy closes the connection o More testsHint:===== To reload the applet classes in your browser during development: On Windows, do a "super-reload" by holding down CTRL-SHIFT and refreshing the page. On other platforms you must open the Java console (see Applications->Utilities->Java on OS X for console settings) and type "x" to empty the JAR file cache.
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -